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