taiwan-cwa-mcp-server
If you are the rightful owner of taiwan-cwa-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This project provides a Model Context Protocol (MCP) server to interface with the Taiwan Central Weather Bureau (CWA) API, allowing easy access to weather data for Taiwan.
The Taiwan Central Weather Bureau MCP server is designed to facilitate the retrieval of weather data for various regions in Taiwan. It connects to the CWA API to provide users with weather forecasts for the next three days and one week, as well as historical rainfall data for the past three days. The server includes features such as automatic data cleaning, format conversion, error handling, and retry logic. It simplifies API outputs to include only essential information, making it easier for developers to integrate weather data into their applications. The server can be configured and run locally, with support for environment variables to manage API keys and request settings.
Features
- Retrieve 3-day weather forecasts for Taiwan's cities and counties.
- Retrieve 1-week weather forecasts for Taiwan's cities and counties.
- Access historical rainfall data for the past three days.
- Automatic data cleaning and format conversion.
- Error handling and retry logic for robust data retrieval.
Tools
get_3_days_weather
Retrieve 3-day weather forecast for a specified city or county in Taiwan.
get_1_week_weather
Retrieve 1-week weather forecast for a specified city or county in Taiwan.
get_historical_rainfall
Retrieve historical rainfall data for the past three days.