sseMITupdated 4mo ago
Creator commerce intelligence for TikTok Shop brands — powered by Return on Creators.
roc mcp server で何ができる?
RoC MCP Server
Creator commerce intelligence for TikTok Shop brands — powered by Return on Creators.
Built on the Model Context Protocol, this server gives AI assistants real benchmark data from 100+ TikTok Shop brands and $20M+ GMV processed.
Tools
| Tool | Description |
|---|---|
roc_get_category_benchmarks |
Median + top-quartile GMV, AOV, creator activation rates, and top content formats by category |
roc_calculate_projected_roc |
Calculate projected Return on Creators multiple with vertical-specific coefficients |
roc_get_creator_profile |
Ideal creator tier, engagement benchmarks, match scoring rubric, and recruitment targets |
roc_get_content_formats |
Highest-converting TikTok content formats ranked by GMV contribution |
roc_get_commission_guidance |
Market-rate commission guidance with tiered structure and sample strategy |
roc_analyze_brand_fit |
Full brand fit analysis — fit score, blockers, expected GMV range |
roc_get_tiktok_shop_readiness |
Readiness score with prioritized action plan for TikTok Shop launch |
roc_get_amplifier_fit |
Creator program gap analysis — constraints, projections, weekly priority actions |
Categories Supported
beauty · cpg · fashion · wellness · home · supplements
Running the Server
HTTP (default)
npm install
npm start
# Server runs at http://localhost:3000/mcp
stdio
TRANSPORT=stdio npm start
Custom port
PORT=8080 npm start
Connecting to Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"roc": {
"command": "node",
"args": ["/absolute/path/to/roc-mcp-server/src/index.js"],
"env": { "TRANSPORT": "stdio" }
}
}
}
Connecting via HTTP
Use any MCP client that supports Streamable HTTP transport:
http://localhost:3000/mcp
Response Envelope
Every tool response includes:
{
"result": { ... },
"confidence": "high",
"dataSource": "RoC platform data — 100+ brands, $20M+ GMV processed",
"dataAsOf": "2026-Q1",
"disclaimer": "Estimates based on RoC platform benchmarks. Actual results vary by brand, execution quality, and market conditions."
}
Data Sources
Benchmarks sourced from:
- RoC platform data (100+ brands, $20M+ GMV)
- syncly.app TikTok Affiliate Playbook 2026
- 360om.agency commission benchmark analysis
- accio.com TikTok Shop US Top Categories 2025
- redstagfulfillment.com AOV data 2025
- marketingltb.com TikTok Shop Stats 2025
Data as of: 2026-Q1
License
MIT
mcp-name: io.github.sugar-co-dev/roc-mcp-server
インストール
roc mcp server をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport sse roc-mcp-server https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcpcodex mcp add roc-mcp-server --url https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp{
"mcpServers": {
"roc-mcp-server": {
"url": "https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"roc-mcp-server": {
"type": "sse",
"url": "https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"roc-mcp-server": {
"url": "https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"roc-mcp-server": {
"serverUrl": "https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 個のツール
roc mcp server は接続したエージェントに 8 個のツールを提供します。
- roc_get_category_benchmarks
- Median + top-quartile GMV, AOV, creator activation rates, and top content formats by category
- roc_calculate_projected_roc
- Calculate projected Return on Creators multiple with vertical-specific coefficients
- roc_get_creator_profile
- Ideal creator tier, engagement benchmarks, match scoring rubric, and recruitment targets
- roc_get_content_formats
- Highest-converting TikTok content formats ranked by GMV contribution
- roc_get_commission_guidance
- Market-rate commission guidance with tiered structure and sample strategy
- roc_analyze_brand_fit
- Full brand fit analysis — fit score, blockers, expected GMV range
- roc_get_tiktok_shop_readiness
- Readiness score with prioritized action plan for TikTok Shop launch
- roc_get_amplifier_fit
- Creator program gap analysis — constraints, projections, weekly priority actions
スコア
62 / 100
良好
- ドキュメント18/25
- メンテナンス13/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 136 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年4月17日 |