Japan Address & Geocoding
io.github.easakura/japan-address-geocoding-mcpJapanese address search and geocoding (official address registry): postal codes and coordinates.
Tools · 3
日本の郵便番号(7桁)から住所(都道府県・市区町村・町域、ふりがな付き)を取得する。フォーム入力支援・住所データクレンジングに使う。
日本の住所文字列から緯度経度と正規化された住所表記を取得する(国土地理院公式)。地図表示・距離計算・配送エリア判定などに使う。
緯度経度から日本の住所(都道府県・市区町村・町丁目)を取得する(国土地理院公式)。
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"japan_address_&_geocoding": {
"url": "https://jusho-mcp.easakura.workers.dev/mcp",
"transport": "streamable-http"
}
}
}