find

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

Search KEGG by keyword. KEGG is the authoritative bioinformatics database for compounds, drugs, diseases, metabolic pathways, genes, and enzymes. Pick a database (compound|drug|disease|pathway|genes|enzyme|glycan|module|ko) and pass a query like “glucose”, “aspirin”, or “diabetes”. Returns matching KEGG IDs with descriptions. Keyless.

Parameters

NameTypeRequiredDescription
databasestringyesOne of: compound, drug, disease, pathway, genes, enzyme, glycan, module, ko.
querystringyesSearch term, e.g. “glucose”, “aspirin”, “diabetes”.

Example call

curl -X POST https://gateway.pipeworx.io/kegg/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "kegg": {
      "url": "https://gateway.pipeworx.io/kegg/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026