get_pathway
Pack: wikipathways · Endpoint: https://gateway.pipeworx.io/wikipathways/mcp
Get metadata and a viewer link for one WikiPathways pathway by its WikiPathways id (e.g. “WP554”). Returns name, species, revision, and a human-viewable diagram URL. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | A WikiPathways id like “WP554”. |
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":"get_pathway","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.