Tool ReferenceSevere Weather
severe_weather_location_1km
Storm Data - CONUS 1km
1km CONUS severe weather history (HAIL or TORNADIC_STORM). Use geolocator first for coordinates. CONUS only. TORNADIC_STORM is binary (0/1) — use spatial tools for tornado pattern analysis.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
peril | string | Yes | - |
latitude | number | Yes | - |
longitude | number | Yes | - |
startDate | string | Yes | - |
endDate | string | Yes | - |
interval | string | Yes | - |
units | string | No | "IMPERIAL" |
time | string | No | "LWT" |
processing_mode | string | No | "full" |
custom_thresholds | object | string | null | No | null |
max_chunks | integer | No | 60 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_location_1km",
"arguments": {
"peril": "value",
"latitude": 0,
"longitude": 0,
"startDate": "value",
"endDate": "value",
"interval": "value",
"units": "IMPERIAL",
"time": "LWT",
"processing_mode": "full",
"max_chunks": 60,
"content_mode": "text"
}
}
}{
"name": "severe_weather_location_1km",
"arguments": {
"peril": "value",
"latitude": 0,
"longitude": 0,
"startDate": "value",
"endDate": "value",
"interval": "value",
"units": "IMPERIAL",
"time": "LWT",
"processing_mode": "full",
"max_chunks": 60,
"content_mode": "text"
}
}