org.memoryapi/bio
Official3 toolsBiomedical Data
Biomedical data: compounds, drug info, and molecular targets
Search biomedical compounds, drugs, and molecular targets.
Captured live from the server via tools/list.
get_compound_data
Get drug/compound data from PubChem (NIH). Returns CID, IUPAC name, molecular formula, molecular weight, canonical SMILES, InChI, description, and synonyms.
Parameters (2)
- namestring
Drug or compound name (e.g. aspirin, caffeine, ibuprofen)
- cidstring
PubChem CID number (alternative to name)
get_drug_info
Get drug label, safety info, adverse events, or recall data from OpenFDA. Returns brand names, generic name, indications, warnings, dosage, interactions.
Parameters (2)
- namestring
Drug name (e.g. metformin, aspirin, lisinopril)
- typestring
label (default), adverse_events, or recalls
get_drug_targets
Get drug target and bioactivity data from ChEMBL (EMBL-EBI). Returns ChEMBL ID, max clinical phase, molecule type, molecular properties, and indication class.
Parameters (3)
- namestring
Drug or compound name (e.g. ibuprofen, atorvastatin)
- typestring
molecule (default) or activity
- chembl_idstring
ChEMBL ID for activity lookup (e.g. CHEMBL521)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bio.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.