tiktok_shop_products_list
ActiveTool of Social Fetch
declared in 0.19.0
List products in a TikTok Shop store by shop id or URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Public TikTok Shop store URL whose products should be listed."
},
"cursor": {
"type": "string",
"maxLength": 8192,
"minLength": 1,
"description": "Pagination cursor from a previous response. Omit to request the first page."
},
"region": {
"enum": [
"US",
"GB",
"DE",
"FR",
"IT",
"ID",
"MY",
"MX",
"PH",
"SG",
"ES",
"TH",
"VN",
"BR",
"JP",
"IE"
],
"type": "string",
"description": "Optional region code for the shop catalog. When omitted, the default catalog region is US."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries