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

Parameters

NameTypeRequiredDefault
perilstringYes-
latitudenumberYes-
longitudenumberYes-
startDatestringYes-
endDatestringYes-
intervalstringYes-
unitsstringNo"IMPERIAL"
timestringNo"LWT"
processing_modestringNo"full"
custom_thresholdsobject | string | nullNonull
max_chunksintegerNo60
content_modestringNo"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"
  }
}