@aisar-labs/shopee-mcp
v0.1.2
Published
MCP server for Shopee — e-commerce marketplace across Southeast Asia
Maintainers
Readme
Shopee MCP Server
E-commerce marketplace across Southeast Asia
Install
npx @aisar-labs/shopee-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| SHOPEE_PARTNER_ID | Yes | Shopee Partner ID |
| SHOPEE_PARTNER_KEY | Yes | Shopee Partner Key |
| SHOPEE_SHOP_ID | Yes | Shopee Shop ID |
| SHOPEE_SANDBOX | No | Enable sandbox mode |
Tools
| Tool | Description |
|------|-------------|
| list_products | List shop products |
| get_product_detail | Get product details |
| update_stock | Update product stock |
| update_price | Update product price |
| list_orders | List orders |
| get_order_detail | Get order details |
| ship_order | Ship an order |
| get_tracking_number | Get tracking number |
| get_shop_info | Get shop info |
| get_shop_performance | Get shop metrics |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"shopee": {
"command": "npx",
"args": ["-y", "@aisar-labs/shopee-mcp"],
"env": {
"SHOPEE_PARTNER_ID": "your-partner-id",
"SHOPEE_PARTNER_KEY": "your-partner-key",
"SHOPEE_SHOP_ID": "your-shop-id"
}
}
}
}License
MIT
