taiwan-weather-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CWA_API_KEY | Yes | Your free CWA (Central Weather Administration) API key. Required to access Taiwan weather data. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_forecastA | 查詢台灣某縣市未來 36 小時天氣預報。 |
| get_weather_warningsA | 查詢目前生效中的天氣特報(颱風、豪雨、大雨、低溫、強風等)。 依特報種類彙整影響縣市與有效時間;若全臺皆無生效中的警特報, 會明確回覆「目前全臺無生效中的天氣警特報」。 |
| get_recent_earthquakesA | 查詢最近幾筆顯著有感地震報告。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| weather_briefing | 產生「查詢並播報某縣市天氣」的提示詞範本。 Args: city: 要播報的縣市名稱(預設臺北市)。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| taiwan_cities | get_forecast 可查詢的 22 個官方縣市名稱清單(也接受台/臺、英文、簡稱等常見寫法) |
TDQS
Scored across 3 tools
Each tool covers a distinctly separate concern: forecasts, active weather warnings, and recent earthquakes. There is no overlap in purpose or return data, so an agent can select the right tool without ambiguity.
All three tools follow the same get_<noun> pattern with clear, descriptive names. The naming is consistent and predictable.
Three tools is at the lower end of a reasonable range, but each covers a meaningful aspect of Taiwan weather information. The count feels slightly minimal rather than bloated, which is appropriate for a focused weather server.
The server covers forecasts, warnings, and earthquakes, which are the most commonly requested Taiwan weather data. A minor gap is the lack of current observed weather conditions or air quality, but the existing tools cover the core domain well.