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 →

Normalize Taiwan address

tw_normalize_taiwan_address

TW-specificMIT

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

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 tw_normalize_taiwan_address. Just ask it to call — example:

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

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