Open Data

EA Water Quality MCP Server

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

Access the Environment Agency's Water Quality Archive for England. Search sampling points, retrieve water quality observations including chemical and biological measurements, explore determinand codelists, and filter by region, date range, or geographic coordinates. Data covers rivers, lakes, groundwater, and coastal waters.

5 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 Water Quality — workflow patterns, data models, and gotchas for your AI agent.

EA Water Quality

The Environment Agency Water Quality Archive API provides access to water quality monitoring data across England, covering rivers, lakes, groundwater, and coastal waters.

Data Model

  • Sampling Points — ~65,000 monitoring locations with geographic coordinates, status, type, and regional classification.
  • Observations — Individual measurements at sampling points: chemical concentrations, biological indicators, physical parameters.
  • Determinands — ~8,000 measurement types (pH, dissolved oxygen, ammonia, heavy metals, pesticides, etc.).
  • Samples — Collection events at a sampling point on a specific date.
  • Samplings — Groupings of samples by purpose and campaign.

Key Patterns

  • Use limit and skip for pagination (max 250 per page).
  • Sampling point IDs (notations) look like AN-011262, MD-009632 — region prefix + number.
  • The API returns JSON-LD by default. All tools request application/ld+json.
  • Results are in member array with totalItems count and view for pagination links.
  • Filter observations by determinand code (integer), date or dateFrom/dateTo ranges.
  • Geographic search uses latitude/longitude/radius (km) OR easting/northing/radius.

Gotchas

  • No standard JSON: API only accepts application/ld+json or application/geo+json, not application/json.
  • BNG coordinates by default: Geometry uses British National Grid (EPSG:27700) unless Accept-Crs header specifies WGS84.
  • Large dataset: 65,000+ sampling points, 8,000+ determinands. Always use filters and limits.
  • Date format: ISO 8601 dates only (YYYY-MM-DD).
  • Compliance flag: Use complianceOnly=true to filter for regulatory compliance samples only.

Tools in this Server (5)

Ea Wq Determinands

List water quality determinands (measurement types) from the EA codelist. Determinands define what is being measured — e.g. pH, dissolved oxygen, ammo...

Ea Wq Observations

List water quality observations (measurements) for a specific sampling point. Each observation includes the determinand measured (e.g. pH, dissolved o...

Ea Wq Samples

List water quality samples (collection events) for a specific sampling point. Each sample represents a physical collection at the monitoring site on a...

Ea Wq Sampling Point

Get detailed information about a specific EA water quality sampling point by its notation. Returns the point's name, geographic location, status, type...

Ea Wq Sampling Points

List and filter Environment Agency water quality sampling points across England. Search by region, area, status, type, name, or geographic radius. Ret...

Frequently Asked Questions

What is the EA Water Quality MCP server?

Access the Environment Agency's Water Quality Archive for England. Search sampling points, retrieve water quality observations including chemical and biological measurements, explore determinand codelists, and filter by region, date range, or geographic coordinates. Data covers rivers, lakes, groundwater, and coastal waters. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Water Quality 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-water-quality. Authentication is handled automatically.

How many tools does EA Water Quality provide?

EA Water Quality provides 5 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 Water Quality require?

EA Water Quality uses open data APIs — no authentication required.

Setup Instructions

Connect EA Water Quality to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/ea-water-quality

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 Water Quality?

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

EA Water Quality MCP Server & Skill — 5 Tools