chem
ActiveTool of mcp-mychem
Fetch the full aggregated annotation for a single chemical / drug by id. The id is typically an InChIKey (e.g. "BSYNRYMUTXBXSQ-UHFFFAOYSA-N"), but a DrugBank id, ChEMBL id, or other source id also works. Returns merged annotations from ChEMBL, DrugBank, PubChem, ChEBI, DrugCentral, etc., including mechanism, indication, and pharmacology cross-references.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "An InChIKey like \"BSYNRYMUTXBXSQ-UHFFFAOYSA-N\", or a DrugBank / ChEMBL id."
},
"fields": {
"type": "string",
"description": "Comma-separated return fields (default: all)."
}
}
}Parent server
mcp-mychem
https://github.com/pipeworx-io/mcp-mychem
2/7 registries