io.github.cyanheads/openfda-mcp-server
Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP.
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://openfda.caseyjhand.com/mcp{
"mcpServers": {
"openfda-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/openfda-mcp-server"
],
"env": {
"OPENFDA_API_KEY": "<openfda_api_key>",
"MCP_LOG_LEVEL": "info",
"MCP_TRANSPORT_TYPE": "http",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"openfda-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/openfda-mcp-server"
],
"env": {
"OPENFDA_API_KEY": "<openfda_api_key>",
"MCP_LOG_LEVEL": "info",
"MCP_TRANSPORT_TYPE": "http",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/openfda-mcp-serverOPENFDA_API_KEYFree API key from open.fda.gov — increases daily limit from 1K to 120K requests.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
OPENFDA_API_KEYFree API key from open.fda.gov — increases daily limit from 1K to 120K requests.
MCP_TRANSPORT_TYPEMust be set to 'http' for streamable HTTP transport.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.