list_subtaxa

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

List the direct child taxa (subtaxa) of a taxon from the Paleobiology Database, with each child’s rank and number of its own subtaxa. Keyless.

Parameters

NameTypeRequiredDescription
taxonstringyesParent taxon name, e.g. “Tyrannosauridae”.
limitnumbernoMax subtaxa to return (default 30).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026