Skip to main content
Glama
tanish-kr

mcp-server-zipcode-jp

by tanish-kr

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 build

Configuration

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-jp with 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 build

License

ISC

F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    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.
    4
    9
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides access to the Kenall postal code API for Japanese address lookups, enabling lookup by postal code and search by address.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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