search
ActiveTool of mcp-opentargets
"Find [disease / drug / gene target]" / "Open Targets lookup for [name]" / "what's the Open Targets ID for [X]" — text search across diseases, drug targets, and drugs in the Open Targets Platform (the leading drug-discovery knowledge graph). Returns ranked matches with their canonical IDs (ENSG... for targets, EFO_... for diseases, CHEMBL... for drugs). Use first to find IDs, then call target/disease/drug for details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "TP53"
},
{
"size": 20,
"query": "cancer",
"entity": "disease"
}
],
"required": [
"query"
],
"properties": {
"size": {
"type": "number",
"description": "1-50 (default 10)"
},
"query": {
"type": "string"
},
"entity": {
"type": "string",
"description": "target | disease | drug (omit for all)"
}
}
}Parent server
mcp-opentargets
https://github.com/pipeworx-io/mcp-opentargets
2/7 registries