MCP Hub
Back to servers

fda

FDA MCP — US Food and Drug Administration public API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-fda

MCP server for FDA drug events, drug labels, and food recalls via openFDA API. No authentication required.

Tools

ToolDescription
search_drug_eventsSearch FDA adverse drug event (FAERS) reports
search_drug_labelsSearch FDA drug labeling / package inserts
search_food_recallsSearch FDA food enforcement / recall records

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "fda_search_drug_labels",
      "arguments": { "query": "ibuprofen", "limit": 3 }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review