MCP Hub
Back to servers

flood

Flood MCP — wraps Open-Meteo Flood API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-flood

MCP server for river discharge and flood forecasts via the Open-Meteo Flood API. No authentication required.

Tools

ToolDescription
get_river_dischargeGet daily river discharge forecast for a geographic location
get_flood_forecastGet comprehensive flood forecast including mean and max discharge

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "flood_get_river_discharge",
      "arguments": { "latitude": 47.37, "longitude": 8.55 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review