Skip to main content
Glama

rms-mcp

MCP server for Rakuten RMS API — Sales Dashboard & Order Management

Capabilities

Retrieve Rakuten RMS data from Claude Code (or any MCP client):

Tool

Description

rms_daily_sales

Daily sales summary (count, tax, coupons, shipping)

rms_product_ranking

Product ranking (quantity, sales, average unit price)

rms_order_detail

Full detail JSON by specifying order number

rms_cancel_rate

Cancel rate and count

Related MCP server: mcp-estat-japan

Setup

git clone https://github.com/yasuhidekoizumi-afk/rms-mcp.git
cd rms-mcp
uv sync

Authentication

Issue serviceSecret and licenseKey from the RMS management screen → API settings.

export RMS_SERVICE_SECRET="SP404839_xxxxxxxxxx"
export RMS_LICENSE_KEY="SL404839_xxxxxxxxxx"

Verification

RMS_SERVICE_SECRET="..." RMS_LICENSE_KEY="..." uv run python -c "
from rms_mcp.order_api import OrderAPI
from rms_mcp.client import RMSClient
c = RMSClient('SP...', 'SL...')
api = OrderAPI(c)
r = api.search_orders('2026-05-01T00:00:00+0900','2026-05-08T23:59:59+0900')
print(len(r.get('orderNumberList',[])), '件')
c.close()
"

Claude Code Configuration

.mcp.json:

{
  "mcpServers": {
    "rms-mcp": {
      "command": "uv",
      "args": ["run", "rms-mcp"],
      "cwd": "/path/to/rms-mcp",
      "env": {
        "RMS_SERVICE_SECRET": "SP404839_xxx",
        "RMS_LICENSE_KEY": "SL404839_xxx"
      }
    }
  }
}

Quick Reference

  • Daily sales: Show me today's Rakuten salesrms_daily_sales

  • Product ranking: What are the top 10 Rakuten items this month?rms_product_ranking(top_n=10)

  • Cancel rate: What is this month's cancel rate?rms_cancel_rate

  • Order details: Details for this orderrms_order_detail(order_numbers=[...])

API Coverage

  • [x] RakutenPayOrderAPI (searchOrder, getOrder)

  • [x] PurchaseItemAPI (searchOrderItem)

  • [ ] InventoryAPI

  • [ ] ProductAPI

  • [ ] CouponAPI

📖 Installation Manual

For detailed installation steps, please refer to SETUP.md.

License

MIT — ORYZAE Inc.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only).

  • Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.

  • Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.

View all MCP Connectors

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/yasuhidekoizumi-afk/rms-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server