japan-market-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., "@japan-market-mcpCompare Rolex Submariner prices in Japanese stores"
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.
Japan Market MCP — Cross-Shop Price Comparison for AI Agents
An MCP server that lets AI agents (Claude, Cursor, VS Code Copilot, ChatGPT) compare used-good prices across leading Japanese shops in a single tool call. Instead of scraping site by site, an agent queries one server and gets inter-store price gaps for the same product — perfect for reseller arbitrage, price monitoring, and market research on the Japanese second-hand market.
How it works
The server wraps 7 market-scraping actors behind one MCP endpoint. Each tool returns price, brand, shop, condition and a link per item, with the shop-pair crossed so you see the price spread at a glance.
Related MCP server: Secondhand MCP
Available tools
Tool | Market | Shop pair |
| Used cameras & lenses | Kitamura + Fujiya Camera |
| Luxury watches | Jackroad + Kitamura used watches |
| Used luxury brands | Komehyo + Jackroad |
| Used instruments | Digimart + Ishibashi U-BOX |
| General used goods | OffMall (Hard Off official, 800+ stores) |
| New price comparison | Kakaku.com (aggregated, thousands of shops) |
| Used cars | goo-net (nationwide, by body type) |
Each tool takes a keyword (e.g. SONY α7, ROLEX, Hermes, Fender) and returns results from the crossed shops. Leaving the keyword empty scans the full category.
Pricing
Pay per event — $0.001 per search + actor start fee. Runs finish in seconds, so a full keyword lookup typically costs well under $0.01.
Connect as an MCP server
Run it from the Apify Store (Run button), then point your MCP client at the endpoint. It stays in standby mode.
MCP client config (Claude Desktop / Cursor / VS Code):
{
"mcpServers": {
"japan-market-mcp": {
"url": "https://fruitful_quintessence--japan-market-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}URL:
<your-username>--japan-market-mcp.apify.actor/mcpAuth: Apify API token in the
Authorization: Bearerheader (Apify Console → Settings → Integrations)
Example agent prompts
"Compare used prices for Sony a7 III between Kitamura and Fujiya"
→ search_camera_market(keyword="SONY α7 III")
"What's the inter-store price gap for a Rolex Submariner?"
→ search_watch_market(keyword="ROLEX Submariner")
"What's the market price for a Hermes Birkin 25?"
→ search_luxury_market(keyword="Hermes Birkin 25")
"What's a used Fender Stratocaster going for?"
→ search_instrument_market(keyword="Fender Stratocaster")Use cases
Reseller arbitrage — spot the same product priced differently across shops
Market research — track used prices for cameras, watches, luxury goods, instruments, cars
Export sourcing — goo-net JDM inventory and goo-net price checks for exporters
Collector price checks — condition-ranked physical used items from OffMall
Data sources
Each actor collects factual data only (product name, price, brand, condition, inventory, URL). No photos or descriptions are harvested.
All target sites allow crawling via their
robots.txt.
Local development
pip install -r requirements.txt
APIFY_TOKEN=apify_api_xxx python -m src.main
# Streamable HTTP endpoint at http://localhost:3000/mcpLicense
MIT
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 Connectors
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
Open, verified shop database for AI agents: products, offers, price comparison, trust and coupons.
Search products in nearby stores. Agents can also list items for sale on a user's behalf.
Search Japanese company credit, financials, subsidies, and procurement via AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search and retrieve listings from Sweden's largest second-hand marketplaces, Blocket and Tradera. Returns unified data including prices, images, seller information, and direct links to listings.8
- AlicenseAqualityCmaintenanceEnables AI assistants to search secondhand marketplaces (Facebook Marketplace, eBay, Depop, Poshmark) for used items with filters like price, condition, size, and color.320861MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search and compare live prices from Finnish marketplaces (Hinta.fi, Tori.fi, Huuto.net) for new and used products like electronics, furniture, and more.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, compare, buy, and sell products across multiple e-commerce platforms through 13 marketplace tools.1MIT
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/japan-market-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server