search_taxa

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

Search iNaturalist taxa by name (common or scientific). Returns taxon ID, rank, ancestry, conservation status, and photo URL. Use the taxon ID for downstream filters or to disambiguate look-alike species.

Parameters

NameTypeRequiredDescription
querystringyesCommon or scientific name
rankstringnoRestrict to a rank (kingdom, phylum, class, order, family, genus, species)
per_pagenumbernoResults per page (1-30, default 10)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026