Platforms / shopee
shopee toolset
6 tools. Mount this server and your agent gets every shopee endpoint, fully typed.
claude mcp add capzy-shopee --transport http https://mcp.capzy.ai/shopee/mcp \ --header "Authorization: Bearer YOUR_KEY"
Catalog
shopee_category_items
1 credit
not yet verified
Category Items
List products within a category.
| Param | Type | Required | Description |
|---|---|---|---|
category_id |
string | required | Category id. |
market |
string | optional | Marketplace country code, for example sg, my, ph, th, vn, id. Default: sg |
page |
integer | optional | Page number. Default: 1 |
per_page |
integer | optional | Items per page (max 60). |
sort |
string | optional | Sort order for results. |
price_min |
number | optional | Only items priced at or above this amount, in the market currency. |
price_max |
number | optional | Only items priced at or below this amount, in the market currency. |
rating_min |
integer | optional | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
free_shipping |
boolean | optional | Keep only items that ship free. Default: False |
on_sale |
boolean | optional | Keep only items currently discounted. Default: False |
official_shop |
boolean | optional | Keep only items sold by verified official shops. Default: False |
location |
string | optional | Filter to sellers in a given area within the market. |
shopee_product
1 credit
not yet verified
Get Product Detail
Full product detail for one item: pricing, images, specifications, categories, seller and stock, with the review summary bundled in.
| Param | Type | Required | Description |
|---|---|---|---|
shop_id |
string | required | Shop id. |
item_id |
string | required | Item id. |
market |
string | optional | Marketplace country code, for example sg, my, ph, th, vn, id. Default: sg |
shopee_reviews
1 credit
not yet verified
Get Reviews
Paginated product reviews with the rating histogram, review highlights and individual customer reviews.
| Param | Type | Required | Description |
|---|---|---|---|
shop_id |
string | required | Shop id. |
item_id |
string | required | Item id. |
market |
string | optional | Marketplace country code, for example sg, my, ph, th, vn, id. Default: sg |
page |
integer | optional | Review page number. Default: 1 |
per_page |
integer | optional | Reviews per page (max 50). Default: 20 |
rating |
integer | optional | Show only reviews with this exact star rating, 1 to 5. Omit for all. |
with_media |
boolean | optional | Keep only reviews that include photos or video. Default: False |
shopee_search
1 credit
not yet verified
Search Products
Search the Shopee catalog by keyword. Returns organic_results with pricing, ratings, units sold, seller and mall/preferred flags for each item.
| Param | Type | Required | Description |
|---|---|---|---|
keyword |
string | required | Search keyword. |
market |
string | optional | Marketplace country code, for example sg, my, ph, th, vn, id. Default: sg |
page |
integer | optional | Result page number. Default: 1 |
limit |
integer | optional | Items per page (max 60). Default: 60 |
per_page |
integer | optional | Alias for limit. Items per page (max 60). |
sort |
string | optional | Sort order for results. |
price_min |
number | optional | Only items priced at or above this amount, in the market currency. |
price_max |
number | optional | Only items priced at or below this amount, in the market currency. |
rating_min |
integer | optional | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
free_shipping |
boolean | optional | Keep only items that ship free. Default: False |
on_sale |
boolean | optional | Keep only items currently discounted. Default: False |
official_shop |
boolean | optional | Keep only items sold by verified official (Mall) shops. Default: False |
location |
string | optional | Filter to sellers in a given area within the market. |
Reference
shopee_categories
1 credit
Category Tree
Full recursive category tree.
| Param | Type | Required | Description |
|---|---|---|---|
market |
string | optional | Marketplace country code, for example sg, my, ph, th, vn, id. Default: sg |
shopee_markets
1 credit
List Markets
Supported Shopee marketplaces.
No parameters.
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.