INDIVIDUAL MCP TOOL
search_address
日本の住所文字列から郵便番号を検索する。番地・建物名付きでも町名まで解釈する。ローマ字・英語表記(例: Marunouchi, Chiyoda-ku, Tokyo)でも検索可。結果には日本郵便準拠のローマ字表記(romaji)を含む。
LIVE ENDPOINT
https://addresstozip.jp/mcp
Connect to this endpoint to inspect the live schema for search_address and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.address-to-zip]
url = "https://addresstozip.jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"address-to-zip": {
"type": "http",
"url": "https://addresstozip.jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: address-to-zip
Remote MCP URL: https://addresstozip.jp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"address-to-zip": {
"url": "https://addresstozip.jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"address-to-zip": {
"type": "http",
"url": "https://addresstozip.jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "address-to-zip",
"transport": "streamable-http",
"url": "https://addresstozip.jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_zipcode— 郵便番号から住所を逆引きする。100-0005 または 1000005 形式に対応(全角数字・ハイフン有無は不問)。結果には日本郵便準拠のローマ字表記(romaji)を含む。