search_pathways

Pack: wikipathways · Endpoint: https://gateway.pipeworx.io/wikipathways/mcp

Search WikiPathways (open community pathway database) for biological pathways by name. Pathways map genes/proteins/metabolites in processes like glycolysis, apoptosis, or signaling. Optionally restrict to one organism by Latin or common name. Keyless. Complements KEGG/Reactome.

Parameters

NameTypeRequiredDescription
querystringyesText to match in the pathway name (case-insensitive), e.g. “glycolysis”, “apoptosis”.
organismstringnoOptional. Restrict to an organism by Latin or common name, e.g. “Homo sapiens” or “human”.
limitnumbernoMax results (default 25, max 100).

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":"search_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.

Regenerated from source · build June 9, 2026