Open Data

EA Flood Monitoring MCP Server

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

Access the Environment Agency's real-time flood monitoring data for England. Get current flood warnings and alerts, find monitoring stations, read water level and flow measurements, and explore flood warning areas. Data is updated every 15 minutes.

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

EA Flood Monitoring

The Environment Agency Flood Monitoring API provides real-time flood data for England including warnings, water levels, flows, and monitoring station metadata.

Data Model

  • Floods — Active flood warnings/alerts with severity levels (1=Severe, 2=Warning, 3=Alert, 4=No longer in force).
  • Stations — ~4000 monitoring stations measuring water level, flow, rainfall, wind, temperature.
  • Measures — Individual measurement series from a station (e.g. upstream level, downstream level).
  • Readings — Time-series values from measures, typically every 15 minutes.
  • Flood Areas — Geographic regions to which warnings/alerts apply (Alert Areas and Warning Areas).

Key Patterns

  • Use _limit and _offset when paging through large collections.
  • Station IDs look like 1029TH, 1491TH — use notation or stationReference fields.
  • Severity levels: 1 (Severe Flood Warning), 2 (Flood Warning), 3 (Flood Alert), 4 (Warning no longer in force).
  • Filter stations by parameter (level, flow, rainfall), qualifier (Stage, Downstream Stage, Tidal Level, Groundwater).
  • Geo-filter with lat, long, dist (km radius) on station and warning listings that support it.

Gotchas

  • No auth: Completely open API. Be respectful of rate limits.
  • Readings transfer delay: Data is measured every 15 min but transferred at varying frequencies.
  • Transient warnings: Flood warning records are temporary—they drop out once the event clears.
  • Station items format: Single station detail returns items as an object, not an array.

Tools in this Server (6)

Ea Flood Get Areas

List Environment Agency flood warning and alert areas in England. Flood areas define the geographic regions to which warnings or alerts apply. Include...

Ea Flood Get Station

Get detailed information about a specific EA flood monitoring station by its ID. Returns station metadata including location, river name, catchment, a...

Ea Flood Get Warnings

Get current flood warnings and alerts from the Environment Agency for England. Returns active warnings with severity levels, affected areas, and situa...

Ea Flood Latest Readings

Get the latest readings across all EA flood monitoring stations in England. Returns the most recent water level, flow, or rainfall values from all act...

Ea Flood List Stations

List Environment Agency flood monitoring stations across England. Filter by measurement type (level, flow, rainfall), location, river, catchment, town...

Ea Flood Station Readings

Get water level and flow readings from a specific EA monitoring station. Retrieve the latest values, today's readings, readings for a specific date, o...

Frequently Asked Questions

What is the EA Flood Monitoring MCP server?

Access the Environment Agency's real-time flood monitoring data for England. Get current flood warnings and alerts, find monitoring stations, read water level and flow measurements, and explore flood warning areas. Data is updated every 15 minutes. It provides 6 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Flood Monitoring 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-flood-monitoring. Authentication is handled automatically.

How many tools does EA Flood Monitoring provide?

EA Flood Monitoring provides 6 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 Flood Monitoring require?

EA Flood Monitoring uses open data APIs — no authentication required.

Setup Instructions

Connect EA Flood Monitoring to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/ea-flood-monitoring

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 Flood Monitoring?

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

EA Flood Monitoring MCP Server & Skill — 6 Tools