jpzip MCP server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jpzip MCP serverLook up zip code 100-0001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-jpzip
日本の郵便番号を Claude / 任意の MCP クライアントから引ける Model Context Protocol サーバー。
jpzip.nadai.dev(Cloudflare Pages 配信の静的データ)を背後にもつ、stateless な stdio サーバー。
データ仕様:
jpzip/spec元データ: 日本郵便 KEN_ALL / KEN_ALL_ROME(月次更新追従)
インストール (Claude Code)
claude mcp add jpzip -- npx -y @jpzip/mcp-server-jpzipClaude Desktop など mcp.json を直接編集する場合:
{
"mcpServers": {
"jpzip": {
"command": "npx",
"args": ["-y", "@jpzip/mcp-server-jpzip"]
}
}
}提供 Tool
Tool | 用途 |
| 郵便番号 → 住所(漢字/カナ/ローマ字 + JIS/総務省コード) |
| 住所文字列 → 郵便番号候補(漢字/カナ/ローマ字横断、空白無視の部分一致) |
| 都道府県名 → 市区町村一覧(総務省コード付き) |
| データバージョン・件数・生成時刻 |
動作モデル
lookup_zipcodeは対応する 3 桁 prefix(数十KB)のみを CDN から取得し、メモリにキャッシュする。search_by_address/list_cities_in_prefectureは初回呼び出し時に全件(約 25MB)を CDN から取得しメモリに保持する。同一 MCP プロセス内の以降の呼び出しは即時。永続キャッシュは持たない(stateless)。Claude の再起動で in-memory データは破棄され、次回必要になった時に再取得する。
既知の制約
駅・路線・事業所情報は jpzip データセットに含まれない(郵便番号⇄住所のみ)。
検索クエリは 1 言語(漢字 / カナ / ローマ字)内での連続部分一致のみ対応。例えば「Yokohama Honcho」(ローマ字で中区を飛ばす)はマッチしない。
ライセンス
MIT(コード) / 配信データは Public Domain 相当(日本郵便)。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jpzip/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server