rakuten-mcp

Rakuten API integration for product search, hotel and travel booking, and recipe lookup across Japan's largest e-commerce platform.

rakuten-mcp

rakuten-mcp MCP server

Model Context Protocol server for the Rakuten Web Service API. Covers Rakuten Ichiba (marketplace), Rakuten Books, and Rakuten Travel.

Install

npm install -g rakuten-mcp

Or run on demand with npx rakuten-mcp.

Configuration

  1. Register at Rakuten Web Service.
  2. Create an application to get an Application ID and Access Key.
VariableRequiredDescription
RAKUTEN_APP_IDyesApplication ID
RAKUTEN_ACCESS_KEYyesAccess Key

Claude Desktop

Edit 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 -e RAKUTEN_APP_ID=... -e RAKUTEN_ACCESS_KEY=... -- npx -y rakuten-mcp

Cursor

Add to ~/.cursor/mcp.json with the same shape as Claude Desktop.

Tools

ToolDescription
search_productsFull-text product search with price filters, sorting, and pagination.
get_genre_rankingBestseller rankings, overall or by category.
search_genresBrowse the product category hierarchy.
search_booksSearch Rakuten Books by title, author, or ISBN.
search_travelSearch hotels on Rakuten Travel by keyword.
search_travel_vacancySearch available rooms with date, price, and location filters.
get_product_reviewsRead product reviews with rating and date sorting.

Prompts

PromptDescription
search_productsSearch for products with optional price filters.
compare_productsCompare products sorted by reviews or price.
category_bestsellersBestseller ranking for a category.
product_reviewsSummarize reviews for a product.
find_hotelFind hotels available on specific dates.
budget_hotelFind hotels within a budget.
find_bookSearch for a book by title, author, or ISBN.
books_by_authorFind all books by an author.

Resources

ResourceURIDescription
Supported Genresrakuten://genresTop-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.
村上春樹の本を楽天ブックスで探して。

Disclaimer

This is an unofficial MCP server. Not affiliated with or endorsed by Rakuten Group, Inc.

License

MIT

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension