
Mcp Server Taiwan Weather
Let agents fetch Taiwan Central Weather Administration open data inside chat while you build TW-focused apps, dashboards, or alert prototypes.
Overview
mcp-server-taiwan-weather is an MCP server for the Build phase that exposes Taiwan CWA open-data weather API results to AI agents.
What is this MCP server?
- MCP tools backed by Taiwan CWA (中央氣象署) open-data API
- npm package @gonetone/mcp-server-taiwan-weather v0.1.4 with npx runtime hint
- Single required secret: CWA_API_KEY from opendata.cwa.gov.tw auth flow
- Stdio MCP transport for Claude Code, Cursor, and other MCP clients
- Locale-specific government weather source, not a generic global forecast wrapper
- Package version 0.1.4 published as @gonetone/mcp-server-taiwan-weather
- One required environment variable: CWA_API_KEY
- MCP server schema dated 2025-09-29 with GitHub source GoneTone/mcp-server-taiwan-weather
What problem does it solve?
Building Taiwan weather features means repeatedly looking up CWA endpoints and auth keys instead of asking your agent for live official data in one step.
Who is it for?
Solo builders shipping Taiwan-market apps, bots, or internal ops tools that need government-sourced weather and alerts via MCP.
Skip if: Products that need worldwide multi-country forecasts only, or teams that cannot register for a CWA open-data API key.
What do I get? / Deliverables
After you add the MCP server and CWA_API_KEY, your agent can pull CWA-backed weather data through tools while you code TW-specific experiences.
- Stdio MCP server connected to CWA open-data endpoints
- Agent-callable weather tools scoped to Taiwan official data
- Repeatable local dev setup without custom curl scripts per session
Recommended MCP Servers
Journey fit
How it compares
Regional government weather API MCP bridge, not a global commercial weather skill.
Common Questions / FAQ
Who is mcp-server-taiwan-weather for?
It is for developers and indie builders using MCP clients who build Taiwan-focused software and want agent access to Central Weather Administration open data.
When should I use mcp-server-taiwan-weather?
Use it in the build phase while integrating live TW weather, warnings, or observational feeds into apps, agents, or dashboards backed by CWA.
How do I add mcp-server-taiwan-weather to my agent?
Register the stdio server with npx @gonetone/mcp-server-taiwan-weather and set CWA_API_KEY from https://opendata.cwa.gov.tw/user/authkey after you obtain an authorization code.