Open Data

EA Flood Warnings MCP Server

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

Environment Agency flood warning and alert data for England. Get active flood warnings with severity levels, browse flood warning areas, and retrieve detailed information about specific warnings including messages and severity history.

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

EA Flood Warnings

Environment Agency API providing real-time flood warning and alert data for England. No authentication required.

Data Model

  • Flood Warning — Active warning/alert with severity, message text, and timestamps.
  • Flood Area — Geographic region to which warnings/alerts apply. Two types: Flood Alert Areas (larger catchments) and Flood Warning Areas (specific communities).
  • Severity Levels — 1: Severe Flood Warning (danger to life), 2: Flood Warning (flooding expected), 3: Flood Alert (flooding possible), 4: Warning no longer in force.

Key Fields

  • floodAreaID / notation — Unique code for the flood area (e.g. "053FWFPUWI06")
  • severity — Human-readable severity string
  • severityLevel — Numeric severity (1-4, lower = more severe)
  • message — Full warning message text from EA
  • timeRaised / timeMessageChanged — ISO 8601 timestamps
  • eaAreaName — EA administrative area (e.g. "Wessex", "Thames")

Gotchas

  • Transient warnings: Retired warnings disappear from active listings—do not assume old ids stay resolvable forever.
  • Flood areas are permanent: Unlike warnings, flood area definitions are stable geographic boundaries.
  • isTidal: Boolean flag distinguishing tidal from river/groundwater warnings.
  • Pagination: Use _limit and _offset when walking large collections.

Tools in this Server (3)

Ea Flood Areas

List flood warning and alert areas in England. Returns geographic areas with their labels, coordinates, counties, and river/sea names. Filter by count...

Ea Flood Warning Detail

Get detailed information about a specific flood warning or flood area by its area ID. Returns the full warning message, severity, area description, co...

Ea Flood Warnings

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

Frequently Asked Questions

What is the EA Flood Warnings MCP server?

Environment Agency flood warning and alert data for England. Get active flood warnings with severity levels, browse flood warning areas, and retrieve detailed information about specific warnings including messages and severity history. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect EA Flood Warnings 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-warnings. Authentication is handled automatically.

How many tools does EA Flood Warnings provide?

EA Flood Warnings 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 Flood Warnings require?

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

Setup Instructions

Connect EA Flood Warnings to any MCP client in minutes

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

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

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

EA Flood Warnings MCP Server & Skill — 3 Tools