mandarake-surugaya-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mandarake-surugaya-mcpcompare prices for a used PlayStation 5 game"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mandarake & Suruga-ya MCP Server
まんだらけオークションと駿河屋のスクレイパーをAIエージェントからツールとして呼び出せるMCPサーバー。
Claude Desktop, Claude Code, ChatGPT, Cursor, VS Code (Genie) などのMCPクライアントから 中古ホビー価格をリアルタイム検索できます。
機能
ツール名 | 説明 | 価格 |
| まんだらけオークションで商品検索 | $0.01/回 |
| 駿河屋(中古ホビー)で商品検索 | $0.01/回 |
| Suruga-ya × Mandarake 価格比較(同一商品の価格差を自動マッチング) | $0.02/回 |
| 利用可能なActor一覧を表示 | 無料 |
Related MCP server: Secondhand MCP
デプロイ状態
項目 | 状態 |
Actor ID |
|
最新ビルド |
|
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.txt2. 環境変数の設定
export APIFY_TOKEN="your-apify-api-token"3. ローカルで起動
python -m src.mainサーバーが http://localhost:3000/mcp で起動します。
4. スモークテスト
./tests/smoke.sh5. 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/mcp6. 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 │ │
│ └─────────────┘ │
└──────────────────┘This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables AI assistants to search eBay listings, track item prices over time, and identify deals below market value using eBay's APIs. It provides tools for category browsing and retrieving detailed information for specific listings.Last updated1MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search secondhand marketplaces (Facebook Marketplace, eBay, Depop, Poshmark) for used items with filters like price, condition, size, and color.Last updated39825MIT
- Alicense-qualityCmaintenanceEnables AI agents to interact with Goofish (闲鱼) marketplace, supporting product search, batch inquiry messaging, and conversation management for buyers.Last updated2MIT
- Alicense-qualityCmaintenanceEnables AI agents to search, compare, buy, and sell products across multiple e-commerce platforms through 13 marketplace tools.Last updated1MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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