top_species

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

Most-frequently-observed species in a place over a date range. Auto-resolves place name to place_id. Returns ranked species with observation counts and taxonomic info. Great for “what wildlife lives here?” questions.

Parameters

NameTypeRequiredDescription
placestringyesPlace name (country, state, park, etc.)
yearnumbernoRestrict to a specific year (optional)
per_pagenumbernoTop-N species (1-50, default 20)

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":"top_species","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