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_analyticsLegacy 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": "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/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/tiktok-creator-analyticsArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
region | string | optional | Region/market code, e.g., US Example: US |
dateRange | string | optional | Time range, e.g., last7Day, last30Day Example: last30Day |
pageNumber | integer | optional | Page number, value range 1-5 Example: 1 |
pageSize | integer | optional | Items per page, value range 5-100 Example: 10 |
language | string | optional | Return language, e.g., zh-CN, en-US Example: {} |
currency | string | optional | Currency unit, e.g., USD Example: {} |
sortField | object | optional | Sort criteria; pass an empty object {} for default rank order when not sorting Example: {} |
category_ids | array | optional | Category ID list filter Example: [] |
shop_id | string | optional | Shop ID filter Example: {} |
revenue_range | string | optional | Revenue / GMV range filter Example: {} |
creator_type | string | optional | Creator type filter Example: {} |
followers_range | string | optional | Follower range filter Example: {} |
engagement_rate | string | optional | Engagement-rate filter Example: {} |
creatorId | string | optional | 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.
| 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.data | array | optional | Rank or detail data Example: [] |
data.costToken | integer | optional | Tokens consumed for this call, typically 14000 Example: 1 |
data.data[].creator_nickname | string | optional | Creator nickname Example: null |
data.data[].creator_handle | string | optional | TikTok profile name, e.g., @based Example: null |
data.data[].creator_id | string | optional | Creator unique ID, string format to avoid large integer precision loss Example: example-id |
data.data[].creator_followers | string | optional | Follower count, returned as string Example: null |
data.data[].content_views | string | optional | Total content views, returned as string Example: null |
data.data[].sales_volumn | integer | optional | Sales volume, field spelled as volumn Example: 1 |
data.data[].revenue | number | optional | Total revenue / GMV, returned in the requested currency Example: 1 |
data.data[].video_revenue | number | optional | Short video sales revenue Example: 1 |
data.data[].live_revenue | number | optional | Livestream sales revenue Example: 1 |
data.data[].revenue_growth_rate | number | optional | Revenue growth rate (%), can be positive or negative Example: 1 |
data.data[].creator_region | string | optional | Creator region Example: null |
data.data[].creator_status | string | optional | Creator status Example: null |
data.data[].creator_bio | string | optional | Creator bio Example: null |
data.data[].creator_belonged_shop_id | string | optional | Belonged shop ID Example: example-id |
data.data[].new_followers | integer | optional | New followers within the dateRange window Example: 1 |
data.data[].unit_price | number | optional | Unit price Example: 1 |
data.data[].video_number | integer | optional | Video count within the window Example: 1 |
data.data[].video_views | integer | optional | Total video views Example: 1 |
data.data[].video_gpm | number | optional | Video GPM Example: 1 |
data.data[].live_number | integer | optional | Livestream count within the window Example: 1 |
data.data[].live_views | integer | optional | Total livestream views Example: 1 |
data.data[].live_gpm | number | optional | Livestream GPM Example: 1 |
data.data[].product_number | integer | optional | Associated product count Example: 1 |
data.data[].shop_number | integer | optional | Associated shop count Example: 1 |
data.data[].creator_contact_email | string | optional | Contact email Example: null |
data.data[].creator_contact_ins | string | optional | Instagram contact Example: null |
data.data[].creator_contact_whatsapp | string | optional | WhatsApp contact Example: null |
data.data[].creator_contact_facebook | string | optional | Facebook contact Example: null |
data.data[].creator_contact_tiktok | string | optional | TikTok contact Example: null |
data.data[].creator_contact_zalo | string | optional | Zalo contact Example: null |
data.data[].creator_contact_line | string | optional | Line contact Example: null |
data.type | string | optional | Provider-specific render or payload type. Example: null |
data.title | string | optional | Provider-specific response title. Example: null |
data.sourceType | string | optional | Provider-specific source platform type. Example: null |
data.sourceTool | string | optional | Provider-specific source tool name. Example: null |
data.costTime | integer | optional | Execution time reported by the upstream provider. Example: null |
data.page | integer | optional | Current page returned by the upstream provider. Example: null |
data.pageSize | integer | optional | Page size returned by the upstream provider. Example: null |
data.pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: null |
data.totalPage | integer | optional | Total page count returned by the upstream provider. Example: null |
data.dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: null |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | 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
}