rakuten-mcp
Provides integration with Rakuten Web Service APIs, enabling search across Rakuten Ichiba (products), Rakuten Books, and Rakuten Travel with tools for product search, category browsing, bestseller rankings, hotel availability, and book searches.
rakuten-mcp
MCP server for Rakuten Web Service APIs.
Search Japan's largest e-commerce marketplace, plus Rakuten Books and Rakuten Travel. Seven tools, three services, one install.
Install
npx rakuten-mcpOr install globally:
npm install -g rakuten-mcpSetup
Register at Rakuten Web Service (free)
Create an application to get an Application ID and Access Key
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rakuten": {
"command": "npx",
"args": ["-y", "rakuten-mcp"],
"env": {
"RAKUTEN_APP_ID": "your-app-id",
"RAKUTEN_ACCESS_KEY": "your-access-key"
}
}
}
}Claude Code
claude mcp add rakuten -- npx -y rakuten-mcpThen set your environment variables:
export RAKUTEN_APP_ID="your-app-id"
export RAKUTEN_ACCESS_KEY="your-access-key"Tools
Tool | Description |
| Full-text product search with price filters, sorting, and pagination |
| Bestseller rankings (overall or by category) |
| Browse product category hierarchy |
| Search Rakuten Books by title, author, ISBN |
| Search hotels on Rakuten Travel by keyword |
| Search available hotel rooms with date/price/location filters |
| Read product reviews with rating and date sorting |
Prompts
Prompt | Description |
| Search for products with optional price filters |
| Compare products sorted by reviews or price |
| Get bestseller ranking for a category |
| Read and summarize reviews for a product |
| Find available hotels for specific dates |
| Find hotels within a budget |
| Search for a book by title, author, or ISBN |
| Find all books by an author |
Resources
Resource | URI | Description |
Supported Genres |
| Top-level Rakuten Ichiba product categories |
Example queries
Find wireless earphones under ¥10,000 with good reviews
楽天で1万円以下のワイヤレスイヤホンを探して
What are the top sellers on Rakuten right now?
楽天の今の売れ筋ランキングを見せて
Search for hotels in Kyoto on Rakuten Travel
楽天トラベルで京都のホテルを探して
Find available rooms near Tokyo Station for April 15-17 under ¥15,000
東京駅近くで4月15〜17日、1万5千円以下の空室を探して
Find books by Haruki Murakami on Rakuten Books
村上春樹の本を楽天ブックスで探してLicense
MIT
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/mrslbt/rakuten-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server