Open Data

NOAA Climate Data MCP Server

Connect your account, then chat with AI to run tools.

NOAA Climate Data Online provides historical climate observations, weather stations, 30-year normals, and climate datasets going back to 1763.

Managed
4 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for NOAA Climate Data — workflow patterns, data models, and gotchas for your AI agent.

NOAA Climate Data

NOAA CDO provides historical climate observations, weather stations, 30-year normals. Endpoints: datasets, datacategories, datatypes, locationcategories, locations, stations, data. Key datasets: GHCND (daily summaries), GSOM (monthly summaries), NORMAL_DLY (30-year daily normals). 5 req/sec, 10000 req/day. Data goes back to 1763 for some stations.

Data Model

  • Datasets — collections of climate data (GHCND, GSOM, GSOY, NORMAL_DLY, NORMAL_MLY). Each has a mindate, maxdate, and datacoverage.
  • Stations — individual weather monitoring sites with lat/lon, elevation, and data coverage metadata.
  • Data — actual observations: temperature, precipitation, wind, etc. Queried by dataset, datatype, date range, and location.
  • Locations — geographic areas (states, counties, cities, countries, ZIP codes) with location IDs used to filter stations and data queries.

Gotchas

  • Pagination — default limit is 25, max 1000. Use offset and limit for paging.
  • Date format — ISO 8601: YYYY-MM-DD.
  • Rate limits — 5 requests per second, 10,000 per day.

Tools in this Server (4)

Noaa Get Data

Get climate observation data from NOAA CDO. Requires dataset_id, start_date, and end_date. Filter by station, data type (TMAX, TMIN, PRCP, SNOW, etc.)...

Noaa Get Datasets

Get available NOAA Climate Data Online datasets. Pass dataset_id (e.g. 'GHCND', 'GSOM', 'NORMAL_DLY') for details on one dataset, or omit to list all ...

Noaa Get Locations

Get geographic locations from NOAA Climate Data Online. Pass location_id (e.g. 'FIPS:06', 'CITY:US170006', 'ZIP:10001') for one location's details, or...

Noaa Get Stations

Get NOAA weather stations. Pass station_id (e.g. 'GHCND:USW00094728') for one station's details, or omit to search/list stations. Filter by dataset, l...

Frequently Asked Questions

What is the NOAA Climate Data MCP server?

NOAA Climate Data Online provides historical climate observations, weather stations, 30-year normals, and climate datasets going back to 1763. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect NOAA Climate Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/noaa-climate. Authentication is handled automatically.

How many tools does NOAA Climate Data provide?

NOAA Climate Data provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does NOAA Climate Data require?

NOAA Climate Data uses API Key. NOAA Climate Data requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect NOAA Climate Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/noaa-climate

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to NOAA Climate Data and paste the MCP URL into Remote MCP server URL.
  4. Click Add. NOAA Climate Data will appear under Not connected — select it and click Connect to complete OAuth.
Name: NOAA Climate Data
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/noaa-climate
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use NOAA Climate Data?

Sign in to connect your credentials and start running tools from the chat.