地址英譯中(部分)
twtools-address_en_to_zh
TW 전용MIT
英文地址 → 中文(**有限版**:縣市區做 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;完整中文地址需人工確認。입력 스키마
{
"properties": {
"address_en": {
"title": "Address En",
"type": "string"
}
},
"required": [
"address_en"
],
"title": "address_en_to_zhArguments",
"type": "object"
}호출 방법
Twinkle Hub MCP 클라이언트가 설정되면 에이전트는 twtools-address_en_to_zh을 봅니다. 호출을 요청하기만 하면 — 예시:
# Ask Claude / any MCP client: 請用 twtools-address_en_to_zh 處理 "台北市中正區忠孝東路1段1號"。 # It will call: twtools-address_en_to_zh(input="台北市中正區忠孝東路1段1號")
아직 클라이언트를 설정하지 않으셨나요?
Claude Desktop은 3 분이면 연결 — .mcpb 다운로드 후 더블 클릭, 다른 클라이언트는 docs 참조.
사용자 문서 보기