TikTok / Social Commerce
TikTok Live Detail MCP Tool
TikTok Live Detail. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.
MCP tool name
nexscope_chuhaijiang_tiktok_live_detailLegacy 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-detail-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_live_detail",
"arguments": {
"country": "us",
"include": "core",
"id": "7643101948819835678"
}
}
}Legacy endpoint
POST /api/skill-api/v1/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-live-detailArguments
| 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 |
include | string | optional | Comma-separated expansions: core. Request only needed expansions. Example: core |
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 identity: id. |
data.data.items[].title | string | optional | Livestream identity: title. |
data.data.items[].room_link | string | optional | Livestream identity: room link. |
data.data.items[].user_id | string | optional | Livestream identity: user id. |
data.data.items[].user_nickname | string | optional | Livestream identity: user nickname. |
data.data.items[].country_code | string | optional | Livestream identity: country code. |
data.data.items[].most_product_category_label | string | optional | Livestream identity: most product category label. |
data.data.items[].start_time | integer | optional | Unix timestamp in milliseconds: start time. |
data.data.items[].end_time | integer | optional | Unix timestamp in milliseconds: end time. |
data.data.items[].cover | object | optional | Image object with url and thumb_url: cover. |
data.data.items[].user_avatar | object | optional | Host avatar with url and thumb_url: user avatar. |
data.data.items[].user_follower_count | integer | optional | Host historical count: user follower count. |
data.data.items[].user_live_count | integer | optional | Host historical count: user live count. |
data.data.items[].user_avg_audience_count | number | optional | Host historical average audience: user avg audience count. |
data.data.items[].user_avg_max_audience_count | number | optional | Host historical average audience: user avg max audience count. |
data.data.core | object | optional | Core value used by this API operation. |
data.data.core.items | array | optional | Items value used by this API operation. |
data.data.core.items[] | object | required | Item in data data core items. |
data.data.core.items[].id | string | optional | Core livestream identifier: id. |
data.data.core.items[].core_room_id | string | optional | Core livestream identifier: core room id. |
data.data.core.items[].core_country_code | string | optional | Core livestream identifier: core country code. |
data.data.core.items[].core_gmv | object | optional | Monetary metric with original unit and value: core gmv. |
data.data.core.items[].core_gpm | object | optional | Monetary metric with original unit and value: core gpm. |
data.data.core.items[].core_avg_price | object | optional | Monetary metric with original unit and value: core avg price. |
data.data.core.items[].core_product_count | integer | optional | Core livestream performance count: core product count. |
data.data.core.items[].core_sold_product_id_count | integer | optional | Core livestream performance count: core sold product id count. |
data.data.core.items[].core_total_sold_count | integer | optional | Core livestream performance count: core total sold count. |
data.data.core.items[].core_total_user | integer | optional | Core livestream performance count: core total user. |
data.data.core.items[].core_max_user_count | integer | optional | Core livestream performance count: core max user count. |
data.data.core.items[].core_new_follow_count | integer | optional | Core livestream performance count: core new follow count. |
data.data.core.items[].core_avg_online_viewer | number | optional | Average online audience: core avg online viewer. |
data.data.core.items[].core_follower_conversion_rate | number | optional | Decimal follower conversion ratio: core follower conversion rate. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"country": "us",
"include": "core",
"id": "7643101948819835678"
}Example structuredContent
{
"data": {
"data": {
"items": []
}
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}