NOAA Forecast Connector for AI agents.
5 live capabilities
Get official National Weather Service forecasts and raw grid data for any US location.
Waiting for input…
Why people use NOAA Forecast
NOAA Forecast. US Weather Predictions for Emergency Management
This Connector lets your agent pull the official Area Forecast Discussion and local narratives in one go. You get a clear picture of the situation without the manual searching.
What Vinkius changes
You get official National Weather Service data in your agent's context without managing any keys.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fleet Route Safety
A logistics manager asks their agent to check wind speeds for a truck route.
- Real-world use case 02
Agriculture Climate Modeling
A developer needs to predict crop yields.
- Real-world use case 03
Emergency Response Briefing
A coordinator needs to know the expert view on a storm.
Complete set · 5capabilities
The complete NOAA Forecast capability set.
These are the exact actions your AI can choose when you ask it to work with NOAA Forecast.
01—03
3 capabilities in this set.
Part of 5 available through NOAA Forecast.
- 01 Capability
Get hourly forecast
Fetch 156 hours of hour-by-hour weather conditions for US locations. It gives you a detailed look at temperature, wind, and precipitation for precise planning.
- 02 Capability
Get forecast discussion
Retrieve the latest technical Area Forecast Discussion from specific NWS offices. This is useful for seeing the expert narrative and reasoning from meteorologists.
- 03 Capability
Get grid data
Pull raw quantitative weather arrays like temperature and wind for programmatic analysis. You can use this to feed data into your own climate models or apps.
04—05
2 capabilities in this set.
Part of 5 available through NOAA Forecast.
- 04 Capability
Get point metadata
Get specific NWS metadata including WFO assignment and grid coordinates for a location. This helps your agent identify the correct weather office and geographic zone.
- 05 Capability
Get forecast
Get a 7-day daily forecast for a specific US location. This capability provides high and low temperatures plus a narrative summary of the weather.
Set up in minutes
One URL. Then ask NOAA Forecast to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NOAA Forecast 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_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NOAA Forecast for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast URL.
- Step 03
Save and start
Save the connection and enable NOAA Forecast in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"noaa-forecast-us-weather-predictions": {
"url": "https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast
Open Agent mode in chat and ask: "Using NOAA Forecast, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"noaa-forecast-us-weather-predictions": {
"url": "https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast
Ask Copilot: "Using NOAA Forecast, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"noaa-forecast-us-weather-predictions": {
"url": "https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast
Open Cascade and ask: "Using NOAA Forecast, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"noaa-forecast-us-weather-predictions": {
"url": "https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast
Ask Cline: "Using NOAA Forecast, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add noaa-forecast-us-weather-predictions --transport http "https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/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 NOAA Forecast
Ask Claude: "Using NOAA Forecast, show me...". 5 tools are ready
Where the request belongs
Work NOAA can move forward.
This is for the logistics manager tracking fleet safety, the emergency coordinator prepping for a storm, or the developer building climate models.
Logistics Planner
Uses hourly weather data to reroute trucks around high-wind zones on a Tuesday morning.
Emergency Coordinator
Pulls official meteorologist discussions to brief local teams on flood risks during a crisis.
Climate Data Scientist
Extracts raw grid arrays to feed into custom agricultural modeling software.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTomorrow.io
Equip your agent with precise weather intelligence, hyperlocal forecasts, and extreme climate risk assessments.
Open-Meteo Weather Forecast
Give your AI agent live weather intelligence: 16-day forecasts, current conditions, and hourly breakdowns for any GPS coordinate on Earth. zero API keys required.
NWS (National Weather Service)
Access real-time weather data, forecasts, and active alerts directly from the National Weather Service.
AccuWeather
Enterprise-grade weather intelligence. current conditions, forecasts, alarms, and activity indices via AI.
AerisWeather
Access hyper-local weather data, forecasts, and alerts via AerisWeather. query observations, conditions, and geographical data directly from any AI agent.
MeteoSource
Monitor global weather. audit forecasts and places via AI.
Bring your own AI
Change the model, client or framework. Keep NOAA 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 NOAA.
The practical details behind the request, access and result.
Can the NOAA Forecast. US Weather Predictions MCP provide international weather?
No, this Connector is specifically for the United States, Puerto Rico, and US territories. It pulls data directly from the National Weather Service engine.
Do I need an API key for the NOAA Forecast. US Weather Predictions MCP?
No, you don't need any keys or registration. It is completely open for anyone who connects it to their AI client.
Can I get raw data for my own weather app with the NOAA Forecast. US Weather Predictions MCP?
Yes, you can pull raw quantitative grid arrays including temperature, precipitation, and wind data for programmatic use in your own projects.
How does the NOAA Forecast. US Weather Predictions MCP handle hurricane data?
It provides the official National Weather Service data, which includes information on significant weather events like hurricanes for the covered US regions.
Can the NOAA Forecast. US Weather Predictions MCP give me 5-day hourly updates?
Yes, it provides up to 156 hours of hour-by-hour weather conditions, which covers a 5-day window for precise planning.
Does this work outside the US?
No. The NWS API only covers the United States, Puerto Rico, Guam, US Virgin Islands, and American Samoa. For global weather, consider the Open-Meteo Connector.
One connection away
Give your agent a direct line to NOAA.
Connect NOAA once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available