Tool ReferenceStation Observations
station_climate_normals
Station Data - Climate Normals
10- or 30-year climate normals. Use station_search first for station IDs, or geolocator for coordinates. DATA SOURCE: Normals are computed from the METAR, SYNOP, or other automated surface observation records at each station, NOT from NCEI's published 1991-2020 climate normals. Variable availability and record quality vary by station type; use station_available_variables to confirm what is available before requesting non-standard field packages. Values may differ from official NWS normals, particularly for precipitation totals and temperature extremes. For official climate normal comparisons, cross-reference NCEI publications.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
station | string | null | No | null |
latitude | number | null | No | null |
longitude | number | null | No | null |
interval | string | No | "MONTHLY" |
fields | string | No | "standard" |
period | integer | No | 30 |
startYear | string | null | No | null |
filters | string | null | No | null |
units | string | No | "IMPERIAL" |
analysis_level | string | No | "auto" |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station_climate_normals",
"arguments": {
"interval": "MONTHLY",
"fields": "standard",
"period": 30,
"units": "IMPERIAL",
"analysis_level": "auto",
"content_mode": "text"
}
}
}{
"name": "station_climate_normals",
"arguments": {
"interval": "MONTHLY",
"fields": "standard",
"period": 30,
"units": "IMPERIAL",
"analysis_level": "auto",
"content_mode": "text"
}
}