Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

NOAA Climate Data

com.olyport/noaa-climate

Historical climate data, temperatures, precipitation, and normals

Uptime
11.1%
27 probes
Response
480ms
last probe
Tools
3
callable

Tools · 3

get_climate_data

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_stations

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_climate_normals

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"
    }
  }
}