BaroclineBarocline
Tool ReferenceForecast & Gridded

gridded_history_location_2km

Gridded Weather - CONUS 2km

Preferred tool for CONUS temperature and wind history — higher resolution (2km) and purpose-built
for those variables. Use gridded_history_15km for other variables or non-CONUS locations.
Use geolocator first for coordinates.

CONUS only (24-49.5°N, 125-66°W). No Alaska, Hawaii, or territories.
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": "gridded_history_location_2km",
    "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": "gridded_history_location_2km",
  "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"
  }
}