You're viewing a demo portfolio

Join the waitlist
PRSM

search_taxa

Active

Tool of mcp-inaturalist

declared in 0.1.0

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 schema

{
  "type": "object",
  "examples": [
    {
      "query": "Panthera leo"
    },
    {
      "rank": "species",
      "query": "red panda"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "rank": {
      "type": "string",
      "description": "Restrict to a rank (kingdom, phylum, class, order, family, genus, species)"
    },
    "query": {
      "type": "string",
      "description": "Common or scientific name"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page (1-30, default 10)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-inaturalist

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

2/7 registries
View full server →