You're viewing a demo portfolio

Join the waitlist
PRSM

top_species

Active

Tool of mcp-inaturalist

declared in 0.1.0

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 schema

{
  "type": "object",
  "examples": [
    {
      "place": "Yosemite National Park"
    },
    {
      "year": 2023,
      "place": "Costa Rica",
      "per_page": 30
    }
  ],
  "required": [
    "place"
  ],
  "properties": {
    "year": {
      "type": "number",
      "description": "Restrict to a specific year (optional)"
    },
    "place": {
      "type": "string",
      "description": "Place name (country, state, park, etc.)"
    },
    "per_page": {
      "type": "number",
      "description": "Top-N species (1-50, default 20)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-inaturalist

https://github.com/pipeworx-io/mcp-inaturalist

2/7 registries
View full server →