# NOAA Forecast — US Weather Predictions MCP for AI Agents AI Agent Connect

> NOAA Forecast — US Weather Predictions provides your AI client with direct access to the National Weather Service engine. It pulls 7-day daily forecasts, 156-hour hourly updates, raw grid data, and official meteorologist discussions for any location in the United States. It is the official source for high-resolution weather data without needing to manage API keys or registrations.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_L2lzrn73OyJAfl7YF6swukvo0tCSgEi2TBFMwnJv/ai-agent-connect
- **Tags:** weather-forecasting, meteorology, nws-forecast, grid-data, hourly-weather, climate-modeling

## Description

NOAA Forecast — US Weather Predictions connects your AI agent to the official National Weather Service forecast engine. Imagine you're trying to figure out if a shipment will get stuck in a storm or if a specific region is about to see a spike in humidity. Instead of jumping between different weather apps and trying to interpret vague icons, you can just ask your agent to pull the actual data from the government source. This Connector gives you everything from a simple 7-day summary to the raw quantitative arrays used by professionals. You can grab the technical narrative written by meteorologists at specific offices or get the hour-by-hour breakdown for a 5-day window. It's a massive upgrade for anyone who needs more than just a sunny icon. By providing access to the same engine that professionals use, it gives your agent a reliable source of truth for planning, analysis, or reporting. You can get the official word on temperatures, wind, and precipitation across the US, Puerto Rico, and Guam without the headache of signing up for a separate developer account. Because Vinkius makes it so simple to manage these connections, you can go from a vague question about a storm to having a structured data set in seconds.

## Tools

### 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.

### 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.

### 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.

### 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.

### get_forecast
Get a 7-day daily forecast for a specific US location. This tool provides high and low temperatures plus a narrative summary of the weather.

## Prompt Examples

**Prompt:** 
```
What's the weather like in Chicago this week?
```

**Response:** 
```
Chicago 7-Day Forecast

Today: Partly Cloudy, High 74°F, Wind SW 12 mph
Tonight: Clear, Low 60°F
Wednesday: Sunny, High 78°F
Thursday: Thunderstorms, High 72°F, 60% chance rain
Friday: Clearing, High 70°F
Weekend: Sunny, Highs 73-76°F

Source: NWS Office OKX (Upton, NY)
```

**Prompt:** 
```
Give me the hourly forecast for Miami Beach for the next 5 days.
```

**Response:** 
```
Miami Beach Hourly Forecast

| Hour | Temp | Wind | Rain |
|------|------|------|------|
| 2pm | 88°F | SE 12 | 10% |
| 3pm | 89°F | SE 14 | 20% |
| 4pm | 87°F | SE 15 | 40% |
| 5pm | 84°F | S 18 | 60% |
| 6pm | 82°F | S 12 | 30% |

Afternoon sea-breeze thunderstorms likely.
```

**Prompt:** 
```
What are the meteorologists saying about the storm in New York?
```

**Response:** 
```
Area Forecast Discussion: New York

Meteorologists are currently monitoring a low-pressure system moving into the region. Expect heavy precipitation and high wind gusts over the next 12 hours. Local offices are coordinating to provide real-time updates as the system makes landfall.
```

## Capabilities

### Get 7-day daily forecasts
Pull daily highs, lows, and precipitation probabilities along with a narrative summary for any US location.

### Pull 156-hour hourly conditions
Retrieve hour-by-hour weather data spanning 5 days for precise planning.

### Extract raw grid data
Get quantitative arrays for temperature, wind, and humidity for programmatic analysis.

### Retrieve meteorologist discussions
Access the official Area Forecast Discussion from 122 different Weather Forecast Offices.

### Fetch point metadata
Get specific grid coordinates and WFO assignments for any US location.

## Use Cases

### Fleet Route Safety
A logistics manager asks their agent to check wind speeds for a truck route. The agent uses get_hourly_forecast to find high-wind windows and suggests a safer time to travel.

### Agriculture Climate Modeling
A developer needs to predict crop yields. They use get_grid_data to pull raw temperature and humidity arrays for a specific county to feed into their model.

### Emergency Response Briefing
A coordinator needs to know the expert view on a storm. They use get_forecast_discussion to pull the latest technical narrative from the local NWS office.

### Local Weather Planning
A user wants to know the plan for the week. The agent uses get_forecast to provide a daily summary of highs, lows, and precipitation for a specific city.

## Benefits

- Access official NWS data without any registration or API keys. It removes the friction of signing up for developer accounts when you just need the data.
- Get detailed narrative summaries for any US location using get_forecast to understand the context of a weather event.
- Plan long-term logistics with 156 hours of data from get_hourly_forecast for better fleet management.
- Pull raw quantitative arrays for custom apps using get_grid_data to build your own weather models.
- Read expert meteorologist notes directly via get_forecast_discussion to see the reasoning behind official alerts.
- Identify specific WFO assignments and zones with get_point_metadata to ensure your agent is looking at the right data.

## How It Works

The bottom line is you get official National Weather Service data in your agent's context without managing any keys.

1. Connect the NOAA Forecast — US Weather Predictions MCP through Vinkius.
2. Provide a US location like a city name or specific coordinates.
3. Get structured weather data, grid arrays, or official reports back in your chat.

## Frequently Asked Questions

**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.