Tool ReferenceSevere Weather
severe_weather_event_location
Storm Data - Multi-Peril Event
Point-scale severe weather events at a CONUS location. Use geolocator first for coordinates. Preferred when querying multiple perils simultaneously at one location over a 5-day window centered on the date of interest (e.g., WIND, FREEZING RAIN, SNOWFALL together for a winter storm). CONUS only.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
perils | string | Yes | - |
date | string | Yes | - |
units | string | No | "IMPERIAL" |
additionalData | boolean | No | false |
address | string | null | No | null |
latitude | number | null | No | null |
longitude | number | null | No | null |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_event_location",
"arguments": {
"perils": "value",
"date": "value",
"units": "IMPERIAL",
"additionalData": false,
"content_mode": "text"
}
}
}{
"name": "severe_weather_event_location",
"arguments": {
"perils": "value",
"date": "value",
"units": "IMPERIAL",
"additionalData": false,
"content_mode": "text"
}
}