rms-mcp
rms-mcp
MCP-Server für die Rakuten RMS API — Verkaufs-Dashboard & Auftragsverwaltung
Funktionen
Abruf von Rakuten RMS-Daten über Claude Code (oder einen beliebigen MCP-Client):
Tool | Beschreibung |
| Tägliche Verkaufszusammenfassung (Anzahl, Steuern, Gutscheine, Versandkosten) |
| Produktranking (Menge, Umsatz, Durchschnittspreis) |
| Vollständige Details als JSON nach Bestellnummer |
| Stornierungsrate und -anzahl |
Related MCP server: mcp-estat-japan
Einrichtung
git clone https://github.com/yasuhidekoizumi-afk/rms-mcp.git
cd rms-mcp
uv syncAuthentifizierung
Generieren Sie serviceSecret und licenseKey im RMS-Verwaltungsbereich unter API-Einstellungen.
export RMS_SERVICE_SECRET="SP404839_xxxxxxxxxx"
export RMS_LICENSE_KEY="SL404839_xxxxxxxxxx"Funktionsprüfung
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 Konfiguration
.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"
}
}
}
}Kurzübersicht
Tägliche Verkäufe:
Zeig mir den heutigen Rakuten-Umsatz→rms_daily_salesProduktranking:
Was sind die Top 10 bei Rakuten diesen Monat?→rms_product_ranking(top_n=10)Stornierungsrate:
Wie hoch ist die Stornierungsrate diesen Monat?→rms_cancel_rateBestelldetails:
Details zu dieser Bestellung→rms_order_detail(order_numbers=[...])
API-Abdeckung
[x] RakutenPayOrderAPI (searchOrder, getOrder)
[x] PurchaseItemAPI (searchOrderItem)
[ ] InventoryAPI
[ ] ProductAPI
[ ] CouponAPI
📖 Installationshandbuch
Ausführliche Installationsschritte finden Sie in SETUP.md.
Lizenz
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