Lookup zip33 by road
twtools-lookup_zip33_by_road
TW-specificMIT65 Calls (30d)
路名/地區名 → 6 碼郵遞區號清單.
Args:
county: 縣市 e.g. '臺北市'
town: 鄉鎮市區 e.g. '信義區'
keywords: 路名或地區關鍵字 e.g. '忠孝東路'
Returns: {found, result: [{zip33, road, zip33Range, department}]}Input schema
{
"properties": {
"county": {
"title": "County",
"type": "string"
},
"town": {
"title": "Town",
"type": "string"
},
"keywords": {
"title": "Keywords",
"type": "string"
}
},
"required": [
"county",
"town",
"keywords"
],
"title": "lookup_zip33_by_roadArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_zip33_by_road. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_zip33_by_road 處理 "…"。 # It will call: twtools-lookup_zip33_by_road(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