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 AQHI

hk_rt_air_quality

TW-specificMIT

Scope: Hong Kong public datasets and government data.

Fetch current HK Air Quality Health Index (AQHI) band summary from EPD.



Args:
    lang: "en" or "tc"

Returns {last_build_date, title, items[]} · each item has title,
description, pub_date, link. Note: EPD only exposes BAND-level info
(e.g. "General Stations: 3 to 4"), NOT per-station AQHI numbers.
For per-station values users must visit aqhi.gov.hk directly (no API).

Input schema

{
  "properties": {
    "lang": {
      "default": "en",
      "title": "Lang",
      "type": "string"
    }
  },
  "title": "hk_rt_air_qualityArguments",
  "type": "object"
}

How to call

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

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

# It will call:
hk_rt_air_quality(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