Twinkle HubTwinkle Hub
Sign in
🛠️ Alpha maintenance window: daily 22:00 – 07:00 (Taiwan time / GMT+8). Service may be unstable. Apologies for any disruption.

📌 2026-05-22 added: National exam past-questions semantic search — 64K papers, 320K questions (1 datasets)

View full changelog →

Normalize Taiwan address

twtools-normalize_taiwan_address

TW-specificMIT502 Calls (30d)

正規化台灣地址:全形→半形、巿/区/号 異體字統一、台→臺、簡寫展開、縣→市 升格。

Input schema

{
  "properties": {
    "address": {
      "title": "Address",
      "type": "string"
    }
  },
  "required": [
    "address"
  ],
  "title": "normalize_taiwan_addressArguments",
  "type": "object"
}

How to call

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

# Ask Claude / any MCP client:
請用 twtools-normalize_taiwan_address 處理 "台北市中正區忠孝東路1段1號"。

# It will call:
twtools-normalize_taiwan_address(input="台北市中正區忠孝東路1段1號")

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