Shopee MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOPEE_HOST | No | Shopee API host (live or test). Default: https://partner.shopeemobile.com | https://partner.shopeemobile.com |
| SHOPEE_SHOP_ID | Yes | Shopee Shop ID obtained from OAuth | |
| SHOPEE_PARTNER_ID | Yes | Shopee Partner ID (App ID) from Open Platform | |
| SHOPEE_PARTNER_KEY | Yes | Shopee Partner Key (Secret Key) from Open Platform | |
| SHOPEE_ACCESS_TOKEN | Yes | Shopee Access Token obtained from OAuth (auto-refreshed) | |
| SHOPEE_REFRESH_TOKEN | Yes | Shopee Refresh Token obtained from OAuth |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_shop_infoA | Lấy thông tin shop (tên, khu vực, loại shop, trạng thái). |
| get_item_listC | Lấy danh sách sản phẩm của shop. |
| get_item_base_infoC | Lấy chi tiết sản phẩm theo item_id. |
| get_categoryB | Lấy cây danh mục — cần trước khi đăng bài để có category_id. |
| get_attributesB | Lấy thuộc tính bắt buộc của category_id — cần khi đăng bài. |
| upload_imageC | Upload ảnh từ URL, trả về image_id để đăng bài. |
| add_itemC | ĐĂNG BÀI sản phẩm mới. Cần category_id (get_category), image_id (upload_image), logistics_channel_ids (get_channel_list), attribute_list (get_attributes). |
| update_itemD | Cập nhật thông tin sản phẩm. |
| update_priceC | Cập nhật giá sản phẩm. |
| update_stockC | Cập nhật tồn kho. |
| unlist_itemC | Ẩn/hiện sản phẩm. |
| get_channel_listA | Lấy danh sách kênh vận chuyển — cần logistics_channel_ids khi đăng bài. |
| get_order_listC | Lấy danh sách đơn hàng theo thời gian và trạng thái. |
| get_order_detailC | Lấy chi tiết đơn hàng theo order_sn. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maz1n0-zzz/shopee-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server