loading…
Search for a command to run...
loading…
Enables searching Japanese addresses by 7-digit zip code using the zipcloud API.
Enables searching Japanese addresses by 7-digit zip code using the zipcloud API.
日本の郵便番号を検索するための Model Context Protocol (MCP) サーバです。 zipcloud の郵便番号検索 API を使用して、住所情報を取得します。
npm install
npm run build
~/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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-server-zipcode-jp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
автор: GitHubDatabase, auth and storage
автор: SupabaseReference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development