62
/ 100
6 days ago
glama

sellabot-mcp

An MCP server that exposes marketplace seller operations (Shopee first) as tools Claude can call, enabling automation of product, pricing, inventory, customer service, and other seller tasks.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: SHOPEE_PARTNER_KEY, TOKEN_ENCRYPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUDIT_LOG_PATH
configAUTO_CONFIRM_TIER
configBULK_CONFIRM_THRESHOLD
configLOG_LEVEL
configMAX_RETRIES
configOAUTH_CALLBACK_PORT
configREAD_ONLYSet =true to expose only the get_ tools — safe for testing against a live shop.
configREQUEST_TIMEOUT_MS
configSHOPEE_DEBUG_SIGN
configSHOPEE_ENV"env": { "SHOPEE_PARTNER_ID": "…", "SHOPEE_PARTNER_KEY": "…", "SHOPEE_REGION": "MY", "": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }
configSHOPEE_PARTNER_IDcp .env.example .env # fill in /KEY and a TOKEN_ENCRYPTION_KEY
🔐 secretSHOPEE_PARTNER_KEY"env": { "SHOPEE_PARTNER_ID": "…", "": "…", "SHOPEE_REGION": "MY", "SHOPEE_ENV": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }
configSHOPEE_REDIRECT_URL
configSHOPEE_REGION"env": { "SHOPEE_PARTNER_ID": "…", "SHOPEE_PARTNER_KEY": "…", "": "MY", "SHOPEE_ENV": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }
configSHOPEE_SHOP_IDnpm run authorize prints an authorization URL; approve it in the browser, and the local callback captures the code, exchanges it for tokens (stored encrypted), and prints the to add to .env.
configTOKEN_DB_PATH
🔐 secretTOKEN_ENCRYPTION_KEYcp .env.example .env # fill in SHOPEE_PARTNER_ID/KEY and a
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/rextonwong-sellabot-mcp-1476g5)](https://m8ven.ai/mcp/rextonwong-sellabot-mcp-1476g5)
commit: 98e12846025a2bdcaf685a85147f307218052a79
code hash: 289392a92f9bac792e1ca5e8b5553cd1a63fbf249ec5475e2913bd9192a9a40e
verified: 6/17/2026, 11:27:15 AM
view raw JSON →
sellabot-mcp · M8ven Trust Score | M8ven