rakuten-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAKUTEN_APP_ID | Yes | Your Rakuten Web Service Application ID | |
| RAKUTEN_ACCESS_KEY | Yes | Your Rakuten Web Service Access Key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsC | Search for products on Rakuten Ichiba (Japan's largest e-commerce marketplace) |
| get_genre_rankingB | Get the Rakuten Ichiba ranking (bestsellers), overall or by genre |
| search_genresC | Browse Rakuten Ichiba product categories/genres |
| search_booksA | Search for books on Rakuten Books by title, author, or ISBN. For general keyword searches across all book categories, use keyword (routes to BooksTotal). |
| search_travelA | Search for hotels on Rakuten Travel by keyword. For availability/date/price search, use search_travel_vacancy instead. |
| search_travel_vacancyB | Search for available hotel rooms on Rakuten Travel by location, date, and price. Requires coordinates (lat/lng) or a hotel number for location. |
| get_product_reviewsC | Get reviews for a specific Rakuten product |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search_products | Search for products on Rakuten Ichiba with optional price filters |
| compare_products | Compare products on Rakuten by searching and sorting by reviews or price |
| category_bestsellers | Get the current bestseller ranking for a Rakuten product category |
| product_reviews | Read reviews for a specific Rakuten product |
| find_hotel | Find available hotels on Rakuten Travel for specific dates |
| budget_hotel | Find cheap hotels on Rakuten Travel within a budget |
| find_book | Search for a book on Rakuten Books |
| books_by_author | Find all books by a specific author on Rakuten Books |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| supported-genres | Top-level Rakuten Ichiba product categories |
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