smartmart-mcp
v1.0.1
Published
MCP Server for Smart-Mart Robotics Platform - 14 tools for product search, rental, purchase, lease, buyback valuation, and job listings across Smart-Mart, Physical AI Rental, Humanoid Mart, and Humanoid Jobs.
Maintainers
Readme
smartmart-mcp
ロボット・XR・ドローン・AI機器の検索・比較・レンタル・買取査定ができるMCPサーバー。 MCP server for searching, comparing, renting, and getting buyback estimates for robots, XR, drones, and AI hardware.
Smart-Mart / Physical AI Rental / Humanoid Mart / Humanoid Jobs の4サイトを横断。289商品、60+ブランドを14ツールでAIエージェントから操作できます。
Quick Start
npx smartmart-mcp環境変数 SMARTMART_API_KEY が必要です(後述)。
Installation / Setup
Claude Desktop
~/.claude/claude_desktop_config.json に追記:
{
"mcpServers": {
"smartmart": {
"command": "npx",
"args": ["smartmart-mcp"],
"env": {
"SMARTMART_API_KEY": "sm_your_api_key_here"
}
}
}
}.mcp.json(Claude Code / Cursor など)
プロジェクトルートの .mcp.json に追記:
{
"mcpServers": {
"smartmart": {
"command": "npx",
"args": ["smartmart-mcp"],
"env": {
"SMARTMART_API_KEY": "sm_your_api_key_here"
}
}
}
}直接実行
SMARTMART_API_KEY=sm_xxx npx smartmart-mcpAuthentication / 認証
APIキーの取得: https://smart-mart.jp
| 環境変数 | 説明 | 必須 |
|----------|------|------|
| SMARTMART_API_KEY | APIキー(sm_ プレフィックス) | 必須 |
| SMARTMART_BASE_URL | APIベースURL(デフォルト: https://smart-mart.jp) | 任意 |
Rate Limits / レート制限
| 操作 | 上限 | |------|------| | Read(検索・参照系) | 200 リクエスト/分 | | Write(相談申込み系) | 30 リクエスト/分 |
Product Categories / 取扱カテゴリ
| カテゴリID | カテゴリ名 | 商品数 |
|-----------|----------|-------|
| humanoid | ヒューマノイドロボット | 92 |
| xr | XR / VRデバイス | 82 |
| drone | ドローン | 60 |
| ai | AIデバイス | 48 |
| quadruped | 4足歩行ロボット | 4 |
| industrial | 産業用ロボット | 3 |
Featured Brands / 主要ブランド
DJI / Meta / Unitree / Boston Dynamics / Tesla / Apple / Sony / Figure / Agility Robotics / Skydio / Autel Robotics / など60+ブランド
Tools / ツール一覧(14ツール)
ユーティリティ(1)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| health | サーバーのヘルスチェック。認証不要。DB接続確認・商品数・カテゴリ一覧・稼働サイトを返す | なし |
商品検索(5)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| products_search | 全4サイト横断で商品を検索 | keyword, category, brand, min_price, max_price, condition(new/used), available_only |
| products_detail | 商品詳細と全サイト別価格比較(新品/中古/レンタル/リース/買取)を取得 | slug(必須) |
| products_compare | 複数商品(2〜5点)のスペック・価格を並べた比較表を生成 | slugs(必須、配列) |
| categories_list | 取扱カテゴリ一覧と各カテゴリの商品数を取得 | なし |
| brands_list | 取扱ブランド一覧を取得 | category |
レンタル(2)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| rental_search | レンタル可能な商品を検索(日額/週額/月額/長期月額) | category, brand, max_monthly_price, period(daily/weekly/monthly/long) |
| rental_availability | 特定商品のレンタル在庫・空き状況と料金を確認 | slug(必須) |
購入・リース(2)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| purchase_options | 購入オプションを全サイト横断で比較(新品・中古・在庫・価格) | slug(必須) |
| lease_estimate | リース月額の見積もりを計算(12〜60ヶ月の期間別月額・総コスト・購入との差額) | slug(必須)、term_months(必須: 12/24/36/48/60) |
買取査定(1)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| buyback_estimate | 買取査定価格を即時算出。コンディション・付属品・年式に応じた査定レンジ(min/max)を返す | brand(必須)、model(必須)、condition(必須: S/A/B/C/D)、year, accessories |
コンディション基準:
| ランク | 状態 | |--------|------| | S | 未使用品 / 新品同様 | | A | 良好(使用感少) | | B | 並(使用感あり) | | C | 難あり(軽微な傷・不具合) | | D | ジャンク |
求人(2)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| jobs_search | Humanoid Jobsのロボット関連求人を検索 | keyword, location, employment_type(full_time/part_time/contract/freelance), min_salary |
| jobs_by_robot | 特定のロボットを導入・活用している企業の求人を取得 | robot_slug(必須、例: figure-03, atlas, spot) |
相談申込み(1)
| ツール名 | 説明 | 主要パラメータ |
|----------|------|--------------|
| consult_request | 購入・レンタル・リース・買取・修理の無料相談を申し込む(Write操作) | name(必須)、email(必須)、inquiry_type(必須: purchase/rental/lease/buyback/repair)、message(必須)、phone, product_slug |
Usage Example / 使用例
# AI エージェントからの利用例
「予算300万円以内でレンタルできるヒューマノイドロボットを探して」
→ rental_search で category=humanoid、max_monthly_price=300000 を実行
「Figure 03とUnitree H1を比較したい」
→ products_compare で slugs=["figure-03", "unitree-h1"] を実行
「Meta Quest 3の買取価格を教えて。コンディションAで付属品は充電ケーブルあり」
→ buyback_estimate で brand=Meta、model=meta-quest-3、condition=A、accessories=["充電ケーブル"] を実行
「ヒューマノイドロボットを扱う東京の正社員求人を探して」
→ jobs_search で keyword=ヒューマノイド、location=東京、employment_type=full_time を実行Covered Sites / 横断対象サイト
| サイト | URL | 説明 | |--------|-----|------| | Smart-Mart | smart-mart.jp | ロボット・XR・ドローン 売買 | | Physical AI Rental | physical-ai-rental.jp | AIロボット レンタル・リース | | Humanoid Mart | humanoid-mart.com | ヒューマノイドロボット 専門マーケット | | Humanoid Jobs | humanoid-jobs.com | ロボット関連 求人・採用 |
Disclaimer / 免責事項
本MCPサーバーが提供する商品価格・在庫情報はリアルタイムを保証しません。買取査定価格は参考値であり、実際の査定額と異なる場合があります。
This MCP server does not guarantee real-time accuracy of product prices or stock status. Buyback estimates are indicative values and may differ from actual quotes.
License
MIT
Operator / 運営
ASI inc. — https://asi.co.jp
Smart-Mart: smart-mart.jp
