# AccuWeather MCP for AI Agents AI Agent Connect

> AccuWeather MCP gives your AI agent real-time access to global weather data. It lets you pull current conditions, hyper-local forecasts, and historical climate records for any city or coordinate. Use it to automate weather-dependent logistics, plan travel around storms, or feed climate insights into your data projects instantly.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_42HMn0MnzgVXrx0JueaBVA13PZfWvxgZa9x8vcH2/ai-agent-connect
- **Tags:** weather-forecast, meteorology, location-search, climate-data, real-time-weather

## Description

Most people think getting weather data means checking a phone app or refreshing a browser tab. If you're building a logistics platform or a travel app, that manual process is a bottleneck. You need your AI to know what's happening outside right now without you having to copy and paste numbers into a prompt. This Connector handles that by plugging the AccuWeather network directly into your workflow. You can ask your agent for a 24-hour forecast for a specific shipping route or check the current humidity in a remote warehouse. It turns your AI from a generalist into a weather-aware specialist. When you find this in the Vinkius catalog, you're getting a way to ground your agent's responses in real-world climate facts. It's about moving from "I think it might rain" to "There's a 90% chance of heavy precipitation in three hours." You get the raw data you need to make better decisions, whether you're coding a new feature or just trying to see if a flight will be delayed.

## Tools

### alarms
Get weather-related alerts for a specific location. It helps you stay ahead of sudden storms.

### autocomplete_city
Get city suggestions as you type a location name. This makes finding the right spot much faster.

### current_conditions
Get the current temperature, humidity, and wind speed for a location. It provides a snapshot of what's happening now.

### daily_forecast
Get daily weather predictions for a specific spot. Use this to plan activities days in advance.

### historical_conditions
Get past weather data for a location. This is great for looking back at climate trends.

### hourly_forecast
Get weather predictions on an hour-by-hour basis. It's perfect for tracking moving weather patterns.

### lightning_radius
Get lightning strike data within a set radius. This helps monitor safety around a specific point.

### search_geoposition
Find a location key using latitude and longitude. Use this when you only have exact GPS coordinates.

### search_ipaddress
Find a location key based on an IP address. This helps identify weather for a user's current network location.

### top_cities
Get a list of weather conditions for major global or regional hubs. It's a quick way to see the world's weather.

### search_city
Find the location key for a city by its name. This is the first step to getting data for any town.

### lightning_box
Get lightning strike data within a specific bounding box. Use this for broad area safety monitoring.

### minutecast
Get minute-by-minute precipitation forecasts. It gives you the best look at when rain will start or stop.

## Prompt Examples

**Prompt:** 
```
Is it going to rain in Chicago this afternoon?
```

**Response:** 
```
### Weather Forecast for Chicago

Based on the latest data, here is what you can expect for this afternoon:

*   **Conditions**: Scattered showers
*   **Precipitation Chance**: 65%
*   **Temperature**: 72°F
*   **Wind Speed**: 12 mph

It looks like the rain will start around 3:00 PM and taper off by 6:00 PM.
```

**Prompt:** 
```
Check the weather for 40.7128, -74.0060 and tell me if it's safe for outdoor work.
```

**Response:** 
```
### Current Conditions for New York, NY

| Metric | Value |
| :--- | :--- |
| **Temperature** | 68°F |
| **Humidity** | 82% |
| **Wind** | 15 mph |
| **Status** | Overcast |

**Safety Note**: Conditions are currently overcast with high humidity. No active lightning alerts are present in the immediate area, but keep an eye on the hourly forecast for incoming rain.
```

**Prompt:** 
```
Give me a 24-hour forecast for a truck driving from LA to Vegas.
```

**Response:** 
```
### Route Weather Outlook

Here is the 24-hour forecast for the primary route from Los Angeles to Las Vegas:

*   **Next 6 Hours**: Clear skies, high of 88°F. Great driving conditions.
*   **6-12 Hours**: Increasing clouds, temperature dropping to 82°F.
*   **12-24 Hours**: Potential for isolated thunderstorms near the Nevada border.

**Recommendation**: Ensure the driver is prepared for sudden rain near the state line.
```

## Capabilities

### Find location keys by city or GPS
Get the correct location ID using a city name, coordinates, or an IP address.

### Pull current weather snapshots
Retrieve temperature, humidity, and wind speed for any specific spot.

### Get hour-by-hour forecasts
Access precise weather predictions to plan activities or automate tasks.

### Check historical climate records
Look back at past weather conditions for regional reporting and analysis.

### Monitor lightning strikes
Track lightning activity within a specific radius or bounding box for safety.

### Track minute-by-minute rain
Get hyper-local precipitation forecasts to know exactly when rain starts.

### View global city weather
Get a quick snapshot of weather conditions across major global hubs.

## Use Cases

### Dynamic Route Planning
A logistics dispatcher asks the agent to check if a storm will hit a truck's path in three hours using hourly_forecast.

### Location-Based App Features
A developer wants to know if a specific set of GPS coordinates is currently experiencing heavy rain using search_geoposition and current_conditions.

### Climate Data Analysis
A farmer wants to know the historical rainfall for a region to decide where to plant crops using historical_conditions.

### Global Weather Summaries
An event planner checks the top_cities to see which regional hubs are currently experiencing the best weather for a tour.

## Benefits

- Automate route planning by pulling hourly_forecast data directly into your logistics tools to avoid weather delays.
- Build smarter travel apps by using minutecast to give users precise rain start times instead of vague labels.
- Speed up data collection for climate reports by pulling historical_conditions without manually searching through old logs.
- Improve site safety by monitoring lightning_radius and alarms to protect field crews in real-time.
- Identify user locations quickly for localized weather by using search_ipaddress to get accurate local data instantly.

## How It Works

The bottom line is you get real-time weather intelligence piped directly into your AI's context.

1. Enter your AccuWeather API Key into your Vinkius configuration.
2. Connect your AI client to the AccuWeather MCP.
3. Ask your agent for any weather data, like a 5-day forecast for New York.

## Frequently Asked Questions

**Can the AccuWeather MCP give me real-time rain alerts?**
Yes, it provides real-time data including minute-by-minute precipitation forecasts. This allows your agent to give you precise updates on when rain will start or stop in a specific location.

**How do I use AccuWeather MCP to find weather for a specific GPS point?**
You can simply provide the latitude and longitude to your agent. The Connector will find the correct location key and pull the current weather and forecasts for those exact coordinates.

**Does AccuWeather MCP work for international weather data?**
Yes, it connects to a global network. You can query weather data for cities, regions, and coordinates all over the world.

**Can I use AccuWeather MCP to see past weather trends?**
Absolutely. The Connector can retrieve historical conditions, which is perfect for anyone looking to analyze climate trends or past weather patterns for a specific area.

**How does AccuWeather MCP help with logistics planning?**
It helps by providing hourly and daily forecasts. This allows you to automate route planning and identify potential weather hazards before they impact your shipments.

**How do I find the weather for a specific city if I don't have its location key?**
First, use the `search_city` tool with the city name. It will return a 'Location Key'. You can then use that key with tools like `current_conditions` or `daily_forecast` to get the weather data.

**Can I get weather forecasts for multiple days at once?**
Yes! Use the `daily_forecast` tool and specify the `period` parameter (e.g., '5day' or '10day'). This will provide a structured forecast for the requested duration.

**Is it possible to search for weather using just GPS coordinates?**
Absolutely. Use the `search_geoposition` tool and provide the latitude and longitude (e.g., '40.7128,-74.0060'). The agent will find the corresponding location key for you.