rakuten-japan-mcp
Search Rakuten Ichiba products, extracting names, prices, URLs, shop info, reviews, and images via the official Rakuten API.
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., "@rakuten-japan-mcpsearch for wireless headphones under 8000 yen"
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.
Rakuten Japan MCP — 楽天市場商品検索
Search Rakuten Ichiba (楽天市場), Japan's largest e-commerce platform, via the official Rakuten API. Extract product names, prices, URLs, shop info, review counts, ratings, and images. Available as an Apify actor and an MCP server for AI agents.
What This Does
This actor wraps the official Rakuten Ichiba Item Search API and makes it available as:
A traditional Apify actor — run from the Apify Console, API, or schedule
An MCP server — connect AI agents (Claude, Cursor, ChatGPT) to search Rakuten in real-time
Why use this? Rakuten is Japan's largest e-commerce platform with millions of products. This gives you programmatic access to product data without scraping HTML or managing proxies. 100% legal — uses the official API.
Related MCP server: ai-furniture-hub
Output Sample
[
{
"itemName": "ポケモンカード 拡張パック",
"itemPrice": 1800,
"shopName": "カードショップ○○",
"itemUrl": "https://item.rakuten.co.jp/...",
"reviewCount": 45,
"reviewAverage": 4.2,
"mediumImageUrls": [
{ "imageUrl": "https://thumbnail.image.rakuten.co.jp/..." }
],
"shopOfTheYearFlag": false,
"genreId": "112345"
}
]Input
{
"keyword": "ポケモン",
"maxResults": 30,
"genreId": "",
"minPrice": "",
"maxPrice": ""
}Parameters:
keyword(required) — Search term (Japanese supported)maxResults(optional, default: 30, max: 100) — Results per searchgenreId(optional) — Filter by Rakuten genre/category IDminPrice/maxPrice(optional) — Price range filter (JPY)
MCP Usage
Claude Desktop
{
"mcpServers": {
"rakuten-japan": {
"url": "https://fruitful-quintessence--rakuten-japan-mcp.apify.actor/mcp"
}
}
}Claude Code
claude mcp add rakuten-japan \
--transport http \
https://fruitful-quintessence--rakuten-japan-mcp.apify.actor/mcpUse Cases
Price comparison agent — "Find the cheapest Nintendo Switch game on Rakuten"
Product research — "Show me top-rated anime figure shops with reviews"
Inventory monitoring — Schedule daily runs to track price changes
AI shopping assistant — Let AI agents search Rakuten before making purchase recommendations
Pricing
$0.005 per actor start + $0.001 per search + $0.00001 per result item
Typical 30-item search: ~$0.006 total
You only pay for what you use — no monthly subscription
FAQ
Do I need a Rakuten API key? No. The actor uses the creator's API credentials internally. You just search.
Is this legal? Yes. This uses the official Rakuten Web Service API with proper attribution.
Can I use this from an AI agent like Claude? Yes. Connect via MCP endpoint. The server speaks Streamable HTTP at /mcp.
How many results can I get per search? Up to 100 items per query (Rakuten API limit).
Limitations
Results are limited to what the Rakuten Ichiba Item Search API returns
Affiliate links require your own Rakuten affiliate ID
The API has rate limits; excessive queries are throttled
Changelog
v0.1.7 (2026-07-29): Improved README with output samples, MCP usage guide, use cases
v0.1.6 (2026-07-29): PPE pricing configured ($0.005/start + $0.001/search)
v0.1.0 (2026-07-29): Initial release with Rakuten Ichiba search via official API
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
- Flicense-qualityDmaintenanceAn MCP server that enables users to search for products on the Mercari marketplace using keywords, categories, and specific filters like price and condition. It provides comprehensive tools for retrieving item details and browsing search results via standard or SSE protocols.Last updated
- AlicenseAqualityDmaintenanceMCP server for AI agents providing 300 curated Japanese home & lifestyle products across 31 categories. Features mm-precision dimension search, related-item chains (1 product → 3-5 accessories), shelf+storage coordination, and Rakuten/Amazon affiliate links.Last updated15651MIT
- AlicenseAqualityBmaintenanceMCP server for Rakuten APIs. Search products, books, hotels, and rankings across Japan's largest e-commerce platform.Last updated283763MIT
- Alicense-qualityDmaintenanceMCP server to search Mercari Japan listings with query, price range, and exclude keywords.Last updated13MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
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/rakuten-japan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server