Skip to main content
Glama
pipeworx-io

mcp-inaturalist

by pipeworx-io

@pipeworx/inaturalist

iNaturalist citizen-science observations MCP — read-only, no auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search_observations(taxon_name?, place?, year?, threatened?, quality_grade?, per_page?) — observation search with auto-resolved taxon and place names.

  • search_taxa(query, rank?, per_page?) — find taxa by common or scientific name.

  • top_species(place, year?, per_page?) — most-observed species at a place.

Related MCP server: mcp-geoapify

Data source

https://api.inaturalist.org/v1/ — public REST API, no key required for read-only.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Inaturalist data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying ChEMBL drug discovery database for molecules, targets, activities, and drug indications. Part of Pipeworx MCP gateway.
    15
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps the Geoapify Location Platform to enable geolocation and map data access through natural language queries via the Pipeworx MCP gateway.
    11
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying plant data from Plants of the World Online (Kew) via natural language using the Pipeworx MCP gateway.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth)

  • Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

  • API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-inaturalist'

If you have feedback or need assistance with the MCP directory API, please join our Discord server