pipeworx-io/mcp-fda
MCP server for FDA drug events, drug labels, and food recalls via openFDA API
Platform-specific configuration:
{
"mcpServers": {
"mcp-fda": {
"command": "npx",
"args": [
"-y",
"mcp-fda"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for FDA drug events, drug labels, and food recalls via openFDA API. No authentication required.
| Tool | Description | |------|-------------| | search_drug_events | Search FDA adverse drug event (FAERS) reports | | search_drug_labels | Search FDA drug labeling / package inserts | | search_food_recalls | Search FDA food enforcement / recall records |
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 }
}
}'MIT
Loading reviews...