MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server,包中央氣象署(CWA)開放資料 API,讓 agent 能查天氣預報、地震報告、天氣特報、颱風警報,並產生避難建議。
get_weather_forecast(county) — 縣市未來 36 小時天氣預報get_earthquake_report(limit) — 最近 N 筆顯著有感地震報告get_weather_warning(county) — 縣市目前生效中的天氣特報(豪雨、強風等)get_typhoon_warning(limit) — 最近 N 筆颱風警報cwa://counties — 合法縣市名稱清單evacuation_advisory(county) — 根據即時天氣/特報/地震/颱風資料生成避難建議的提示模板已發布到 PyPI,不需要 clone 這個 repo。在 Claude Desktop / Claude Code 的 MCP 設定裡指定 uvx 執行即可,會自動抓套件:
或用 Claude Code CLI:
四個 tool(天氣預報、地震報告、天氣特報、颱風警報)都已用真實 key 打過線上 API 驗證,也已接上 Claude Code 實測對話流程,能正確判斷風險等級並給出具體建議。已發布到 PyPI 與 MCP Server Registry。
已知修過的坑:v0.1.0 最初上傳的 wheel 因為 uv_build 預設用 project.name 猜模組名(cwa_mcp_server),跟實際原始碼目錄 src/cwa_mcp/ 對不上,打包出一個空殼套件,uvx cwa-mcp-server 會直接 ModuleNotFoundError。已在 pyproject.toml 加 [tool.uv.build-backend] module-name = "cwa_mcp" 修正,重新 build 驗證過 wheel 內容正確。
MIT
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cwa-mcp-server)<a href="https://allmcps.com/mcp/cwa-mcp-server"><img src="https://allmcps.com/api/badge/cwa-mcp-server?style=directory" alt="Cwa MCP Server on AllMCPs" /></a>