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"]
}
}
}Related MCP server: Japan Area Code MCP Server
提供 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 相当(日本郵便)。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides Japanese postal code to address lookup functionality that can be integrated with AI assistants and other MCP clients.3MIT
- AlicenseAqualityDmaintenanceProvides access to Japanese statistical standard area codes (標準地域コード) from official government data, enabling users to list and search area codes by prefecture or municipality name.2Apache 2.0
- FlicenseBqualityDmaintenanceEnables searching Japanese addresses by 7-digit zip code using the zipcloud API.1
- Flicense-qualityCmaintenanceEnables location intelligence for US ZIP codes, allowing users to search, profile, and compare ZIP codes across various domains like crime, income, schools, and more.
Related MCP Connectors
39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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