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