← Back to Plugins
MCP Server MCP

io.github.gary2376/cwa-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.

Homepage Verified source GitHub

Install

uvx cwa-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cwa-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CWA 開放資料平台 API 授權碼,至 https://opendata.cwa.gov.tw 免費申請",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CWA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...