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 →

Lookup zip33 by coord

twtools-lookup_zip33_by_coord

TW-specificMIT

座標 → 最近門牌 + 6 碼郵遞區號 (Zip33, reverse geocoding).

Args:
    lng / lat: WGS84 (Taiwan 119-122.5 / 21.5-26.5).
Returns: {found, address, zip33 (6 digits), administrative_code (3),
          postal_code (3)}

Input schema

{
  "properties": {
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    }
  },
  "required": [
    "lng",
    "lat"
  ],
  "title": "lookup_zip33_by_coordArguments",
  "type": "object"
}

How to call

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

# Ask Claude / any MCP client:
請用 twtools-lookup_zip33_by_coord 處理 "…"。

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