API Keys¶
Most BioMCP workflows run without credentials. Some enrichment and higher-rate access paths improve with API keys.
Required for prediction section¶
ALPHAGENOME_API_KEY¶
Used by variant prediction lookups:
Optional enrichment keys¶
ONCOKB_TOKEN¶
Used for production OncoKB enrichment. If omitted, BioMCP uses the public/demo path when possible.
NCI_API_KEY¶
Used for NCI CTS trial calls.
OPENFDA_API_KEY¶
Improves OpenFDA rate limits for drug safety lookups.
Key management guidance¶
- Prefer environment variables over hardcoded values.
- Do not commit secrets into source control.
- Set keys in the same environment used by your MCP client.
- Rotate keys when sharing machines or CI runners.