MCP server exposing 3 tools for fda.
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/fda/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_drug_events — Search FDA adverse drug event reports for patient reactions and outcomes. Returns reported side effects, drug details, and case outcomes. Use to investigate medication safety concerns or identify adverse reactions.search_drug_labels — Search FDA drug labeling for indications, warnings, dosage, and adverse reactions. Returns relevant label sections. Use to check drug safety profiles, contraindications, or usage guidelines.search_food_recalls — Search FDA food recall records for product recalls, reasons, distribution areas, and status. Returns recall details and enforcement information. Use to check product safety or recall history.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fda/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io