座標查門牌郵遞區號
twtools-lookup_zip33_by_coord
Spécifique TWMIT
座標 → 最近門牌 + 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)}Schéma d'entrée
{
"properties": {
"lng": {
"title": "Lng",
"type": "number"
},
"lat": {
"title": "Lat",
"type": "number"
}
},
"required": [
"lng",
"lat"
],
"title": "lookup_zip33_by_coordArguments",
"type": "object"
}Comment appeler
Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-lookup_zip33_by_coord. Demandez-lui simplement de l'appeler — exemple :
# Ask Claude / any MCP client: 請用 twtools-lookup_zip33_by_coord 處理 "…"。 # It will call: twtools-lookup_zip33_by_coord(input="…")
Pas encore configuré un client ?
Claude Desktop en 3 minutes — téléchargez le .mcpb et double-cliquez, ou voir la doc pour les autres clients.
Voir les docs utilisateur