πŸ—ΊοΈ

query_kegg

skillby Eijex
PathwaySystems BiologyBiotech

Searches the KEGG pathway database for biological pathways related to a keyword. Supports organism filtering (human, mouse, etc.). Useful for pathway analysis, drug target discovery, and systems biology.

Key Features

1.

KEGG REST API search

2.

Organism-specific pathway filtering

3.

Direct link to KEGG pathway viewer

Use Cases

  1. 1.Identifying disease-related pathways
  2. 2.Drug target pathway mapping
  3. 3.Systems biology analysis

Parameters

NameTypeRequiredDescription
querystringrequiredPathway keyword (e.g. "Alzheimer", "neurodegeneration")
organismstringoptionalOrganism code (default: hsa = human)

Connection

.mcp.json / Claude Code settingsJSON
{
  "mcpServers": {
    "eijex": {
      "type": "http",
      "url": "https://mcp.eijex.com/api/mcp"
    }
  }
}

Related Tools