Tool ReferenceRisk Scoring
location_flood_risk
Flood Risk
Flood risk scores (0-10) for CONUS locations. Use geolocator first for coordinates. Risk scores: 0=None, 1-2=Very Low, 3-4=Low, 5-6=Moderate, 7-8=High, 9-10=Extreme. Provide either address OR coordinates (not both).
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
address | string | array | null | No | null |
latitude | number | array | string | null | No | null |
longitude | number | array | string | null | No | null |
location_ids | string | array | null | No | null |
max_concurrent | integer | No | 10 |
context_optimization | string | No | "auto" |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "location_flood_risk",
"arguments": {
"max_concurrent": 10,
"context_optimization": "auto",
"content_mode": "text"
}
}
}{
"name": "location_flood_risk",
"arguments": {
"max_concurrent": 10,
"context_optimization": "auto",
"content_mode": "text"
}
}