How to Use the NCDC Climate Data Online MCP in Cursor
Let your Cursor agent write code with real NCDC climate data, injecting historical records directly into your files.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NCDC Climate Data Online MCP to Cursor
Create your Vinkius account to connect NCDC Climate Data Online to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with Live Climate Data
The `get_climate_data` tool lets your agent fetch historical weather records and write the code to handle them. Stop mocking API calls and using placeholder data. Now, you can generate functions that are already wired up to real NCDC output. Tell the agent, "Fetch monthly snowfall for Aspen, CO for winter 2022 and write a Python script to parse it." It will use the tool to get the data, then generate the exact code you need to work with that JSON response.
Explore Datasets Inside Your Editor
Figure out which dataset you need without leaving your editor. This MCP Server gives your agent tools to inspect the NCDC's catalog directly. No more context switching to a browser. Use `list_datasets` to see what's available, like 'GHCND' (daily) or 'GSOM' (monthly summaries). Then have the agent use `get_dataset` to pull the specific metadata for the one you choose. It's a faster way to plan your data strategy.
Let Your Cursor Agent Automate Station Lookups
Finding the right station ID is a classic pain point. With this MCP Server, you can delegate that task to your agent. It uses the `list_stations` tool to find the ID based on a location name you provide. This means your workflow is just one conversation. Ask the agent to find a station and then immediately use that ID to `get_climate_data`. It chains the steps together, saving you from manual lookups.
Set up NCDC Climate Data Online MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the NCDC Climate Data Online MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent NCDC Climate Data Online transactions." If the MCP tools are loaded correctly, Cursor will call the NCDC Climate Data Online tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ncdc-climate-data-online-1-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NCDC Climate Data Online. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NCDC Climate Data Online MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NCDC Climate Data Online MCP today
We host it, we monitor it, we maintain it. You just paste one token.