hierarchy
Pack: eol · Endpoint: https://gateway.pipeworx.io/eol/mcp
Taxonomic hierarchy for a given EOL hierarchy entry id (from get_page).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
taxon_id | number | yes | taxonConceptID from a page response |
Example call
curl -X POST https://gateway.pipeworx.io/eol/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hierarchy","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Taxonomic hierarchy entry with parent/child relationships"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"eol": {
"url": "https://gateway.pipeworx.io/eol/mcp"
}
}
}
See Getting Started for client-specific install steps.