disease
Pack: mydisease · Endpoint: https://gateway.pipeworx.io/mydisease/mcp
Fetch the full aggregated annotation object for a single disease id. Accepts MONDO (“MONDO:0015967”), DOID (“DOID:9351”), OMIM (“OMIM:125853”) and other supported ontology ids. Returns cross-referenced data including MONDO ontology (labels, synonyms, xrefs, parents/children), gene-disease associations from DisGeNET, phenotypes from HPO, and chemical-disease relationships from CTD. Resolve a name to an id first via the “query” tool.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | A disease id such as “MONDO:0015967”, “DOID:9351”, or “OMIM:125853”. |
fields | string | no | Comma-separated list of annotation fields to return (default: all fields). |
Example call
curl -X POST https://gateway.pipeworx.io/mydisease/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"disease","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"mydisease": {
"url": "https://gateway.pipeworx.io/mydisease/mcp"
}
}
}
See Getting Started for client-specific install steps.