Skip to content
Back to search
100
MCP live v0.1.14 streamable-http

io.github.cyanheads/openfda-mcp-server

io.github.cyanheads/openfda-mcp-server

Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP.

Uptime
10.0%
20 probes
Response
514ms
last probe
Tools
7
callable

Tools · 7

openfda_search_adverse_events

Search adverse event reports across drugs, food, and devices. Use to investigate safety signals, find reports for a specific product, or explore reactions by demographics.

openfda_search_recalls

Search enforcement reports and recall actions across drugs, food, and devices.

openfda_count

Aggregate and tally unique values for any field across any openFDA endpoint. Returns ranked term-count pairs sorted by count descending. Pair with openfda_search_adverse_events, openfda_search_drug_ap…

openfda_get_drug_label

Look up FDA drug labeling (package inserts / SPL documents). Check indications, warnings, dosage, contraindications, active ingredients, or any structured label section.

openfda_search_drug_approvals

Search the Drugs@FDA database for drug application approvals (NDAs and ANDAs). Returns application details, sponsor info, and full submission history. Pair with openfda_get_drug_label to read the appr…

openfda_search_device_clearances

Search FDA device premarket notifications — 510(k) clearances and PMA approvals.

openfda_lookup_ndc

Look up drugs in the NDC (National Drug Code) Directory. Identify drug products by NDC code, find active ingredients, packaging details, or manufacturer info. Pair with openfda_get_drug_label using th…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/openfda-mcp-server": {
      "url": "https://openfda.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}