Twinkle HubTwinkle Hub
Sign in

📌 2026-06-30 added: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

View full changelog →

Address English to Chinese (partial)

twtools-address_en_to_zh

TW-specificMIT

英文地址 → 中文(**有限版**:縣市區做 reverse lookup,路名留英文)。

Args:
    address_en: 英文地址,例 "No. 7, Sec. 5, Zhongxiao E. Rd., Xinyi Dist., Taipei City"。

Returns: county_zh / district_zh / street_en(路名保留英文)+
    confidence (high/medium/low) + warning。

為何路名不轉中文:英文音譯 → 中文是 1-to-N 對應("Zhongxiao" 可對
忠孝/中孝/中校等),無 reliable lookup。本工具只做結構解析 + 縣市區
reverse lookup;完整中文地址需人工確認。

Input schema

{
  "properties": {
    "address_en": {
      "title": "Address En",
      "type": "string"
    }
  },
  "required": [
    "address_en"
  ],
  "title": "address_en_to_zhArguments",
  "type": "object"
}

How to call

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

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

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