search
ActiveTool of Monarch Initiative
Full-text search across the Monarch biomedical knowledge graph for diseases, genes, phenotypes, and other biolink entities by query string; filter by category (e.g. biolink:Disease) and paginate with limit/offset.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"query": "cystic fibrosis",
"category": "biolink:Disease"
},
{
"query": "BRCA1",
"category": "biolink:Gene"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "1-500 (default 20)"
},
"query": {
"type": "string"
},
"offset": {
"type": "number"
},
"category": {
"type": "string",
"description": "biolink:Disease | biolink:Gene | biolink:PhenotypicFeature | …"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Monarch Initiative
https://github.com/pipeworx-io/mcp-monarch-initiative
1/7 registries