Skip to main content
Glama
tanish-kr

mcp-server-zipcode-jp

by tanish-kr

mcp-server-zipcode-jp

日本の郵便番号を検索するための Model Context Protocol (MCP) サーバです。 zipcloud の郵便番号検索 API を使用して、住所情報を取得します。

特徴

  • 日本の郵便番号(7桁)から住所情報を検索

  • Model Context Protocol (MCP) に準拠

インストール

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

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