taiwan-weather-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CWA_API_KEY | Yes | 您的中央氣象署 API 授權碼 |
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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct weather-related domain: forecasts, earthquakes, and warnings, with no overlapping functionality.
All tools follow a consistent 'get_' prefix with snake_case, making naming predictable and uniform.
Three tools cover the main weather information needs for Taiwan, though a few additional areas like current conditions might be expected.
The tool set covers key weather data (forecasts, earthquakes, warnings), but lacks real-time conditions or specific weather alerts beyond the broad categories.