rms-mcp
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
楽天RMS APIのMCPサーバー — 売上ダッシュボード & 受注管理
できること
Claude Code(または任意のMCPクライアント)から楽天RMSのデータを取得:
ツール | 説明 |
| 日別売上サマリー(件数・税・クーポン・送料) |
| 商品別ランキング(数量・売上・平均単価) |
| 注文番号指定で全詳細JSON |
| キャンセル率・件数 |
セットアップ
git clone https://github.com/yasuhidekoizumi-afk/rms-mcp.git
cd rms-mcp
uv sync認証
RMS管理画面 → API設定 で serviceSecret と licenseKey を発行。
export RMS_SERVICE_SECRET="SP404839_xxxxxxxxxx"
export RMS_LICENSE_KEY="SL404839_xxxxxxxxxx"動作確認
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 設定
.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"
}
}
}
}クイックリファレンス
日別売上:
今日の楽天の売上見せて→rms_daily_sales商品ランキング:
今月の楽天TOP10は?→rms_product_ranking(top_n=10)キャンセル率:
今月のキャンセル率は?→rms_cancel_rate注文詳細:
この注文の詳細→rms_order_detail(order_numbers=[...])
APIカバレッジ
RakutenPayOrderAPI (searchOrder, getOrder)
PurchaseItemAPI (searchOrderItem)
InventoryAPI
ProductAPI
CouponAPI
📖 導入マニュアル
詳しい導入手順は SETUP.md を参照してください。
License
MIT — ORYZAE Inc.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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