Jpzip Server
FreeNot checkedEnables to look up Japanese postal codes, convert zipcodes to addresses, search addresses by query, and list cities in a prefecture using the jpzip dataset.
About
Enables to look up Japanese postal codes, convert zipcodes to addresses, search addresses by query, and list cities in a prefecture using the jpzip dataset.
README
日本の郵便番号を Claude / 任意の MCP クライアントから引ける Model Context Protocol サーバー。
jpzip.nadai.dev(Cloudflare Pages 配信の静的データ)を背後にもつ、stateless な stdio サーバー。
- 配信元: https://jpzip.nadai.dev
- データ仕様: jpzip/spec
- 元データ: 日本郵便 KEN_ALL / KEN_ALL_ROME(月次更新追従)
インストール (Claude Code)
claude mcp add jpzip -- npx -y @jpzip/mcp-server-jpzip
Claude Desktop など mcp.json を直接編集する場合:
{
"mcpServers": {
"jpzip": {
"command": "npx",
"args": ["-y", "@jpzip/mcp-server-jpzip"]
}
}
}
提供 Tool
| Tool | 用途 |
|---|---|
lookup_zipcode(zipcode) |
郵便番号 → 住所(漢字/カナ/ローマ字 + JIS/総務省コード) |
search_by_address(query, limit?) |
住所文字列 → 郵便番号候補(漢字/カナ/ローマ字横断、空白無視の部分一致) |
list_cities_in_prefecture(prefecture) |
都道府県名 → 市区町村一覧(総務省コード付き) |
get_metadata() |
データバージョン・件数・生成時刻 |
動作モデル
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 相当(日本郵便)。
from github.com/jpzip/mcp
Install Jpzip Server in Claude Desktop, Claude Code & Cursor
unyly install jpzip-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add jpzip-mcp-server -- npx -y @jpzip/mcp-server-jpzipFAQ
Is Jpzip Server MCP free?
Yes, Jpzip Server MCP is free — one-click install via Unyly at no cost.
Does Jpzip Server need an API key?
No, Jpzip Server runs without API keys or environment variables.
Is Jpzip Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Jpzip Server in Claude Desktop, Claude Code or Cursor?
Open Jpzip Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Jpzip Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
