Open Data

EA Ecology Data MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Access the Environment Agency's ecology and fish survey data for England. Search freshwater and marine monitoring sites, retrieve biological observations (macroinvertebrates, diatoms, macrophytes, fish), browse available observation types, and look up taxa. Data covers river, estuarine, and coastal ecological surveys.

4 tools
Agent guide included
No auth required
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for EA Ecology Data — workflow patterns, data models, and gotchas for your AI agent.

EA Ecology Data

The Environment Agency Ecology and Fish Data API provides access to biological survey data collected across England's freshwater and marine environments.

Data Model

  • Sites — Monitoring locations with coordinates (lat/long, easting/northing). Two types: BiosysFreshwaterSite and BiosysMarineSite. Each has a site_id URI and a local_id.
  • Observations — Individual results from ecological surveys. Each records a taxon found, a measured property (e.g. units found), and a result value. Linked to a site and survey.
  • Observation Types — Categories of biological observation (12 types): river diatoms, macroinvertebrates, macrophytes, marine benthos, marine phytoplankton, and freshwater/TRaC fish.
  • Taxa — Species/genus taxonomy records with NBN keys, taxon groups, rank, and protected status.

Key Patterns

  • Observations require at least one filter: site_id, observation_type, observable_property, or ultimate_feature_of_interest.
  • Site IDs are URIs: http://environment.data.gov.uk/ecology/site/bio/{local_id}
  • Observation type IDs are URIs from the /observation-types endpoint.
  • Pagination uses limit and offset params (no underscore prefix on this API).
  • Taxa endpoint returns a paginated list (no search/filter params supported).

Gotchas

  • No auth: Completely open API. Be respectful of rate limits.
  • Observations mandatory filter: Querying observations without any filter returns a 400 error.
  • Site local_id: Use local_id param on the sites endpoint to find a specific site.
  • Large result sets: Sites and taxa can return thousands of results — always set a reasonable limit.

Tools in this Server (4)

Ea Ecology List Sites

List Environment Agency ecology monitoring sites across England. Returns freshwater and marine survey sites with coordinates (lat/long), easting/north...

Ea Ecology List Taxa

List taxa from the Environment Agency's ecology taxonomy database. Returns species and genus records with scientific names, NBN taxon version keys, ta...

Ea Ecology Observations

Get ecology observations from the Environment Agency. At least one filter is required: site_id or observation_type. Returns biological survey results ...

Ea Ecology Observation Types

List all available ecology observation types from the Environment Agency. Returns 12 types covering river diatoms, macroinvertebrates, macrophytes, ma...

Frequently Asked Questions

What is the EA Ecology Data MCP server?

Access the Environment Agency's ecology and fish survey data for England. Search freshwater and marine monitoring sites, retrieve biological observations (macroinvertebrates, diatoms, macrophytes, fish), browse available observation types, and look up taxa. Data covers river, estuarine, and coastal ecological surveys. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Ecology Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/ea-ecology. Authentication is handled automatically.

How many tools does EA Ecology Data provide?

EA Ecology Data provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does EA Ecology Data require?

EA Ecology Data uses open data APIs — no authentication required.

Setup Instructions

Connect EA Ecology Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/ea-ecology

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with EA Ecology Data?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

EA Ecology Data MCP Server & Skill — 4 Tools