tiktok_shop_products_search
ActiveTool of Social Fetch
declared in 0.19.0
Search products in TikTok Shop by keyword.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"page": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "1-based results page number. Omit to request the first page. Pagination is page-based."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text for TikTok Shop products."
},
"region": {
"enum": [
"US",
"GB",
"DE",
"FR",
"IT",
"ID",
"MY",
"MX",
"PH",
"SG",
"ES",
"TH",
"VN",
"BR",
"JP",
"IE"
],
"type": "string",
"description": "Optional country or region code for the product search catalog."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries