Open Data

EA Hydrology MCP Server

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

Environment Agency Hydrology API for UK river and groundwater monitoring. Search hydrological stations, retrieve flow and level measurements, and access sub-daily time series data across England.

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

EA Hydrology API

Environment Agency Hydrology API providing sub-daily river flow, level, and groundwater data for England. No authentication required.

Data Model

  • Station — A monitoring station with geographic coordinates, river/catchment info, and associated measures. Identified by UUID.
  • Measure — A specific time series at a station (e.g. daily mean flow in m³/s). Identified by a composite notation string.
  • Reading — Individual data point with date, value, quality flag, and completeness indicator.

Key Parameters

  • _limit — Max results returned (default varies, use 10-500)
  • search — Free-text station name search
  • observedProperty — Filter by parameter type (flow, level, waterLevel, groundwaterLevel, rainfall)
  • _offset — Pagination offset

Gotchas

  • Station IDs are UUIDs, not simple numeric IDs.
  • Measure notation strings are long composite identifiers (station-uuid-parameter-period-unit-qualifier).
  • Readings can have quality flags: "Good", "Suspect", "Unchecked". Filter accordingly.
  • The completeness field indicates whether all sub-period readings were available.
  • Search is case-insensitive and matches station labels (names).

Tools in this Server (3)

Ea Hydrology Readings

Fetch time series readings for a specific hydrology measure. Returns date, value, quality, and completeness for each reading. Get the measure_id from ...

Ea Hydrology Station Detail

Get detailed information about a specific EA hydrology monitoring station including its location, river, catchment, and all available measurement time...

Ea Hydrology Stations

Search Environment Agency hydrological monitoring stations in England. Returns station details including name, coordinates, river, catchment, and avai...

Frequently Asked Questions

What is the EA Hydrology MCP server?

Environment Agency Hydrology API for UK river and groundwater monitoring. Search hydrological stations, retrieve flow and level measurements, and access sub-daily time series data across England. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Hydrology 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-hydrology. Authentication is handled automatically.

How many tools does EA Hydrology provide?

EA Hydrology provides 3 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 Hydrology require?

EA Hydrology uses open data APIs — no authentication required.

Setup Instructions

Connect EA Hydrology to any MCP client in minutes

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

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 Hydrology?

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

EA Hydrology MCP Server & Skill — 3 Tools