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.
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.
process.env. You'll be asked to provide them before it can run.AUDIT_LOG_PATHAUTO_CONFIRM_TIERBULK_CONFIRM_THRESHOLDLOG_LEVELMAX_RETRIESOAUTH_CALLBACK_PORTREAD_ONLY— Set =true to expose only the get_ tools — safe for testing against a live shop.REQUEST_TIMEOUT_MSSHOPEE_DEBUG_SIGNSHOPEE_ENV— "env": { "SHOPEE_PARTNER_ID": "…", "SHOPEE_PARTNER_KEY": "…", "SHOPEE_REGION": "MY", "": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }SHOPEE_PARTNER_ID— cp .env.example .env # fill in /KEY and a TOKEN_ENCRYPTION_KEYSHOPEE_PARTNER_KEY— "env": { "SHOPEE_PARTNER_ID": "…", "": "…", "SHOPEE_REGION": "MY", "SHOPEE_ENV": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }SHOPEE_REDIRECT_URLSHOPEE_REGION— "env": { "SHOPEE_PARTNER_ID": "…", "SHOPEE_PARTNER_KEY": "…", "": "MY", "SHOPEE_ENV": "production", "SHOPEE_SHOP_ID": "…", "TOKEN_ENCRYPTION_KEY": "…" }SHOPEE_SHOP_ID— npm 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.TOKEN_DB_PATHTOKEN_ENCRYPTION_KEY— cp .env.example .env # fill in SHOPEE_PARTNER_ID/KEY and a[](https://m8ven.ai/mcp/rextonwong-sellabot-mcp-1476g5)