BaroclineBarocline
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/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
perilsstringYes-
datestringYes-
unitsstringNo"IMPERIAL"
additionalDatabooleanNofalse
addressstring | nullNonull
latitudenumber | nullNonull
longitudenumber | nullNonull
content_modestringNo"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"
  }
}