mcp-server-environment-agency

dwain-barnes/mcp-server-environment-agency
★ 0 stars JavaScript DevOps Updated 4d ago
A Model Context Protocol (MCP) server that provides access to the UK Environment Agency's Real Time Flood Monitoring API. This server allows you to access near real-time flood warnings, water level measurements, flow data, and monitoring station information.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-environme": {
      "command": "npx",
      "args": [
        "-y",
        "dwain-barnes/mcp-server-environment-agency"
      ]
    }
  }
}