Japan postalcode MCP
An MCP server for searching Japanese postal codes.
特徴 郵便番号検索デモ 仕様 郵便番号占い
ログイン
MCPサーバー対応
デリバリーをスマートに api-zipcode.jp
配達先の郵便番号から、配達可能なエリアか自動判定。
注文を取り逃がさずに利益を最大化。
新しい郵便番号APIサービス。
アカウント作成
アカウント作成で、お試し1,000ポイント無料。
月額無料でAPI 1リクエスト0.01円〜0.05円
使った分だけの従量制で、毎月の固定支払いはありません。
1リクエスト0.05円
MCPサーバー 郵便番号検索
1リクエスト0.01円
郵便番号から住所検索
1リクエスト0.03円
郵便番号からエリア判定
1リクエスト0.03円
郵便番号の一部から該当する住所を全て検索
1リクエスト0.03円
住所の一部から該当する郵便番号を全て検索
郵便番号APIの新しいかたち
複雑な郵便番号検索の実装を、簡単なAPIで提供します。
最新の郵便番号データ
日本郵便が提供する最新の郵便番号データへ速やかに更新。
事業所の個別郵便番号対応
日本郵便が提供する事業所の個別郵便番号にも対応。
カナ・ローマ字対応
APIの返り値には漢字・カナ・ローマ字が含まれます。
商用利用可能
商用利用OK。クレジット表記不要。
郵便番号からエリア判定
163-8001が東京都新宿区内か?のように郵便番号が特定のエリア内か判定。
郵便番号から住所検索
郵便番号の一部から、該当する住所を全て検索。
住所から郵便番号検索
住所の一部から、該当する郵便番号を全て検索。
ポイントチャージ方式
事前のポイント購入でAPIをリクエスト。月額課金は無し。自動チャージでポイント切れも防止。
MCPサーバーに対応
Model Context Protocol (MCP) に対応しており、Claude などのAIアシスタントから直接郵便番号検索が利用できます。
Claude Desktop 設定例
claude_desktop_config.jsonに追加
`
{ "mcpServers": { "api-zipcode.jp": { "command": "npx", "args": [ "mcp-remote", "https://api-zipcode.jp/mcp/zipcode", "--header", "Authorization: Bearer ${MCP_TOKEN}" ], "env": { "MCP_TOKEN": "{APIトークン}" } } } } `
サンプルコード
javascript
`
fetch("https://api-zipcode.jp/api/v1/search/zipcode?zip_code=1638001", { method: 'GET', headers: new Headers({ 'Authorization' : 'Bearer {APIトークン}', 'Content-type' : 'application/json', 'Accept' : 'application/json' }), }).then(function (response) { return response.json(); }).then(function (obj) { }).catch(function (error) { }); `
jQuery
`
$.ajax('https://api-zipcode.jp/api/v1/search/zipcode', { method: 'GET', dataType: 'json', headers: { 'Authorization': 'Bearer {APIトークン}', }, data: { zip_code: '1638001', } }).done(function (data, textStatus, jqXHR) { }).fail(function(jqXHR, textStatus, errorThrown) { }); `
レスポンス
application/json
`
{ "message": "OK", "point": 40725, "meta": { "current_page": 1, "from": 1, "last_page": 1, "path": "https://api-zipcode.jp/api/v1/search/zipcode", "per_page": 100, "to": 1, "total": 1 }, "links": { "first": "https://api-zipcode.jp/api/v1/search/zipcode?zip_code=1006101&page=1", "last": "https://api-zipcode.jp/api/v1/search/zipcode?zip_code=1006101&page=1", "prev": null, "next": null }, "data": [ { "zip_code": "1006101", "zip_code_hyphen": "100-6101", "prefecture_code": 13, "prefecture": "東京都", "prefecture_kana": "トウキョウト", "prefecture_roman": "TOKYO TO", "city": "千代田区", "city_kana": "チヨダク", "city_roman": "CHIYODA KU", "town": "永田町山王パークタワー 1階", "town_kana": "ナガタチョウサンノウパークタワー 1カイ", "town_roman": "NAGATACHO SANNOPAKUTAWA 1-KAI", "block": "", "office": "", "office_kana": "", "address": "東京都千代田区永田町山王パークタワー 1階", "address_kana": "トウキョウトチヨダクナガタチョウサンノウパークタワー 1カイ", "address_roman": "Nagatacho-Sannopakutawa-1-Kai, Chiyoda-Ku, Tokyo-To, Japan" } ] } `
価格
各種クレジットカードがご利用できます。
Visa, MasterCard, JCB, Discover,
American Express, Diners Club
| チャージ格(税込) | ポイント | 1ptの価格 |
|---|---|---|
| 500 円 | + 50,000 pt | 0.01 円 |
| 1,000 円 | + 100,000 pt | 0.01 円 |
| 2,000 円 | + 200,000 pt | 0.01 円 |
| 3,000 円 | + 330,000 pt | 0.0091 円 |
| 5,000 円 | + 600,000 pt | 0.0083 円 |
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Meilisearch
Interact & query with Meilisearch (Full-text & semantic search API)
RAGMap
RAG-focused MCP subregistry and server to discover and route to retrieval-capable MCP servers with semantic search, filters, and explainable ranking.
MCP Tavily
Advanced web search and content extraction using the Tavily API.
Weather
Provides weather data using the US National Weather Service (NWS) API. Built with pure JavaScript ES Modules.
Powertools for AWS MCP
Search the Powertools for AWS Lambda documentation across multiple runtimes to find documentation and examples.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
Parquet MCP Server
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
Claude Web Search
Provides web search functionality powered by the Claude API from Anthropic.
Legislative Yuan API
Search for bills, documents, and meeting records from Taiwan's Legislative Yuan API.