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

Parameters

NameTypeRequiredDefault
stationstring | nullNonull
latitudenumber | nullNonull
longitudenumber | nullNonull
intervalstringNo"MONTHLY"
fieldsstringNo"standard"
periodintegerNo30
startYearstring | nullNonull
filtersstring | nullNonull
unitsstringNo"IMPERIAL"
analysis_levelstringNo"auto"
content_modestringNo"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"
  }
}