HK realtime earthquake (HKO)
hk_rt_earthquake
TW-specificMIT
Scope: Hong Kong public datasets and government data.
Fetch HKO quick earthquake messages (regional M-event feed).
Args:
lang: "en" | "tc" | "sc"
Returns latest event with magnitude, region, time, coordinates.Input schema
{
"properties": {
"lang": {
"default": "en",
"title": "Lang",
"type": "string"
}
},
"title": "hk_rt_earthquakeArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see hk_rt_earthquake. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 hk_rt_earthquake 處理 "…"。 # It will call: hk_rt_earthquake(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