Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Japan Address & Geocoding

io.github.easakura/japan-address-geocoding-mcp

Japanese address search and geocoding (official address registry): postal codes and coordinates.

Uptime
100.0%
1 direct probes · 30d
Response
838ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

zipcode_to_address

日本の郵便番号(7桁)から住所(都道府県・市区町村・町域、ふりがな付き)を取得する。フォーム入力支援・住所データクレンジングに使う。

geocode_address

日本の住所文字列から緯度経度と正規化された住所表記を取得する(国土地理院公式)。地図表示・距離計算・配送エリア判定などに使う。

reverse_geocode

緯度経度から日本の住所(都道府県・市区町村・町丁目)を取得する(国土地理院公式)。

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"
    }
  }
}