# Taiwan Weather (CWA) MCP for AI Agents AI Agent Connect

> Taiwan Weather (CWA) MCP gives your AI agent direct access to official weather forecasts, typhoon tracking, and real-time earthquake data from Taiwan's Central Weather Administration. It pulls 36-hour city forecasts, 1-week township data, and seismic reports for both major and minor events. Perfect for logistics, safety monitoring, and travel planning in the Western Pacific.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2p8y20qNcmUrmpRqhmtP19qHmgLgyYgajiL9IAjz/ai-agent-connect
- **Tags:** meteorology, weather-forecast, typhoon-tracking, seismology, real-time-data, public-data

## Description

You can now give your agent a direct line to the most accurate meteorological data in the Western Pacific. Instead of your agent guessing based on old training data, it pulls live updates from the Central Weather Administration of Taiwan. This means when you're planning a logistics route or a travel itinerary, you're looking at real-time precipitation probabilities and 12-hour township forecasts. It's a massive jump in reliability for anyone managing operations in high-activity zones like the Pacific Ring of Fire. When you use this Connector through the Vinkius catalog, you're essentially plugging into a dense sensor network that tracks everything from major typhoons to the smallest seismic shifts. It handles the heavy lifting of parsing messy weather conditions so you can just ask for the status of a specific county or check if a minor earthquake just hit a certain region. You get the exact temperature ranges and weather conditions for every major city without having to dig through government websites or manual data tables. It turns your AI into a reliable local weather station for anyone who needs to know what's happening in Taiwan right now. You can even pull extended weekly forecasts that break down weather by township, which is a huge help for coordinating events in more rural areas or planning long-distance transport.

## Tools

### get_taiwan_earthquakes
Get significant seismic reports including magnitude and epicenter coordinates for the Pacific region. This helps you stay informed about major tectonic activity.

### get_taiwan_forecast
Fetch 36-hour weather conditions and rain probabilities for major cities and counties. You can use this to check current conditions in specific areas.

### get_taiwan_weekly_forecast
Pull 1-week township forecasts with 12-hour intervals for long-range travel planning. It's perfect for coordinating events in rural areas.

### get_taiwan_small_earthquakes
Retrieve minor earthquake reports for research and detailed seismological monitoring. This provides data on smaller events that might not trigger major alerts.

## Prompt Examples

**Prompt:** 
```
What's the weather like in Taipei for the next few days?
```

**Response:** 
```
I've pulled the latest CWA forecast for Taipei. Here is what you can expect:

| Date | Condition | Temp Range | Rain Prob. |
| :--- | :--- | :--- | :--- |
| Tomorrow | Partly Cloudy | 24°C - 30°C | 20% |
| Wednesday | Thunderstorms | 26°C - 32°C | 70% |
| Thursday | Clear Skies | 25°C - 31°C | 10% |

**Note:** Rain probability is highest during the afternoon on Wednesday.
```

**Prompt:** 
```
Have there been any quakes near Hualien lately?
```

**Response:** 
```
I've checked the CWA seismic feed. The most recent significant activity was:

*   **Magnitude:** 4.8
*   **Location:** 18 km East of Hualien
*   **Depth:** 12 km
*   **Assessment:** Minor shaking felt in the vicinity. No tsunami warnings were issued. 

There were also 3 minor tremors (magnitude < 3.0) recorded in the surrounding area over the last 24 hours.
```

**Prompt:** 
```
Give me a 1-week forecast for rural townships.
```

**Response:** 
```
Here is the 1-week township forecast for the rural regions of Taiwan (12-hour intervals):

**Monday & Tuesday:**
*   **Townships:** Mostly clear, 22°C - 28°C. Low wind.

**Wednesday:**
*   **Townships:** Increasing cloud cover, 24°C - 30°C. 40% rain probability.

**Thursday - Sunday:**
*   **Townships:** Steady conditions, 25°C - 31°C. Expect clear skies for most of the weekend.
```

## Capabilities

### Get 36-hour city forecasts
Retrieve current weather conditions and rain probabilities for all major cities and counties.

### Pull 1-week township weather
Access extended 12-hour interval forecasts for rural townships across the island.

### Fetch significant earthquake reports
Get official seismic data including magnitude, depth, and epicenter coordinates.

### Track small-magnitude seismic events
Retrieve minor earthquake data for detailed research and seismological monitoring.

### Filter weather by city name
Query specific locations using either English romanization or Traditional Chinese characters.

## Use Cases

### Logistics Route Planning
A shipping manager asks about rain probability in Kaohsiung using `get_taiwan_forecast` to see if a cargo ship will be delayed.

### Travel Itinerary Building
A travel agent checks the 1-week forecast for rural townships using `get_taiwan_weekly_forecast` to advise a hiking group.

### Seismic Safety Check
A safety officer asks for recent earthquake magnitude and depth near Hualien using `get_taiwan_earthquakes`.

### Research Analysis
A researcher pulls small-magnitude events using `get_taiwan_small_earthquakes` to map seismic trends over a specific period.

## Benefits

- Get precise 36-hour weather for any city using `get_taiwan_forecast` to avoid surprises.
- Plan long-distance travel with 12-hour township updates from `get_taiwan_weekly_forecast`.
- Monitor major seismic activity in the Pacific Ring of Fire using `get_taiwan_earthquakes`.
- Track minor tremors for research purposes with `get_taiwan_small_earthquakes`.
- Filter data by English or Traditional Chinese city names using `get_taiwan_forecast` for easier navigation.

## How It Works

The bottom line is you get official, real-time meteorological and seismic data from Taiwan's primary weather agency directly in your chat.

1. Connect your AI client to the Taiwan Weather (CWA) MCP via Vinkius.
2. Provide your API key from the CWA open data portal.
3. Ask your agent for specific weather or seismic updates.

## Frequently Asked Questions

**Can I use Taiwan Weather (CWA) for travel planning?**
Yes, you can use the weekly township forecasts to plan long-distance trips or coordinate events in rural areas with 12-hour granularity.

**Does Taiwan Weather (CWA) track typhoons?**
Yes, it pulls live weather conditions and precipitation probabilities from the official CWA feed, which is essential for tracking typhoon impacts.

**Can it report minor earthquakes?**
Yes, it includes a specific tool for retrieving small-magnitude earthquake reports, which is useful for seismological research.

**Is the data from an official source?**
Yes, it pulls directly from the Central Weather Administration of Taiwan, ensuring you get high-precision meteorological and seismic data.

**Can I get weather for specific cities?**
Yes, you can query specific cities and counties using either English names or Traditional Chinese characters.

**Does it provide 36-hour forecasts?**
Yes, it provides a standard 36-hour forecast for all major cities and counties across Taiwan.

**Can it help with seismic research?**
Yes, it provides both significant seismic reports and data on minor tremors, making it a great tool for monitoring tectonic activity.

**How do I get a CWA API key?**
Register for a free account at opendata.cwa.gov.tw. Once logged in, your Authorization key is available immediately in your profile dashboard. No approval wait time required.

**Why is Taiwan earthquake data so important?**
Taiwan sits directly on the Pacific Ring of Fire, one of the most seismically active zones on Earth. The CWA operates one of the densest seismological sensor networks in Asia, providing rapid, high-precision earthquake data that is critical for safety, construction, and insurance applications.