# MeteoSource MCP for AI Agents AI Agent Connect

> MeteoSource MCP lets your AI agent pull hyper-local weather data and audit forecasts for specific locations. Instead of digging through weather portals, you can ask your agent to find precise geographic metadata, check hourly breakdowns for an upcoming event, or identify the nearest weather station to a set of coordinates. It turns complex meteorological research into a simple conversation.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yUMyPPr1lU9kblVnLNUyBdeM9vVmsHXxLxaOtCSz/ai-agent-connect
- **Tags:** weather-forecast, hyper-local-data, meteorology, environmental-data, api-integration, real-time-data

## Description

Most people struggle with weather data because it is often too broad or buried in clunky dashboards. If you are planning a massive outdoor festival or managing a fleet of trucks across different states, you need to know what is happening on the ground, not just the general regional forecast. MeteoSource changes that by giving your AI agent a direct line to high-resolution, hyper-local meteorological data. You do not have to manually search for station IDs or copy-paste timezone offsets into a spreadsheet. You just tell your agent what you need. It can find the exact place ID for a city, grab a detailed breakdown of the next 24 hours, or locate the closest monitored station when you only have coordinates. It is about getting the right data for the right place without the manual hunting. By adding this to the Vinkius catalog, you give your agent the ability to act like a real-time meteorological consultant. It handles the heavy lifting of data retrieval so you can focus on making decisions based on accurate, localized information.

## Tools

### search_weather_places
Search for a location by name to find its unique place ID. This is your starting point for getting any other data about a specific city or landmark.

### get_nearest_weather_place
Find the closest monitored weather station using latitude and longitude. This is perfect when you have coordinates but don't know the local station name.

### get_place_timezone
Retrieve the timezone for a specific place ID. Use this to ensure your logistics and scheduling are accurate across different regions.

### check_api_status
See if the MeteoSource service is running. This helps you confirm the connection is live before starting a big research task.

### get_point_forecast
Get a detailed weather forecast for a specific place ID. Use this to see current conditions and hourly breakdowns for an exact location.

## Prompt Examples

**Prompt:** 
```
Check the weather for Tokyo for the next 24 hours.
```

**Response:** 
```
### Tokyo Weather Forecast

| Time | Condition | Temp | Rain % |
| :--- | :--- | :--- | :--- |
| **Morning** | ☀️ Clear | 18°C | 0% |
| **Afternoon** | ⛅ Partly Cloudy | 22°C | 10% |
| **Evening** | 🌧️ Light Rain | 19°C | 40% |

**Summary:** Expect a clear morning followed by increasing cloud cover and a chance of light rain by evening.
```

**Prompt:** 
```
Find the nearest weather station to 48.8566, 2.3522 and tell me the timezone.
```

**Response:** 
```
I found the nearest monitored station for those coordinates.

*   **Location:** Paris, France
*   **Timezone:** Europe/Paris (GMT+1)
*   **Current Status:** Operational

Would you like me to pull the full point forecast for this station?
```

**Prompt:** 
```
I'm planning an outdoor event in Austin. What's the forecast for this weekend?
```

**Response:** 
```
### Austin Weekend Outlook

**Saturday:**
*   **Weather:** ☀️ Sunny and warm.
*   **High:** 31°C
*   **Low:** 22°C
*   **Note:** Perfect conditions for outdoor activities.

**Sunday:**
*   **Weather:** ⛈️ Thunderstorms possible.
*   **High:** 28°C
*   **Low:** 20°C
*   **Note:** You might want a backup plan for Sunday afternoon.
```

## Capabilities

### Search for specific locations
Your agent can find unique place IDs for cities and landmarks to ensure you get accurate local data.

### Grab detailed weather forecasts
Get hourly and daily breakdowns for any specific location to plan for changing conditions.

### Find stations by coordinates
Identify the closest monitored weather station when you only have latitude and longitude.

### Pull timezone information
Retrieve the correct timezone for a specific place to keep your global logistics on schedule.

### Check service status
Verify that the weather data feed is active before you start a large research task.

## Use Cases

### Outdoor festival planning
An organizer asks the agent to check the 48-hour forecast for three different venues to see if they need to move the main stage.

### Freight logistics
A manager asks for the nearest weather station to a specific set of coordinates in the mountains to check for blizzard risks.

### Climate auditing
A researcher asks for a list of place IDs for several cities to run a comparative study on daily temperature trends.

### Global team coordination
An ops lead asks for the timezone of five different offices to schedule a cross-continental sync without missing a meeting.

## Benefits

- Stop hunting for station IDs manually. Use search_weather_places to get the exact metadata you need instantly.
- Get precise hourly breakdowns. Use get_point_forecast to see exactly how conditions will change throughout the day.
- Map weather to coordinates. Use get_nearest_weather_place to find data for remote areas where names might be unclear.
- Sync your schedules perfectly. Use get_place_timezone to pull accurate time data for global logistics.
- Verify your data source. Use check_api_status to ensure your research workflow isn't interrupted by service downtime.

## How It Works

The bottom line is you get precise weather data for any point on earth without leaving your chat window.

1. Subscribe to the MeteoSource MCP and get your API key from the provider.
2. Plug that key into your AI client settings.
3. Ask your agent to find weather for a city or a specific set of coordinates.

## Frequently Asked Questions

**What can I do with MeteoSource MCP?**
You can use it to pull hyper-local weather data, audit forecasts for specific locations, and find geographic metadata like timezones and station IDs.

**Can MeteoSource MCP find weather for specific coordinates?**
Yes, it can identify the closest monitored weather station to any set of latitude and longitude coordinates for precise data.

**Does MeteoSource MCP work for global locations?**
It covers thousands of global locations, making it useful for international logistics and global event planning.

**How does MeteoSource MCP help event planners?**
It allows you to audit detailed hourly and daily forecasts for multiple venues at once, helping you plan for rain or temperature shifts.

**Can MeteoSource MCP help with shipping logistics?**
Yes, it helps logistics managers verify regional weather conditions and impacts on shipping routes using precise geographic data.

**Does MeteoSource MCP provide timezone information?**
It can retrieve the specific timezone for any given place ID, which helps in scheduling across different regions.

**How do I find my MeteoSource API Key?**
Sign up for a free account at [**meteosource.com**](https://www.meteosource.com/), and you will find your API Key in your dashboard. Copy and paste it below.

**Does it support location search by name?**
Yes. Use the `search_weather_places` tool providing the city or place name. Your agent will return the unique `place_id` required for forecasts.

**Are hourly forecasts included?**
Yes. The `get_point_forecast` tool retrieves comprehensive weather metadata including current conditions, daily summaries, and hourly breakdowns.