NCEI Climate Data Online (NOAA Archive)

NCEI Climate Data Online (NOAA Archive) MCP Connector for Claude

F

Access historical weather and climate data from NOAA's National Centers for Environmental Information archive.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the NCEI Climate Data Online archive and explore decades of global environmental records through natural language.

What you can do

  • Datasets & Categories — Browse primary data groupings like Daily Summaries (GHCND) or Global Summary of the Month (GSOM) using list_datasets and list_datacategories.
  • Location Discovery — Find specific geopolitical entities, cities, or zip codes using list_locations and list_locationcategories to narrow your search.
  • Station Metadata — Identify weather observing platforms and stations worldwide with list_stations to find the exact source of climate records.
  • Data Type Inspection — Query specific climate variables such as precipitation (PRCP), average temperature (TAVG), or snow depth using list_datatypes.
  • Historical Analysis — Retrieve precise climate observations for specific timeframes and locations to power research or environmental reporting.

How it works

  1. Subscribe to this server
  2. Request a free API Token from the NOAA NCEI portal
  3. Start querying historical weather data directly from your AI client

Who is this for?

  • Data Scientists & Researchers — quickly locate and verify available climate datasets without manual API exploration
  • Environmental Consultants — retrieve station metadata and location-specific weather history for impact reports
  • Developers — integrate reliable, government-backed climate data into applications using natural language queries
noaaclimate-archivemeteorologyhistorical-weatherenvironmental-data

10 tools expose this connector's capabilities to your AI agent.

list_datacategories

List general types of data used to group similar data types

get_data

Annual/Monthly data limited to 10-year range; other data limited to 1-year range. Fetch actual observations and ancillary attributes

list_datatypes

List specific types of data (e.g., TAVG, PRCP)

list_datasets

g., Daily Summaries, Global Summary of the Month). Find information about available NCEI datasets

list_locationcategories

List groupings of similar locations (e.g., Countries, States)

list_locations

List geopolitical entities or bounding areas

list_stations

List weather observing platforms

search_data

Discover data based on temporal and spatial parameters

search_datasets

Discover datasets based on temporal and spatial parameters

get_service_data

Access subset data in multiple formats

See how to talk to your AI agent using NCEI Climate Data Online (NOAA Archive).

List all available climate datasets from NCEI.

I've retrieved the available datasets. Key archives include 'Daily Summaries' (GHCND), 'Global Summary of the Month' (GSOM), and 'Precipitation Hourly' (PRECIP_HLY). Which one would you like to explore further?

Find weather stations located in London, UK.

Searching for stations in London... I found several platforms, including 'LONDON HEATHROW' (ID: GHCND:UKM00003772) and 'LONDON WEATHER CENTER'. Would you like to see the data types available for Heathrow?

What are the data types available for the Daily Summaries dataset?

For the Daily Summaries (GHCND) dataset, available types include PRCP (Precipitation), SNOW (Snowfall), TAVG (Average Temperature), TMAX (Maximum Temperature), and TMIN (Minimum Temperature).

You can use the `list_stations` tool and provide a `locationid`. To find the correct location ID first, use the `list_locations` tool to search by city or state name.

Related Connectors