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
This is a Model Context Protocol (MCP) server for searching Japanese zip codes. It uses the zipcloud zip code search API to retrieve address information.
Features
Search for address information using Japanese zip codes (7 digits)
Compliant with the Model Context Protocol (MCP)
Related MCP server: Brazilian ZIP Code Lookup
Installation
npm install
npm run buildConfiguration
Using with Claude Desktop
Add the following configuration to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{
"mcpServers": {
"zipcode-jp": {
"command": "node",
"args": ["/path/to/mcp-server-zipcode-jp/build/index.js"]
}
}
}Please replace
/path/to/mcp-server-zipcode-jpwith the actual path where you cloned this project.
Available Tools
search_zip_code
Searches for address information from a zip code.
Arguments:
zipCode(string): 7-digit zip code (supports both with and without hyphens)
Response Example:
{
"results": [
{
"address1": "東京都",
"address2": "新宿区",
"address3": "西新宿",
"kana1": "トウキョウト",
"kana2": "シンジュクク",
"kana3": "ニシシンジュク",
"prefcode": "13",
"zipcode": "1600023"
}
],
"status": 200,
"message": null
}Development
Build
npm run buildLicense
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
- AlicenseNot gradedqualityDmaintenanceProvides Japanese postal code to address lookup functionality that can be integrated with AI assistants and other MCP clients.3MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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.49MIT- AlicenseNot gradedqualityDmaintenanceMCP 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
Zippopotam MCP — wraps Zippopotam.us ZIP/postal code API (free, no auth)
Correios: Completa CEP (CEP + Área territorial brasileira), official-source lookup. Platform-hosted,
Correios: CEP, official-source lookup. Platform-hosted, pay per query with prepaid credit.
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