BaroclineBarocline
Tool ReferenceForecast & Gridded

precipitation_location

Gridded Precipitation

High-resolution precipitation data (1km/4km/8km). Use geolocator first for coordinates.

Resolution guide: use '1km' (MRMS) for highest precision within US/Canada; '4km' (Stage IV) for
longer US historical records back to 2002; '8km' (satellite) for non-US locations or global coverage
from 2015 onward. Default to '1km' for US queries unless a longer history is needed.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
resolutionstringYes-
perilstringYes-
latitudenumberYes-
longitudenumberYes-
startDatestringYes-
endDatestringYes-
intervalstringYes-
unitsstringNo"IMPERIAL"
timestringNo"LWT"
fillMissingHoursbooleanNofalse
context_optimizationstringNo"auto"
processing_modestringNo"full"
content_modestringNo"text"

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "precipitation_location",
    "arguments": {
      "resolution": "value",
      "peril": "value",
      "latitude": 0,
      "longitude": 0,
      "startDate": "value",
      "endDate": "value",
      "interval": "value",
      "units": "IMPERIAL",
      "time": "LWT",
      "fillMissingHours": false,
      "context_optimization": "auto",
      "processing_mode": "full",
      "content_mode": "text"
    }
  }
}
{
  "name": "precipitation_location",
  "arguments": {
    "resolution": "value",
    "peril": "value",
    "latitude": 0,
    "longitude": 0,
    "startDate": "value",
    "endDate": "value",
    "interval": "value",
    "units": "IMPERIAL",
    "time": "LWT",
    "fillMissingHours": false,
    "context_optimization": "auto",
    "processing_mode": "full",
    "content_mode": "text"
  }
}