get_entry
ActiveTool of Kegg
Fetch a full KEGG flat-file entry by ID and return it as parsed fields plus raw text. IDs look like "C00031" (compound), "hsa00010" (pathway), "D00009" (drug), "K00844" (KO/ortholog), or "ec:1.1.1.1" (enzyme). Parsed fields include ENTRY, NAME, FORMULA, CLASS, PATHWAY, DESCRIPTION, cross-references, and more. Use find first to discover IDs. Keyless.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "A KEGG entry ID, e.g. \"C00031\", \"hsa00010\", \"D00009\", \"K00844\", \"ec:1.1.1.1\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Kegg
https://github.com/pipeworx-io/mcp-kegg
1/7 registries