list_pathways
Pack: wikipathways · Endpoint: https://gateway.pipeworx.io/wikipathways/mcp
List all WikiPathways pathways for a single organism. Give a Latin or common name, e.g. “Homo sapiens”, “human”, or “mouse”. Returns each pathway’s id, name, link, and last revision. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
organism | string | yes | Organism by Latin or common name, e.g. “Homo sapiens”, “human”, “mouse”. |
limit | number | no | Max results (default 50, max 200). |
Example call
curl -X POST https://gateway.pipeworx.io/wikipathways/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_pathways","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wikipathways": {
"url": "https://gateway.pipeworx.io/wikipathways/mcp"
}
}
}
See Getting Started for client-specific install steps.