HK realtime carpark vacancy
hk_rt_carpark
TW-specificMIT
Scope: Hong Kong public datasets and government data.
Fetch HK real-time car park vacancy from Transport Department.
Args:
lang: "en_us" (default) · "zh_tw" · "zh_cn"
Returns raw JSON with `results` list. Each park has park_Id,
privateCar[] with vacancy counts + lastupdate timestamp.Input schema
{
"properties": {
"lang": {
"default": "en_us",
"title": "Lang",
"type": "string"
}
},
"title": "hk_rt_carparkArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see hk_rt_carpark. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 hk_rt_carpark 處理 "…"。 # It will call: hk_rt_carpark(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