PluginBench
MCP Server

UK Environment Agency Open Data MCP Server

io.github.RobertAlsop/environment-agency

What is the UK Environment Agency Open Data MCP server?

UK Environment Agency data with cleaning - 10 tools for floods, water quality, permits, catchments.

How to install UK Environment Agency Open Data

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "environment-agency": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "environment-agency": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "environment-agency": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "environment-agency": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ]
    }
  }
}
Claude Code
claude mcp add environment-agency -- uvx bartram-companies-house

Related MCP servers

UK Charity Commission register with cleaning - 31 tools for search, financials, governance.

View repository →

UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.

View repository →

UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.

View repository →