Open Data

EA Groundwater Levels MCP Server

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

Access the Environment Agency's groundwater level monitoring data for England. Find groundwater monitoring stations (boreholes), view aquifer information, and retrieve historical and recent groundwater level readings in metres above ordnance datum (mAOD).

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

EA Groundwater Levels

The Environment Agency Hydrology API provides groundwater level monitoring data from borehole stations across England. Data is measured as metres above ordnance datum (mAOD).

Data Model

  • Stations — Groundwater monitoring boreholes with location, aquifer name, borehole depth, and date opened. Filtered by observedProperty=groundwaterLevel to get only groundwater stations.
  • Measures — Individual measurement series from a station. Groundwater measures have parameter "level" and may be "logged" (automatic, sub-daily) or "dipped" (manual, infrequent).
  • Readings — Time-series values from measures with date, value (mAOD), and quality flag.

Key Patterns

  • Station IDs are long compound strings: {stationGuid}_{wiskiID} (e.g. c7e13884-4a02-4df3-b184-09aea28cf8e8_3_020).
  • Measure IDs include the station ID plus type info (e.g. ..._3_020-gw-logged-i-subdaily-mAOD-qualified).
  • Use observedProperty=groundwaterLevel to filter stations to groundwater only.
  • Geo-filter with lat, long, dist (km radius) on station list endpoint.
  • Readings are fetched via the measure ID, not the station ID directly.

Gotchas

  • No auth: Completely open API under OGL v3.
  • No _sorted param on readings: The readings endpoint does not support _sorted. Data comes in chronological order.
  • Station IDs have underscores: The notation field is the station ID and contains underscores.
  • Logged vs dipped: Logged measures are automatic (every 15 min to 1 hour). Dipped measures are manual field visits (monthly or less).
  • Historical data: Some stations have data going back to the 1970s. Use since or date to limit.

Tools in this Server (3)

Ea Gw Readings

Get groundwater level readings from a specific EA monitoring measure. Returns time-series data with date, value (metres above ordnance datum), and qua...

Ea Gw Station Detail

Get detailed information about a specific EA groundwater monitoring station. Returns station metadata including location, aquifer, borehole depth, gri...

Ea Gw Stations

List Environment Agency groundwater monitoring stations (boreholes) in England. Returns station locations, aquifer names, borehole depths, and availab...

Frequently Asked Questions

What is the EA Groundwater Levels MCP server?

Access the Environment Agency's groundwater level monitoring data for England. Find groundwater monitoring stations (boreholes), view aquifer information, and retrieve historical and recent groundwater level readings in metres above ordnance datum (mAOD). It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Groundwater Levels 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-groundwater. Authentication is handled automatically.

How many tools does EA Groundwater Levels provide?

EA Groundwater Levels 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 Groundwater Levels require?

EA Groundwater Levels uses open data APIs — no authentication required.

Setup Instructions

Connect EA Groundwater Levels to any MCP client in minutes

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

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 Groundwater Levels?

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

EA Groundwater Levels MCP Server & Skill — 3 Tools