query_chembl
ActiveTool of Claidex MCP
declared in 1.0.0
Look up a drug or compound in ChEMBL. Returns mechanism of action, primary target, ChEMBL ID, max development phase, molecular type, and synonyms.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"drug_name"
],
"properties": {
"drug_name": {
"type": "string",
"minLength": 1,
"description": "Drug or compound name"
}
},
"additionalProperties": false
}Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries