target_known_drugs
ActiveTool of mcp-opentargets
"What drugs target [gene]" / "approved drugs against [target]" / "clinical-trial drugs for [gene]" — drugs that have been clinically tested or approved against a drug target (Ensembl gene ID). Returns drug names, mechanisms, indications, clinical trial phases. Use for competitive landscape / drug-repositioning queries.
Parameters schema
{
"type": "object",
"examples": [
{
"ensembl_id": "ENSG00000141510"
},
{
"size": 50,
"ensembl_id": "ENSG00000141510"
}
],
"required": [
"ensembl_id"
],
"properties": {
"size": {
"type": "number",
"description": "1-100 (default 25)"
},
"ensembl_id": {
"type": "string"
}
}
}Parent server
mcp-opentargets
https://github.com/pipeworx-io/mcp-opentargets
2/7 registries