Skip to main content
Glama
Maz1n0-zzz

Shopee MCP Server

by Maz1n0-zzz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOPEE_HOSTNoShopee API host (live or test). Default: https://partner.shopeemobile.comhttps://partner.shopeemobile.com
SHOPEE_SHOP_IDYesShopee Shop ID obtained from OAuth
SHOPEE_PARTNER_IDYesShopee Partner ID (App ID) from Open Platform
SHOPEE_PARTNER_KEYYesShopee Partner Key (Secret Key) from Open Platform
SHOPEE_ACCESS_TOKENYesShopee Access Token obtained from OAuth (auto-refreshed)
SHOPEE_REFRESH_TOKENYesShopee Refresh Token obtained from OAuth

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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