UK Environment Agency Connector for AI agents.
9 live capabilities
Access real-time flood alerts and river water levels across the UK.
Waiting for input…
Why people use UK Environment Agency
UK Environment Agency for Real-Time Flood Monitoring
With this Connector, you just ask your agent for the current river height or a list of active flood warnings. It pulls the data directly from the DEFRA hub and puts it in your chat instantly. You get the facts without the friction.
What Vinkius changes
You get instant access to UK environmental data without the manual research.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rerouting deliveries during floods
A courier manager asks their agent to list all active flood warnings to see if a delivery route is blocked by rising rivers.
- Real-world use case 02
Cross-referencing river parameters
A scientist uses get_hydrology_station to pull parameters for a specific river trace to compare with historical data.
- Real-world use case 03
Building public water dashboards
A dev uses list_measures to see what data points are available before building a public-facing water level dashboard.
Complete set · 9capabilities
The complete UK Environment Agency capability set.
These are the exact actions your AI can choose when you ask it to work with UK Environment Agency.
01—03
3 capabilities in this set.
Part of 9 available through UK Environment Agency.
- 01 Capability
Get measure
Fetch measurement configuration details. This shows how a specific data point is being tracked. It's great for verifying sensor types.
- 02 Capability
Get station
Retrieve data on a single flood monitoring station. This pulls the full profile of a station. Use it to see where a sensor is located and what it tracks.
- 03 Capability
List floods
Retrieve active flood warnings. This gives you a list of all current alerts. It's the quickest way to see what's happening across the country.
04—06
3 capabilities in this set.
Part of 9 available through UK Environment Agency.
- 04 Capability
List hydrology stations
Read globally saved hydrology stations. This lists all available stations in the network. Use it to find the right location for your query.
- 05 Capability
List measures
Retrieve available measures. This shows every type of data the agency tracks. It helps you see what kind of sensors are available.
- 06 Capability
List station readings
Get actual readings for an individual station. This pulls the most recent water levels or heights. It's what you use for real-time monitoring.
07—09
3 capabilities in this set.
Part of 9 available through UK Environment Agency.
- 07 Capability
List stations
Retrieve active flood-monitoring stations. This lists all stations currently in operation. Use it to find specific monitoring points in a region.
- 08 Capability
Get flood
Get a specific flood warning. This pulls the details of a single alert. It's useful for checking the severity of a specific incident.
- 09 Capability
Get hydrology station
Retrieve parameters for a hydrology trace. Use this to see the specific setup of a monitoring station. It helps you understand the data context.
Set up in minutes
One URL. Then ask UK Environment Agency to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use UK Environment Agency from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it UK Environment Agency, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable UK Environment Agency for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the UK Environment Agency URL.
- Step 03
Save and start
Save the connection and enable UK Environment Agency in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"uk-environment-agency": {
"url": "https://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using UK Environment Agency
Open Agent mode in chat and ask: "Using UK Environment Agency, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"uk-environment-agency": {
"url": "https://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using UK Environment Agency
Ask Copilot: "Using UK Environment Agency, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"uk-environment-agency": {
"url": "https://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using UK Environment Agency
Open Cascade and ask: "Using UK Environment Agency, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"uk-environment-agency": {
"url": "https://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using UK Environment Agency
Ask Cline: "Using UK Environment Agency, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add uk-environment-agency --transport http "https://edge.vinkius.com/vk_preview_4XFIAd99EZdQBoiUbukfKekdnsoK1gwvRZEqbXHM/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using UK Environment Agency
Ask Claude: "Using UK Environment Agency, show me...". 9 tools are ready
Where the request belongs
Work UK Environment Agency can move forward.
This is for environmental analysts, logistics coordinators, and civic tech developers who need to monitor UK water levels and flood risks without manually scraping government websites.
Environmental Analyst
Cross-checking river parameters during field research to ensure data consistency.
Logistics Coordinator
Monitoring flood warnings to reroute delivery trucks in real-time during heavy rain.
Civic Tech Developer
Building automated alerts for local community dashboards using official data.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpen-Meteo Flood & Rivers
Predict floods before they happen: GloFAS river discharge simulations at 5km, 40 years of historical data (1984–present), and 7-month forward forecasts for disaster prevention.
USGS Water Services
Access real-time and historical water data from the USGS, including streamflow, groundwater levels, and site metadata across the US.
GDACS
Monitor global disaster alerts. earthquakes, cyclones, floods, volcanoes, wildfires and droughts with real-time impact estimates.
NWS (National Weather Service)
Access real-time weather data, forecasts, and active alerts directly from the National Weather Service.
Stormglass
Access high-resolution global weather and marine data. fetch forecasts, tide levels, astronomy data, and biological marine metrics directly from any AI agent.
Tomorrow.io
Equip your agent with precise weather intelligence, hyperlocal forecasts, and extreme climate risk assessments.
Bring your own AI
Change the model, client or framework. Keep UK Environment Agency connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about UK Environment Agency.
The practical details behind the request, access and result.
Does the UK Environment Agency MCP provide live water levels?
Yes, it pulls real-time readings from specific stations in the UK hydrology network.
Can I use this to see flood alerts for my specific town?
Yes, you can list active warnings and check specific stations in your area to see if there are any issues.
Is this for UK data only?
Yes, this connects specifically to the UK Environment Agency and DEFRA hubs.
Can my agent find specific river heights?
Yes, it can pull readings for any station in the hydrology network.
Does this require a government login?
No, it uses the open data hub so you can query it without any authentication friction.
How do I find the right station ID?
You can ask the agent to list all active stations first to find the one you need.
How do I get started?
Subscribe to the server and you're ready. The UK Environment Agency API is entirely public open data. No code, no setup, no webhooks. just connect and start querying through your AI agent.
Can my AI agent check for active flood warnings in specific areas?
Yes. Your agent queries the live flood alert endpoints, giving you precise warnings, severity levels, and regional bounds instantaneously. It handles the whole diagnostic flow directly from your prompt.
What happens when I need to check exact river depth history?
Just tell your AI agent. It targets individual measurement stations and reads their active water flow and level records, saving you from navigating complex CSV government databases.
Can I monitor multiple geographic metrics simultaneously?
Absolutely. Combine requests for hydrology network grids, list all active flood stations across county borders, and map their measures. Perfect for logistics teams, civic planners, and researchers parsing country-wide status loops.
One connection away
Give your agent a direct line to UK Environment Agency.
Connect UK Environment Agency once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available