target_associations
ActiveTool of mcp-opentargets
"What diseases is [gene] involved in" / "diseases associated with [target]" / "what does [gene] cause" — top disease associations for a drug target (Ensembl gene ID), scored by integrated Open Targets evidence (genetics, expression, animal models, drugs, literature, pathways). Use to triage what diseases a candidate target might address.
Parameters schema
{
"type": "object",
"examples": [
{
"ensembl_id": "ENSG00000141510"
},
{
"size": 25,
"ensembl_id": "ENSG00000141510"
}
],
"required": [
"ensembl_id"
],
"properties": {
"size": {
"type": "number",
"description": "1-50 (default 10)"
},
"ensembl_id": {
"type": "string"
}
}
}Parent server
mcp-opentargets
https://github.com/pipeworx-io/mcp-opentargets
2/7 registries