Skip to main content
Glama
atushi1841

mandarake-surugaya-mcp

by atushi1841

Mandarake & Suruga-ya MCP Server

まんだらけオークション駿河屋のスクレイパーをAIエージェントからツールとして呼び出せるMCPサーバー。

Claude Desktop, Claude Code, ChatGPT, Cursor, VS Code (Genie) などのMCPクライアントから 中古ホビー価格をリアルタイム検索できます。

機能

ツール名

説明

価格

search_mandarake_auction

まんだらけオークションで商品検索

$0.01/回

search_surugaya

駿河屋(中古ホビー)で商品検索

$0.01/回

compare_prices

Suruga-ya × Mandarake 価格比較(同一商品の価格差を自動マッチング)

$0.02/回

get_actor_info

利用可能なActor一覧を表示

無料

Related MCP server: Secondhand MCP

デプロイ状態

項目

状態

Actor ID

xUYsD13SVHHRFQS1H

最新ビルド

0.1.8 (SUCCEEDED)

MCPエンドポイント

https://fruitful-quintessence--mandarake-surugaya-mcp.apify.actor/mcp

Mandarake検索

✅ 動作確認済み (24件返却)

Suruga-ya検索

✅ 動作確認済み

価格比較

✅ 動作確認済み(compare_prices ツール)

PPE課金

✅ 設定済み ($0.01/回)

ファイル構成

apify-mcp-server/
├── .actor/
│   ├── actor.json          # Apify Actor 設定(Standby, MCPパス)
│   └── pay_per_event.json  # Pay-Per-Event 課金設定
├── src/
│   ├── __init__.py
│   ├── main.py             # uvicorn エントリポイント
│   ├── server.py           # MCPサーバーファクトリー(ツール定義)
│   └── apify_shim.py       # ローカル実行用shim
├── tests/
│   └── smoke.sh            # MCPプロトコルスモークテスト
├── Dockerfile
├── requirements.txt
└── README.md

クイックスタート

1. 依存関係のインストール

cd /home/atushi/apify-mcp-server
pip install -r requirements.txt

2. 環境変数の設定

export APIFY_TOKEN="your-apify-api-token"

3. ローカルで起動

python -m src.main

サーバーが http://localhost:3000/mcp で起動します。

4. スモークテスト

./tests/smoke.sh

5. Apify にデプロイ

⚠️ 重要: プロジェクトに node_modules/ があるとZIPが壊れます。 デプロイ前に必ず削除するか、クリーンなコピーから apify push してください。

# クリーンなディレクトリで実行
mkdir -p /tmp/apify-clean && cp -r src/ .actor/ Dockerfile requirements.txt README.md tests/ /tmp/apify-clean/
cd /tmp/apify-clean && apify push --version 0.1

デプロイ後、以下のURLでMCPクライアントから接続:

https://fruitful-quintessence--mandarake-surugaya-mcp.apify.actor/mcp

6. MCPクライアント設定(Claude Desktop等)

{
  "mcpServers": {
    "mandarake-surugaya": {
      "url": "https://fruitful-quintessence--mandarake-surugaya-mcp.apify.actor/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_APIFY_API_TOKEN>"
      }
    }
  }
}

課金設計

  • search_mandarake_auction: 1回 $0.01(mandarake-search イベント)

  • search_surugaya: 1回 $0.01(surugaya-search イベント)

  • Apifyの月$5無料クレジット内なら無料

  • 無料枠超過後、ユーザーに自動請求

MCPサーバーの仕組み

┌─────────────────┐     JSON-RPC 2.0      ┌──────────────────┐
│  MCP Client      │ ──────────────────▶   │  MCP Server      │
│ (Claude/ChatGPT) │ ◀──────────────────   │  (FastMCP)       │
└─────────────────┘                        └────────┬─────────┘
                                                     │
                                            HTTP POST /v2/acts/{id}/runs
                                                     │
                                            ┌────────▼─────────┐
                                            │  Apify Platform   │
                                            │  ┌─────────────┐ │
                                            │  │ Mandarake   │ │
                                            │  │ Actor       │ │
                                            │  ├─────────────┤ │
                                            │  │ Suruga-ya   │ │
                                            │  │ Actor       │ │
                                            │  └─────────────┘ │
                                            └──────────────────┘
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed.

  • Real-time Amazon, search and market intelligence tools for AI agents via remote MCP.

  • AI-agent search API: Google, YouTube, Amazon, Reddit, TikTok, TikTok Shop, Instagram, X, LinkedIn

View all MCP Connectors

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/atushi1841/mandarake-surugaya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server