Nexscope

TikTok / Social Commerce

TikTok Video Analytics MCP Tool

Search TikTok e-commerce trending promotional video leaderboards via Kalodata and query detailed data for specific videos. Supports viewing high-ranking/high-view/hot-selling promotional videos by region, currency, language, and date range, and using videoId to retrieve views, likes, comments, shares, revenue, GPM, and advertising metrics.

MCP tool name
nexscope_tiktok_video_analytics
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If 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": "tiktok-video-analytics-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_tiktok_video_analytics",
    "arguments": {
      "region": "US",
      "pageNumber": 1,
      "pageSize": 10,
      "dateRange": "last30Day",
      "sortField": {},
      "videoId": "6768504823336815877"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/tiktok-video-analytics

Arguments

NameTypeRequiredMeaning
regionstringoptional
Region/market code, e.g., US
Example: US
dateRangestringoptional
Time range, e.g., last7Day, last30Day
Example: last30Day
pageNumberintegeroptional
Page number, value range 1-5
Example: 1
pageSizeintegeroptional
Items per page, value range 5-100
Example: 10
languagestringoptional
Return language, e.g., zh-CN, en-US
Example: {}
currencystringoptional
Currency unit, e.g., USD
Example: {}
sortFieldobjectoptional
Sort criteria; omitted to use default rank order
Example: {}
category_idstringoptional
Category ID filter
Example: {}
shop_idstringoptional
Shop ID filter
Example: {}
creator_idstringoptional
Creator ID filter
Example: {}
product_idstringoptional
Product ID filter
Example: {}
revenue_rangestringoptional
GMV range; response field revenue is total GMV
Example: {}
followers_rangestringoptional
Creator follower range filter
Example: {}
ads_roasnumberoptional
Advertising ROAS filter
Example: {}
videoIdstringoptional
TikTok video ID, e.g., 7659161409279806734, obtainable from the video_id in the video rank response
Example: 6768504823336815877

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.dataarrayoptional
Rank or detail data
Example: []
data.costTokenintegeroptional
Tokens consumed for this call, typically 14000
Example: 1
data.data[].video_idstringoptional
Video ID, string format to avoid large integer precision loss
Example: example-id
data.data[].video_titlestringoptional
Video title / caption
Example: null
data.data[].viewsintegeroptional
View count
Example: 1
data.data[].digg_countintegeroptional
Like count
Example: 1
data.data[].comment_countintegeroptional
Comment count
Example: 1
data.data[].share_countintegeroptional
Share count
Example: 1
data.data[].revenuenumberoptional
Total revenue / GMV, returned in the requested currency
Example: 1
data.data[].revenue_growth_ratenumberoptional
Revenue growth rate (%), can be positive or negative
Example: 1
data.data[].adintegeroptional
Whether ad/promotional video flag (1=yes)
Example: 1
data.data[].ad_view_rationumberoptional
Ad view share (%)
Example: 1
data.data[].ad_revenue_rationumberoptional
Ad revenue share (%)
Example: 1
data.data[].ads_roasnumberoptional
Ad ROAS
Example: 1
data.data[].belonged_creator_idstringoptional
Belonged creator ID
Example: example-id
data.data[].belonged_creator_handlestringoptional
Belonged creator username
Example: null
data.data[].creator_debutstringoptional
Creator debut date (YYYY-MM-DD)
Example: null
data.data[].video_regionstringoptional
Video region, may be empty string
Example: null
data.data[].sales_volumnintegeroptional
Sales volume, field spelled as volumn
Example: 1
data.data[].video_gpmnumberoptional
Video GPM (GMV per thousand views)
Example: 1
data.data[].ads_viewsintegeroptional
Ad view count
Example: 1
data.data[].ad_cpanumberoptional
Ad CPA
Example: 1
data.data[].ads_periodintegeroptional
Ad running period (days)
Example: 1
data.data[].durationnumberoptional
Video duration (seconds)
Example: 1
data.data[].product_numberintegeroptional
Associated product count in the video
Example: 1
data.typestringoptional
Provider-specific render or payload type.
Example: null
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.costTimeintegeroptional
Execution time reported by the upstream provider.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "region": "US",
  "pageNumber": 1,
  "pageSize": 10,
  "dateRange": "last30Day",
  "sortField": {},
  "videoId": "6768504823336815877"
}

Example structuredContent

{
  "data": {
    "data": [
      {
        "video_id": "example-id",
        "views": 1,
        "digg_count": 1,
        "comment_count": 1,
        "share_count": 1,
        "revenue": 1,
        "revenue_growth_rate": 1,
        "ad": 1,
        "ad_view_ratio": 1,
        "ad_revenue_ratio": 1,
        "ads_roas": 1,
        "belonged_creator_id": "example-id",
        "sales_volumn": 1,
        "video_gpm": 1,
        "ads_views": 1,
        "ad_cpa": 1,
        "ads_period": 1,
        "duration": 1,
        "product_number": 1
      }
    ],
    "costToken": 1
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}