mcp-server-zipcode-jp
Click 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., "@mcp-server-zipcode-jpfind the address for zip code 160-0023"
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-zipcode-jp
日本の郵便番号を検索するための Model Context Protocol (MCP) サーバです。 zipcloud の郵便番号検索 API を使用して、住所情報を取得します。
特徴
日本の郵便番号(7桁)から住所情報を検索
Model Context Protocol (MCP) に準拠
Related MCP server: Brazilian ZIP Code Lookup
インストール
npm install
npm run build設定
Claude Desktop での使用
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) に以下の設定を追加してください。
{
"mcpServers": {
"zipcode-jp": {
"command": "node",
"args": ["/path/to/mcp-server-zipcode-jp/build/index.js"]
}
}
}※ /path/to/mcp-server-zipcode-jp は、このプロジェクトをクローンした実際のパスに置き換えてください。
利用可能なツール
search_zip_code
郵便番号から住所情報を検索します。
引数:
zipCode(string): 7桁の郵便番号(ハイフンあり/なし両対応)
レスポンス例:
{
"results": [
{
"address1": "東京都",
"address2": "新宿区",
"address3": "西新宿",
"kana1": "トウキョウト",
"kana2": "シンジュクク",
"kana3": "ニシシンジュク",
"prefcode": "13",
"zipcode": "1600023"
}
],
"status": 200,
"message": null
}開発
ビルド
npm run buildライセンス
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceProvides Japanese postal code to address lookup functionality that can be integrated with AI assistants and other MCP clients.3MIT
- Flicense-qualityDmaintenanceEnables lookup of Brazilian addresses by CEP (postal code) using the ViaCEP API, returning formatted address information including street, neighborhood, city, and state.1

jpzip MCP serverofficial
AlicenseAqualityDmaintenanceEnables to look up Japanese postal codes, convert zipcodes to addresses, search addresses by query, and list cities in a prefecture using the jpzip dataset.46MIT- Alicense-qualityDmaintenanceMCP server that provides access to the Kenall postal code API for Japanese address lookups, enabling lookup by postal code and search by address.MIT
Related MCP Connectors
39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
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/tanish-kr/mcp-server-zipcode-jp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server