NCDC Climate Data Online Connector for AI agents.
10 live capabilities
Fetch historical weather records and climate data from the National Climatic Data Center.
Waiting for input…
Why people use NCDC Climate Data Online
NCDC Climate Data Online for Historical Weather Analysis
This Connector puts that entire process into a single chat. Your agent navigates the NCDC API for you, finding the right station and pulling the specific records you need in seconds. You get the numbers you need without ever having to leave your workspace.
What Vinkius changes
That you get authoritative climate data through a simple chat instead of manual downloads.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Analyzing regional rainfall
A researcher asks for rainfall in Florida in 2010.
- Real-world use case 02
Finding nearby weather sensors
A user wants to find sensors near Denver.
- Real-world use case 03
Comparing climate datasets
A scientist asks what datasets are available for daily summaries.
Complete set · 10capabilities
The complete NCDC Climate Data Online capability set.
These are the exact actions your AI can choose when you ask it to work with NCDC Climate Data Online.
01—04
4 capabilities in this set.
Part of 10 available through NCDC Climate Data Online.
- 01 Capability
Get dataset
Gets specific dataset details. Use this to understand the scope and coverage of a climate collection.
- 02 Capability
Get station
Gets specific station details. This provides metadata like station coverage and location info.
- 03 Capability
List data categories
Lists data categories like temperature and precipitation. Use this to see what types of weather variables are available.
- 04 Capability
List data classes
Lists data classes like hourly or daily summaries. This helps you choose the right time resolution for your analysis.
05—07
3 capabilities in this set.
Part of 10 available through NCDC Climate Data Online.
- 05 Capability
List data types
Lists specific data types like max temperature or snowfall. Use this to check if a specific metric is recorded.
- 06 Capability
List locations
Lists specific locations like cities or countries. It helps you identify the correct location IDs for your queries.
- 07 Capability
List stations
Lists weather stations globally. Use this to find the right station for your specific region.
08—10
3 capabilities in this set.
Part of 10 available through NCDC Climate Data Online.
- 08 Capability
Get climate data
Retrieves actual climate records. Use this to fetch the specific temperature or precipitation numbers you need.
- 09 Capability
List datasets
Lists NCDC climate datasets like GHCND and GSOD. Use this to see the full range of available climate collections.
- 10 Capability
List location categories
Lists location categories like city, state, and country. This helps you filter your data by administrative boundaries.
Set up in minutes
One URL. Then ask NCDC Climate Data Online to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NCDC Climate Data Online from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it NCDC Climate Data Online, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NCDC Climate Data Online for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the NCDC Climate Data Online URL.
- Step 03
Save and start
Save the connection and enable NCDC Climate Data Online in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ncdc-climate-data-online": {
"url": "https://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using NCDC Climate Data Online
Open Agent mode in chat and ask: "Using NCDC Climate Data Online, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ncdc-climate-data-online": {
"url": "https://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using NCDC Climate Data Online
Ask Copilot: "Using NCDC Climate Data Online, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ncdc-climate-data-online": {
"url": "https://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using NCDC Climate Data Online
Open Cascade and ask: "Using NCDC Climate Data Online, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ncdc-climate-data-online": {
"url": "https://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using NCDC Climate Data Online
Ask Cline: "Using NCDC Climate Data Online, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ncdc-climate-data-online --transport http "https://edge.vinkius.com/vk_preview_7Pqx4Kpvd7XQXGBunDLoVpIrL75V1xlQE27ErWzC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using NCDC Climate Data Online
Ask Claude: "Using NCDC Climate Data Online, show me...". 10 tools are ready
Where the request belongs
Work NCDC Climate Data Online can move forward.
This is for researchers, data analysts, and educators who need to pull historical weather data for modeling, reporting, or teaching. It's for the person who is tired of manually scraping government websites for climate trends.
Climate Researcher
Pulls historical temperature records for long-term climate modeling.
Agricultural Analyst
Analyzes historical rainfall patterns to predict crop yields.
Environmental Educator
Finds specific weather station data to create classroom climate projects.
Insurance Data Scientist
Gathers historical extreme weather events to model risk.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNCDC Climate Data Online
Access authoritative historical weather and climate data via NCDC. track datasets, stations, and climate records directly from your AI agent.
NCEI Climate Data Online (NOAA Archive)
Access historical weather and climate data from NOAA's National Centers for Environmental Information archive.
Meteostat
Access historical weather data and climate statistics from thousands of weather stations and geographic points worldwide.
NOAA Climate — Historical Weather Records
Historical climate data from the planet's largest weather archive: GHCN-Daily temperature and precipitation records, monthly and yearly summaries, 30-year climate normals, and station search from NOAA's National Centers for Environmental Information.
Open-Meteo Historical Weather
Unlock 84 years of global weather history (1940–present): temperature, precipitation, wind, and snow data for any coordinate. the ultimate climate research companion.
Open-Meteo Full Access
The ultimate weather Mega-Server: 15 capabilities covering forecast, historical (84 years), marine, air quality, pollen, climate projections (to 2100), flood, geocoding, and elevation. all in one zero-auth integration.
Bring your own AI
Change the model, client or framework. Keep NCDC Climate Data Online connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about NCDC Climate Data Online.
The practical details behind the request, access and result.
Can I use NCDC Climate Data Online to get real-time weather?
No, this Connector is designed for accessing historical weather and climate archives. It won't provide live forecasts or current weather alerts.
Does the NCDC Climate Data Online MCP support rainfall data?
Yes, it can retrieve precipitation records. You can ask your agent to find rainfall totals for specific dates and locations.
How do I get the API token for this?
You can get a free NCDC API token directly from the official NOAA website at ncdc.noaa.gov. Once you have it, just add it to your Connector settings.
Can I filter by specific cities?
Yes, you can. The Connector allows you to browse location categories and specific IDs, including cities, states, and countries, to filter your results.
Is this data good for scientific research?
Yes, it provides access to authoritative climate data from the National Climatic Data Center, which is a standard source for climate modeling and environmental studies.
Can I see hourly summaries?
Yes, the Connector supports various data classes, including hourly, daily, and monthly summaries, depending on the dataset and station.
Is the NCDC API Token free?
Yes! You can request a free API token by providing your email address at https://www.ncdc.noaa.gov/cdo-web/token.
What is the GHCND dataset?
GHCND stands for Global Historical Climatology Network - Daily. It is one of the most popular datasets, providing daily climate summaries (temperature, precipitation, etc.) from stations around the world.
How far back does the data go?
NCDC archives contain data dating back to the 18th century for some locations, though the availability varies significantly by station and dataset.
One connection away
Give your agent a direct line to NCDC Climate Data Online.
Connect NCDC Climate Data Online once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available