1. Conduid
  2. Social
  3. io.github.sugar-co-dev/roc-mcp-server
MCP server · Social

io.github.sugar-co-dev/roc-mcp-server

Creator commerce intelligence for TikTok Shop brands — benchmarks, ROC calculator, and brand fit.

Unclaimed social
34Low

Scored 4 months ago · breakdown

About io.github.sugar-co-dev/roc-mcp-server

io.github.sugar-co-dev/roc-mcp-server is an MCP server in the Social category: creator commerce intelligence for TikTok Shop brands — benchmarks, ROC calculator, and brand fit. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/sugar-co-dev/roc-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.sugar-co-dev/roc-mcp-server

Powered by Claude · Grounded in docs

I know everything about io.github.sugar-co-dev/roc-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.sugar-co-dev/roc-mcp-server

How do I install io.github.sugar-co-dev/roc-mcp-server?

Run git clone https://github.com/sugar-co-dev/roc-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.sugar-co-dev/roc-mcp-server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.sugar-co-dev/roc-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.