jpzip MCP server
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
mcp-server-jpzip
日本の郵便番号を 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 相当(日本郵便)。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.