← Back to browse

address-to-zip

Indexed by jp.addresstozip

About

日本の住所と郵便番号を相互変換するMCPサーバー。住所から郵便番号を検索、郵便番号から住所を逆引きします。

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http address-to-zip https://addresstozip.jp/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"address-to-zip","type":"http","url":"https://addresstozip.jp/mcp"}'
JSON
{
  "mcpServers": {
    "address-to-zip": {
      "url": "https://addresstozip.jp/mcp"
    }
  }
}