Nexscope

TikTok / Social Commerce

TikTok Creator Analytics MCP Tool

Search TikTok e-commerce creator leaderboards via Kalodata and query detailed profiles for specific creators. Supports viewing top-performing influencer-sellers by region, currency, language, and date range, and using creatorId to retrieve follower count, video/live revenue and GPM, contact information, and associated shops.

MCP tool name
nexscope_tiktok_creator_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-creator-analytics-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_tiktok_creator_analytics",
    "arguments": {
      "region": "US",
      "pageNumber": 1,
      "pageSize": 10,
      "dateRange": "last30Day",
      "sortField": {},
      "creatorId": "68616495085350913"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/tiktok-creator-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; pass an empty object {} for default rank order when not sorting
Example: {}
category_idsarrayoptional
Category ID list filter
Example: []
shop_idstringoptional
Shop ID filter
Example: {}
revenue_rangestringoptional
Revenue / GMV range filter
Example: {}
creator_typestringoptional
Creator type filter
Example: {}
followers_rangestringoptional
Follower range filter
Example: {}
engagement_ratestringoptional
Engagement-rate filter
Example: {}
creatorIdstringoptional
Creator unique ID, e.g., 7153432386608251946, obtainable from the creator_id in the creator rank response
Example: 68616495085350913

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[].creator_nicknamestringoptional
Creator nickname
Example: null
data.data[].creator_handlestringoptional
TikTok profile name, e.g., @based
Example: null
data.data[].creator_idstringoptional
Creator unique ID, string format to avoid large integer precision loss
Example: example-id
data.data[].creator_followersstringoptional
Follower count, returned as string
Example: null
data.data[].content_viewsstringoptional
Total content views, returned as string
Example: null
data.data[].sales_volumnintegeroptional
Sales volume, field spelled as volumn
Example: 1
data.data[].revenuenumberoptional
Total revenue / GMV, returned in the requested currency
Example: 1
data.data[].video_revenuenumberoptional
Short video sales revenue
Example: 1
data.data[].live_revenuenumberoptional
Livestream sales revenue
Example: 1
data.data[].revenue_growth_ratenumberoptional
Revenue growth rate (%), can be positive or negative
Example: 1
data.data[].creator_regionstringoptional
Creator region
Example: null
data.data[].creator_statusstringoptional
Creator status
Example: null
data.data[].creator_biostringoptional
Creator bio
Example: null
data.data[].creator_belonged_shop_idstringoptional
Belonged shop ID
Example: example-id
data.data[].new_followersintegeroptional
New followers within the dateRange window
Example: 1
data.data[].unit_pricenumberoptional
Unit price
Example: 1
data.data[].video_numberintegeroptional
Video count within the window
Example: 1
data.data[].video_viewsintegeroptional
Total video views
Example: 1
data.data[].video_gpmnumberoptional
Video GPM
Example: 1
data.data[].live_numberintegeroptional
Livestream count within the window
Example: 1
data.data[].live_viewsintegeroptional
Total livestream views
Example: 1
data.data[].live_gpmnumberoptional
Livestream GPM
Example: 1
data.data[].product_numberintegeroptional
Associated product count
Example: 1
data.data[].shop_numberintegeroptional
Associated shop count
Example: 1
data.data[].creator_contact_emailstringoptional
Contact email
Example: null
data.data[].creator_contact_insstringoptional
Instagram contact
Example: null
data.data[].creator_contact_whatsappstringoptional
WhatsApp contact
Example: null
data.data[].creator_contact_facebookstringoptional
Facebook contact
Example: null
data.data[].creator_contact_tiktokstringoptional
TikTok contact
Example: null
data.data[].creator_contact_zalostringoptional
Zalo contact
Example: null
data.data[].creator_contact_linestringoptional
Line contact
Example: null
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": {},
  "creatorId": "68616495085350913"
}

Example structuredContent

{
  "data": {
    "data": [
      {
        "creator_id": "example-id",
        "sales_volumn": 1,
        "revenue": 1,
        "video_revenue": 1,
        "live_revenue": 1,
        "revenue_growth_rate": 1,
        "creator_belonged_shop_id": "example-id",
        "new_followers": 1,
        "unit_price": 1,
        "video_number": 1,
        "video_views": 1,
        "video_gpm": 1,
        "live_number": 1,
        "live_views": 1,
        "live_gpm": 1,
        "product_number": 1,
        "shop_number": 1
      }
    ],
    "costToken": 1
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}