activities
ActiveTool of mcp-chembl
declared in 0.1.0
Retrieve bioactivity records from ChEMBL filtered by molecule_chembl_id and/or target_chembl_id; returns IC50/Ki/EC50 values, assay descriptions, and units.
Parameters schema
{
"type": "object",
"examples": [
{
"molecule_chembl_id": "CHEMBL25"
},
{
"limit": 100,
"target_chembl_id": "CHEMBL614"
}
],
"properties": {
"limit": {
"type": "number",
"description": "1-1000 (default 25)."
},
"target_chembl_id": {
"type": "string"
},
"molecule_chembl_id": {
"type": "string"
}
}
}Parent server
mcp-chembl
https://github.com/pipeworx-io/mcp-chembl
2/7 registries