Skip to content

MCP server in namespace io.github

io.github.cyanheads/openfda-mcp-server · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.cyanheads/openfda-mcp-server
Package coordinate
npm:@cyanheads/openfda-mcp-server
Version
0.7.3
Listed in the registry
2026-08-07
Changed in the registry
2026-08-07
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/cyanheads/openfda-mcp-server

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

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/cyanheads/openfda-mcp-server
Source: MCP-Register · collected on 2026-08-06 · derived
Version0.7.3
Source: MCP-Register · collected on 2026-08-08 · self-declared

Position within the holdings

How many of the 24,717 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,596 of 24,717 entries.

Where this server connects to

Address as stated in the raw record
https://openfda.caseyjhand.com/mcp
Host
openfda.caseyjhand.com Entries carrying exactly this value: 1

Taken verbatim from the raw record. The registry does not call this address and does not infer a shared operator from a shared host.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)OPENFDA_API_KEY, OPENFDA_MIRROR_ENABLED, OPENFDA_MIRROR_PATH, OPENFDA_MIRROR_REFRESH_CRON, OPENFDA_MIRROR_FALLBACK_LIVE, OPENFDA_MIRROR_REFRESH_TIMEOUT_MS, OPENFDA_MIRROR_BASE_URL, MCP_LOG_LEVEL, OPENFDA_API_KEY, MCP_TRANSPORT_TYPE, MCP_HTTP_HOST, MCP_HTTP_PORT, MCP_HTTP_ENDPOINT_PATH, MCP_AUTH_MODE, OPENFDA_MIRROR_ENABLED, OPENFDA_MIRROR_PATH, OPENFDA_MIRROR_REFRESH_CRON, OPENFDA_MIRROR_FALLBACK_LIVE, OPENFDA_MIRROR_REFRESH_TIMEOUT_MS, OPENFDA_MIRROR_BASE_URL, MCP_LOG_LEVEL
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/cyanheads/openfda-mcp-server
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm, npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)https://openfda.caseyjhand.com/mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)openfda.caseyjhand.com
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-07
Source: MCP-Register · collected on 2026-08-16 · self-declared
Last changed in the registry (raw)2026-08-07
Source: MCP-Register · collected on 2026-08-16 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket und remote
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@cyanheads/openfda-mcp-server
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)0.7.3
Source: MCP-Register · collected on 2026-08-16 · self-declared
Runtime hints (raw)bun
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · MCP_TRANSPORT_TYPE=Must be set to 'http' for streamable HTTP transport. · OPENFDA_API_KEY=Free API key from open.fda.gov — increases daily limit from 1K to 120K requests. · OPENFDA_MIRROR_BASE_URL=Host serving the openFDA bulk download manifest. Override only to harvest from a private mirror of the dumps. · OPENFDA_MIRROR_ENABLED=Serve exact-key lookups for drug/label, drug/ndc, drug/enforcement, and drug/drugsfda from a local bulk mirror instead of the API. Off by default; the initial harvest runs out-of-band via the mirror:init script. · OPENFDA_MIRROR_FALLBACK_LIVE=Fall back to the live API when the mirror is cold, missing the record, or failing. Disable to fail loudly instead. · OPENFDA_MIRROR_PATH=Directory holding one SQLite file per mirrored dataset. · OPENFDA_MIRROR_REFRESH_CRON=Cron expression for the in-process mirror refresh. HTTP transport only; stdio operators run mirror:refresh from the host. Requires the optional node-cron peer dependency. · OPENFDA_MIRROR_REFRESH_TIMEOUT_MS=Wall-clock budget for one scheduled refresh before it is aborted. Raise it for drug/label, the only multi-partition dataset.
Source: MCP-Register · collected on 2026-08-16 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-16Last changed in the registry (raw): – → 2026-08-07
2026-08-16First listed in the registry (raw): – → 2026-08-07
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · MCP_TRANSPORT_TYPE=Must be set to 'http' for streamable HTTP transport. · OPENFDA_API_KEY=Free API key from open.fda.gov — increases daily limit from 1K to 120K requests. · OPENFDA_MIRROR_BASE_URL=Host serving the openFDA bulk download manifest. Override only to harvest from a private mirror of the dumps. · OPENFDA_MIRROR_ENABLED=Serve exact-key lookups for drug/label, drug/ndc, drug/enforcement, and drug/drugsfda from a local bulk mirror instead of the API. Off by default; the initial harvest runs out-of-band via the mirror:init script. · OPENFDA_MIRROR_FALLBACK_LIVE=Fall back to the live API when the mirror is cold, missing the record, or failing. Disable to fail loudly instead. · OPENFDA_MIRROR_PATH=Directory holding one SQLite file per mirrored dataset. · OPENFDA_MIRROR_REFRESH_CRON=Cron expression for the in-process mirror refresh. HTTP transport only; stdio operators run mirror:refresh from the host. Requires the optional node-cron peer dependency. · OPENFDA_MIRROR_REFRESH_TIMEOUT_MS=Wall-clock budget for one scheduled refresh before it is aborted. Raise it for drug/label, the only multi-partition dataset.
2026-08-16Environment variable formats (raw): – → string
2026-08-16Delivery form (raw): – → paket und remote
2026-08-16Remote hosts (raw): – → openfda.caseyjhand.com
2026-08-16Remote URLs (raw): – → https://openfda.caseyjhand.com/mcp

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-cyanheads-openfda-mcp-server