Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

HK realtime weather (HKO)

hk_rt_weather

TW-specificMIT

Scope: Hong Kong public datasets and government data.

Fetch real-time HKO (Hong Kong Observatory) weather feed.



Historical weather (any prior date) is available via mirrored HKO tables (1884-2026).

dataType (choose ONE per call):
    rhrread : Regional current weather (temp/rain/humidity per station)
    warnsum : Active warnings summary. Codes: WHOT (very hot), WRAINY/A/R/B
              (rain amber/red/black), WTCSGNL (typhoon signal 1/3/8/9/10),
              WFIRE Y/R (fire danger), WFNTSA (thunderstorm), WFROST, WCOLD.
              Empty {} means no active warnings.
    flw     : Local weather forecast (today's general outlook)
    fnd     : 9-day forecast
    swt     : Special weather tip

lang: "en" | "tc" | "sc"

Input schema

{
  "properties": {
    "dataType": {
      "default": "rhrread",
      "title": "Datatype",
      "type": "string"
    },
    "lang": {
      "default": "en",
      "title": "Lang",
      "type": "string"
    }
  },
  "title": "hk_rt_weatherArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see hk_rt_weather. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 hk_rt_weather 處理 "…"。

# It will call:
hk_rt_weather(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs