You're viewing a demo portfolio

Join the waitlist
PRSM

get_flood_forecast

Active

Tool of flood

declared in 0.1.0

Get multi-day flood forecast for a location with current, mean, and peak river discharge projections. Returns discharge statistics and severity assessment. Use to evaluate flood risk and timeline.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "latitude": 40.7128,
      "longitude": -74.006
    },
    {
      "latitude": 35.6762,
      "longitude": 139.6503,
      "forecast_days": 30
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "description": "Latitude of the location in decimal degrees."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the location in decimal degrees."
    },
    "forecast_days": {
      "type": "number",
      "description": "Number of forecast days to retrieve (1–92). Defaults to 16."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

flood

https://github.com/pipeworx-io/mcp-flood

1/7 registries
View full server →