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/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
resolution | string | Yes | - |
peril | string | Yes | - |
latitude | number | Yes | - |
longitude | number | Yes | - |
startDate | string | Yes | - |
endDate | string | Yes | - |
interval | string | Yes | - |
units | string | No | "IMPERIAL" |
time | string | No | "LWT" |
fillMissingHours | boolean | No | false |
context_optimization | string | No | "auto" |
processing_mode | string | No | "full" |
content_mode | string | No | "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"
}
}