Serversio.github.GoneTone/mcp-server-taiwan-weather
W

io.github.GoneTone/mcp-server-taiwan-weather

io.github.GoneTone/mcp-server-taiwan-weather · v0.1.4
▦ npm
v0.1.4npm npm: @gonetone/mcp-server-taiwan-weather↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.GoneTone/mcp-server-taiwan-weather",
  "description": "用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server",
  "repository": {
    "url": "https://github.com/GoneTone/mcp-server-taiwan-weather",
    "source": "github"
  },
  "version": "0.1.4",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gonetone/mcp-server-taiwan-weather",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "您的中央氣象署 API 授權碼。 請前往 https://opendata.cwa.gov.tw/user/authkey,登入後點擊 \"取得授權碼\" 取得。",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CWA_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}