# Mandarake & Suruga-ya MCP Server (`fruitful_quintessence/mandarake-surugaya-mcp`) Actor

MCP server connecting AI agents to Mandarake auction and Suruga-ya price data. Search Japanese collectibles market in real-time from Claude, ChatGPT, Cursor. Tools: search\_mandarake\_auction, search\_surugaya, compare\_prices. Pay per tool call.

- **URL**: https://apify.com/fruitful\_quintessence/mandarake-surugaya-mcp.md
- **Developed by:** [atushi ino](https://apify.com/fruitful_quintessence) (community)
- **Categories:** MCP servers, Developer tools, E-commerce
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 mandarake-searches

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Mandarake & Suruga-ya MCP Server

An MCP server that gives AI agents real-time access to Mandarake auction and Suruga-ya price data for Japanese collectibles. Connect from Claude Desktop, Claude Code, ChatGPT, Cursor, or any MCP client.

まんだらけオークションと駿河屋の中古ホビー価格をAIエージェントからリアルタイム検索できるMCPサーバー。

[![Apify Store](https://img.shields.io/badge/Apify-Store-blue)](https://apify.com/fruitful_quintessence/mandarake-surugaya-mcp)
[![MIT License](https://img.shields.io/badge/License-MIT-green)](LICENSE)

***

### Tools

| Tool | Description | Price |
|------|-------------|-------|
| `search_mandarake_auction` | Search Mandarake auction listings by keyword | $0.001/call |
| `search_surugaya` | Search Suruga-ya product prices by keyword | $0.001/call |
| `search_rakuten` | Search Rakuten Ichiba products via official API | $0.001/call |
| `compare_prices` | Cross-reference prices across Suruga-ya, Mandarake, and Rakuten | $0.001/call |
| `get_actor_info` | List available tools and usage info | Free |

### Quick Start

#### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "mandarake-surugaya": {
      "url": "https://fruitful-quintessence--mandarake-surugaya-mcp.apify.actor/mcp"
    }
  }
}
```

#### Claude Code

```bash
claude mcp add mandarake-surugaya \
  --transport http \
  https://fruitful-quintessence--mandarake-surugaya-mcp.apify.actor/mcp
```

#### Any MCP Client (Streamable HTTP)

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

### Output Sample

```
Tool: search_mandarake_auction("フィギュア")

Results:
1. ドラゴンボール フィギュア | ¥3,000 | 5 bids | 12 watchers | まんだらけ 中野店
2. ワンピース フィギュア | ¥2,500 | 3 bids | 8 watchers | まんだらけ 渋谷店

Tool: search_surugaya("フィギュア ドラゴンボール")

Results:
1. ドラゴンボールZ フィギュア | Used: ¥3,500 | List: ¥5,000 | In stock
2. ドラゴンボール フィギュア | Used: ¥1,200 | List: ¥2,000 | In stock

Tool: compare_prices("フィギュア ドラゴンボール")

Results:
| # | 商品名 | 駿河屋 | まんだらけ | 楽天 | 最安 |
| 1 | ドラゴンボールZ フィギュア... | ¥3,500 | ¥3,000 | ¥3,800 | 🟢まんだらけ |
| 2 | ドラゴンボール フィギュア... | ¥1,200 | ¥2,500 | ¥1,500 | 🟢駿河屋 |
```

### Use Cases

- **AI price research agent** — Ask "What's the cheapest ポケモン card across Mandarake, Suruga-ya, and Rakuten right now?"
- **Resale opportunity detection** — "Find items where one marketplace is 30% cheaper than the others"
- **Collectibles portfolio tracking** — "Check current prices for my collection across all three marketplaces"
- **Best price finder** — Search all three platforms with one command and see a unified comparison table
- **Automated alerts** — Schedule regular runs and send results to Slack/Discord via Apify webhooks

### Integrations

This server runs on Apify. All underlying actors support **Apify MCP Connectors** (Slack, Notion, Supabase, GitHub) — connect directly from the actor's run screen.

### Pricing

- **$0.001 per tool call** (search\_mandarake\_auction, search\_surugaya, compare\_prices)
- **$0.001 per actor start** (one fee per session)
- **$0.00001 per result item** (dataset storage fee)
- Typical single query: **$0.001–$0.002** total

### FAQ

**What MCP transport is supported?** Streamable HTTP (`/mcp`) and SSE (`/sse`).

**Is this free to try?** Yes — Apify provides free platform credits for new users. A few test queries cost pennies.

**Can I use both tools in one conversation?** Yes. The server exposes all tools simultaneously; your AI agent picks the right one.

**Do I need an API key?** No. Just point your MCP client at the endpoint URL.

### Changelog

- v0.1.8 (2026-07-29): Reduced pricing — $0.001 per tool call. Updated README.
- v0.1.7 (2026-07-29): PPE pricing configured
- v0.1.0 (2026-07-27): Initial release with Mandarake and Suruga-ya search tools

# Actor input Schema

## Actor input object example

```json
{}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("fruitful_quintessence/mandarake-surugaya-mcp").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("fruitful_quintessence/mandarake-surugaya-mcp").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call fruitful_quintessence/mandarake-surugaya-mcp --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=fruitful_quintessence/mandarake-surugaya-mcp",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/xUYsD13SVHHRFQS1H/builds/G0k0G65UHpTdfE2KJ/openapi.json
