TikTok / Social Commerce
TikTok Live Related Products MCP Tool
TikTok Live Related Products. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.
MCP tool name
nexscope_chuhaijiang_tiktok_live_related_productsLegacy MCP endpoint
/api/skill-api/v1/mcpJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk-xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "chuhaijiang-tiktok-live-related-products-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_live_related_products",
"arguments": {
"id": "7643101948819835678",
"country": "us",
"page": 1,
"pageSize": 3
}
}
}Legacy endpoint
POST /api/skill-api/v1/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-live-related-productsArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase request market. Returned country_code may differ; preserve both. Example: us |
id | string | required | Livestream ID returned by its search operation. Keep identifiers as strings to avoid precision loss. Example: 7643101948819835678 |
page | integer | optional | Page number, starting at 1. No automatic pagination. Example: 1 |
pageSize | integer | optional | Items per page, from 1 to 10. Omission preserves the upstream default. Example: 3 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.request_id | string | optional | Request id value used by this API operation. |
data.data | object | optional | Data value used by this API operation. |
data.data.items | array | optional | Items value used by this API operation. |
data.data.items[] | object | required | Item in data data items. |
data.data.items[].id | string | optional | Livestream product identity: id. |
data.data.items[].tiktok_live_detail_product_id | string | optional | Livestream product identity: tiktok live detail product id. |
data.data.items[].tiktok_live_detail_product_title | string | optional | Livestream product identity: tiktok live detail product title. |
data.data.items[].tiktok_live_detail_product_country_code | string | optional | Livestream product identity: tiktok live detail product country code. |
data.data.items[].tiktok_live_detail_product_seller_id | string | optional | Livestream product identity: tiktok live detail product seller id. |
data.data.items[].tiktok_live_detail_product_seller_name | string | optional | Livestream product identity: tiktok live detail product seller name. |
data.data.items[].tiktok_live_detail_product_floor_price | object | optional | Monetary metric with original unit and value: tiktok live detail product floor price. |
data.data.items[].tiktok_live_detail_product_ceiling_price | object | optional | Monetary metric with original unit and value: tiktok live detail product ceiling price. |
data.data.items[].tiktok_live_detail_product_gmv | object | optional | Monetary metric with original unit and value: tiktok live detail product gmv. |
data.data.items[].tiktok_live_detail_product_images | object | optional | Image with url and thumb_url: tiktok live detail product images. |
data.data.items[].tiktok_live_detail_product_seller_avatar | object | optional | Image with url and thumb_url: tiktok live detail product seller avatar. |
data.data.items[].tiktok_live_detail_product_sold_count | integer | optional | Livestream attributed sold units: tiktok live detail product sold count. |
data.data.items[].tiktok_live_detail_product_commission_rate_num | number | optional | Decimal ratio, which may be absent: tiktok live detail product commission rate num. |
data.data.items[].tiktok_live_detail_product_conversion_rate | number | optional | Decimal ratio, which may be absent: tiktok live detail product conversion rate. |
data.data.items[].tiktok_live_detail_product_l3_category | any | optional | Provider tiktok live detail product l3 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].tiktok_live_detail_product_seller_info | any | optional | Provider tiktok live detail product seller info. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].tiktok_live_detail_product_l2_category | any | optional | Provider tiktok live detail product l2 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].tiktok_live_detail_product_seller_category_name_label | any | optional | Provider tiktok live detail product seller category name label. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].tiktok_live_detail_product_l1_category | any | optional | Provider tiktok live detail product l1 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.total_count | integer | optional | Total count value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"id": "7643101948819835678",
"country": "us",
"page": 1,
"pageSize": 3
}Example structuredContent
{
"data": {
"data": {
"items": [],
"total_count": 0
}
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}