Skip to main content
Glama

rms-mcp

라쿠텐 RMS API용 MCP 서버 — 매출 대시보드 & 주문 관리

주요 기능

Claude Code(또는 임의의 MCP 클라이언트)에서 라쿠텐 RMS 데이터 검색:

도구

설명

rms_daily_sales

일별 매출 요약(건수, 세금, 쿠폰, 배송비)

rms_product_ranking

상품별 순위(수량, 매출, 평균 단가)

rms_order_detail

주문 번호 지정으로 전체 상세 JSON 조회

rms_cancel_rate

취소율 및 건수

Related MCP server: mcp-estat-japan

설정

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

인증

RMS 관리 화면 → API 설정에서 serviceSecretlicenseKey를 발급받으세요.

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

  • 상품 순위: 이번 달 라쿠텐 TOP 10은?rms_product_ranking(top_n=10)

  • 취소율: 이번 달 취소율은?rms_cancel_rate

  • 주문 상세: 이 주문 상세 정보rms_order_detail(order_numbers=[...])

API 커버리지

  • [x] RakutenPayOrderAPI (searchOrder, getOrder)

  • [x] PurchaseItemAPI (searchOrderItem)

  • [ ] InventoryAPI

  • [ ] ProductAPI

  • [ ] CouponAPI

📖 도입 매뉴얼

자세한 도입 절차는 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