FDA Approvals & Recalls — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 FDA Approvals & Recalls — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for FDA data: drug approvals, recalls, adverse events, 510(k) device clearances. Wraps openFDA.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fda-approvals-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/fda-approvals-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is FDA Approvals & Recalls?
FDA Approvals & Recalls is a hosted MCP server that provides tools to search FDA drug approvals, drug labels, recall events, FAERS adverse-event reports, 510(k) device clearances, and active drug-shortage lists via openFDA and Drugs@FDA. It is designed for pharma research, clinical decision support, and regulatory LLMs.
How to use FDA Approvals & Recalls?
Point any MCP-aware client (Cursor, Claude Desktop, or a custom agent) at the hosted HTTP endpoint with Bearer-token authentication. Use npx -y mcp-remote with the endpoint URL and your API key, or install the npm launcher @insnapsprakhar/fda-approvals-mcp. Configuration examples for Cursor and Claude Desktop are provided in the README.
Key features of FDA Approvals & Recalls
- Search FDA drug approvals by sponsor, brand, generic, or date.
- Retrieve FDA-approved drug labels (indications, dosage, contraindications).
- Query recall events by Class I/II/III classification and date.
- Aggregate FAERS adverse-event reports with safetyreport deduplication.
- Search 510(k) medical-device clearances by applicant or query.
- Monitor current FDA-tracked drug-shortage list.
Use cases of FDA Approvals & Recalls
- Pharma research and drug development pipeline analysis.
- Clinical decision support with up-to-date labeling and safety data.
- Regulatory monitoring of recalls and adverse events for LLM agents.
- Medical-device clearance tracking for compliance teams.
- Drug shortage monitoring for supply-chain management.
FAQ from FDA Approvals & Recalls
What is the pricing for FDA Approvals & Recalls?
Free tier: 100 calls per month per IP. Paid tiers: Solo ($9/mo, 2,000 calls), Team ($29/mo, 10,000 calls, 5 team seats), Pro ($79/mo, 50,000 calls, 25 seats). Billed via Dodo Payments; cancel anytime.
How do I get an API key for FDA Approvals & Recalls?
Visit the upgrade URL, complete Dodo Payments checkout, then copy the key from the welcome page (shown only once). Free anonymous callers do not need a key up to 100 calls per month per IP.
What data sources does FDA Approvals & Recalls use
云与基础设施 分类下的更多 MCP 服务器
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
评论