MCP server exposing 5 tools for openfda.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openfda/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
fda_drug_events — Search adverse event reports for drugs by name, reaction type, or date range. Returns event counts, reaction types, seriousness levels, and dates.fda_drug_approvals — Find FDA-approved drugs by brand name, generic name, or application number (e.g., "ANDA123456"). Returns approval status, sponsor, and application details.fda_drug_labels — Get drug safety information from FDA labels by drug name. Returns indications, warnings, dosage, contraindications, and adverse reactions.fda_drug_recalls — Search FDA drug recalls and enforcement actions by drug name or reason. Returns recall classification, date, and enforcement status.fda_event_counts — Aggregate adverse events by reaction type, patient age, or outcome. Returns top reactions for a drug and event trends over time.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openfda/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io