rms-mcp
The rms-mcp server provides 26 tools for AI agents to manage Rakuten Ichiba operations via the Rakuten RMS API, covering:
Sales & Analysis: Daily sales summaries, product rankings by revenue, and cancellation rates.
Order Management: View order details, list unconfirmed/pending orders, confirm orders, update shipping info, sub-statuses, memos, and cancel orders.
Product Management: Search and list products, create/update products, and change prices.
Inventory Management: Get and update inventory for specific products and variants.
Coupons: Search issued coupons and issue new ones.
Inquiries: View counts, lists, details, and send replies to customer inquiries.
Browser Automation: Post review replies, set RPP ad budgets, check event calendars, and generate R-Mail (newsletter) drafts.
Authentication uses RMS API credentials (service secret and license key), and the server supports both stdio (local) and HTTP (remote) connection modes.
Provides tools for accessing Rakuten RMS data including daily sales summaries, product rankings, order details, and cancel rates.
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., "@rms-mcpshow me today's Rakuten sales summary"
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.
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 |
| Daily sales summary (count, tax, coupons, shipping) |
| Product ranking (quantity, sales, average unit price) |
| Full detail JSON by specifying order number |
| 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 syncAuthentication
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 sales→rms_daily_salesProduct 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_rateOrder details:
Details for this order→rms_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.
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
- AlicenseAqualityDmaintenanceEnables access to SORACOM IoT platform data including Harvest sensor data, file storage, SoraCam camera footage/events, and SIM statistics through authenticated API calls.5MIT
- Alicense-qualityCmaintenanceEnables querying Japanese government statistics from e-Stat, including metadata, data observations, and catalog browsing.10MIT
- Alicense-qualityBmaintenanceEnables querying and managing daily store sales data stored in CSV files, including listing available dates, retrieving raw sales data, computing daily and per-item statistics, and saving new daily sales data.MIT
- Alicense-qualityDmaintenanceEnables Shopify store owners to get actionable business insights such as sales comparisons, inventory alerts, and recommendations, transforming raw data into meaningful decisions.11MIT
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.
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/yasuhidekoizumi-afk/rms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server