Back to search
100
MCP live v0.1.8 streamable-http

io.github.cyanheads/noaa-cdo-mcp-server

io.github.cyanheads/noaa-cdo-mcp-server

Search NOAA CDO stations and datasets, fetch historical weather observations.

Uptime
11.1%
9 probes
Response
321ms
last probe
Tools
7
callable

Tools · 7

noaa_list_datasets

List available NOAA CDO datasets with their IDs, names, and temporal coverage. Returns all ~11 datasets by default (no required parameters). Optionally filter to datasets that contain a specific data …

noaa_list_data_categories

List data categories that group related data types — Temperature, Precipitation, Wind, Pressure, Sunshine, Sky cover, Weather Type, and more. Use to discover what types of measurements are available b…

noaa_list_data_types

List available data types (measurement labels like TMAX, TMIN, PRCP, SNOW) for a given dataset or category. Pass a datasetId to see what is measured in that dataset, or a datacategoryId (e.g., "TEMP")…

noaa_find_locations

Search for geographic locations by category (CITY, ST, CNTY, CNTRY, ZIP, CLIM_REG, etc.). Returns location IDs used in station search and data queries. Without locationCategoryId, returns all location…

noaa_find_stations

Search for weather observation stations by location, bounding box, dataset, and data type. Returns station IDs, names, coordinates, elevation, and data coverage dates. Filter by locationId (e.g., "FIP…

noaa_get_station

Fetch full metadata for a single weather station by its ID (e.g., "GHCND:USC00450974", "COOP:010008"). Returns name, coordinates, elevation, and the full date range for which data is available. Use wh…

noaa_fetch_data

Fetch historical observation records from a NOAA CDO dataset for a given date range. Requires datasetId (e.g., GHCND for daily, GSOM for monthly), startDate, and endDate. Optionally scope to specific …

Similar MCP servers embedding-nearest

@cyanheads/noaa-cdo-mcp-server
Search NOAA CDO stations and datasets, fetch historical weather observations via MCP. STDIO or Streamable HTTP.
0 tools
NOAA CDO
Search NOAA Climate Data Online stations and datasets, and fetch historical weather observations.
0 tools
io.github.cyanheads/nws-weather-mcp-server live
Real-time US weather data via National Weather Service API. Forecasts, alerts, and observations.
5 tools · streamable-http
io.github.mtjandra/mcp-weather-server
An MCP server for weather information.
0 tools
io.github.hyg900928/mcp-weather-server
An MCP server for weather information.
0 tools
@cyanheads/nws-weather-mcp-server
Get US weather forecasts, active alerts, and current observations via the National Weather Service API. STDIO or Streamable HTTP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/noaa-cdo-mcp-server": {
      "url": "https://noaa-cdo.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}