mach3
MCP Servermach3public

zipcoda mcp

Zipcoda API MCP Server

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
MIT License
License

About This Server

Zipcoda API MCP Server

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Zipcoda MCP Server

概要

zipcoda-mcp は zipcoda のAPIを利用して郵便番号や住所の情報を取得するためのModel Context Protocol (MCP)サーバーです。このツールを使用することで、AIアシスタントからZipcodaのAPIにアクセスし、日本の郵便番号と住所データを簡単に検索できます。

インストール

VSCodeでの設定例

VSCodeでGitHub Copilotなどのエージェントと一緒にこのMCPサーバーを使用するには、以下の設定を参考にしてください。

settings.jsonファイルに以下の設定を追加します:

"mcp": {
  "servers": {
    "zipcoda-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "github:mach3/zipcoda-mcp"
      ]
    }
  }
}

環境によっては npx の代わりに npm を使用します:

"mcp": {
  "servers": {
    "zipcoda-mcp": {
      "type": "stdio",
      "command": "npm",
      "args": [
        "exec",
        "--yes",
        "--",
        "github:mach3/zipcoda-mcp"
      ]
    }
  }
}

NPMパッケージとして使用

# npxを使って起動
npx github:mach3/zipcoda-mcp

# npmを使って起動
npm exec --yes -- github:mach3/zipcoda-mcp

使用例

  • 「郵便番号1000001の住所を教えて」
  • 「渋谷区の郵便番号はいくつ?」

提供される機能

このMCPサーバーは、以下の2つの主要ツールを提供します:

1. search_by_zipcode

郵便番号から住所を検索するツールです。

パラメータ:

  • zipcode: 検索する郵便番号(例: "1000001"、"100-0001"など)

レスポンス:

  • マッチした郵便番号と住所の一覧

2. search_by_address

住所から郵便番号を検索するツールです。

パラメータ:

  • address: 検索する住所(例: "東京都千代田区"、"渋谷"など)

レスポンス:

  • マッチした郵便番号と住所の一覧

動作要件

  • Node.js: 18.x以上(@modelcontextprotocol/sdk の要件による)
  • インターネット接続: zipcoda.net APIへのアクセスが必要

ライセンス

MIT

Quick Start

1

Clone the repository

git clone https://github.com/mach3/zipcoda-mcp
2

Install dependencies

cd zipcoda-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownermach3
Repozipcoda-mcp
LanguageJavaScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation