NOAA Climate Data
com.olyport/noaa-climateHistorical climate data, temperatures, precipitation, and normals
Tools · 3
Get climate observations from NOAA Climate Data Online. Returns historical weather measurements such as temperature, precipitation, and snowfall. You must provide either a station_id or a FIP…
Find NOAA weather stations in an area. Returns a list of weather stations with their IDs, names, coordinates, and active date ranges. Use the station IDs with get_climate_data. Args: …
Get 30-year climate normal values for a NOAA weather station. Climate normals are averages computed over the most recent 30-year period (currently 1991-2020). They represent typical condition…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"noaa_climate_data": {
"url": "https://mcp.olyport.com/noaa-climate/mcp",
"transport": "streamable-http"
}
}
}