Skip to main content
Glama
tanish-kr

mcp-server-zipcode-jp

by tanish-kr

mcp-server-zipcode-jp

Dies ist ein Model Context Protocol (MCP) Server zur Suche nach japanischen Postleitzahlen. Er verwendet die Postleitzahl-Such-API von zipcloud, um Adressinformationen abzurufen.

Funktionen

  • Suche nach Adressinformationen anhand japanischer Postleitzahlen (7-stellig)

  • Konform mit dem Model Context Protocol (MCP)

Installation

npm install
npm run build

Konfiguration

Verwendung mit Claude Desktop

Fügen Sie die folgende Konfiguration zu ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) hinzu.

{
  "mcpServers": {
    "zipcode-jp": {
      "command": "node",
      "args": ["/path/to/mcp-server-zipcode-jp/build/index.js"]
    }
  }
}
  • Ersetzen Sie /path/to/mcp-server-zipcode-jp durch den tatsächlichen Pfad, unter dem Sie dieses Projekt geklont haben.

Verfügbare Tools

search_zip_code

Sucht nach Adressinformationen anhand einer Postleitzahl.

Argumente:

  • zipCode (string): 7-stellige Postleitzahl (unterstützt Formate mit und ohne Bindestrich)

Beispiel für eine Antwort:

{
  "results": [
    {
      "address1": "東京都",
      "address2": "新宿区",
      "address3": "西新宿",
      "kana1": "トウキョウト",
      "kana2": "シンジュクク",
      "kana3": "ニシシンジュク",
      "prefcode": "13",
      "zipcode": "1600023"
    }
  ],
  "status": 200,
  "message": null
}

Entwicklung

Build

npm run build

Lizenz

ISC

Install Server
F
license - not found
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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