TikTok / Social Commerce
TikTok Creator Agencies MCP Tool
Provider business records for TikTok Creator Agencies. Known row fields: avg_commission_rate, follower_count, has_email_address, has_phone, has_whats_app, id, partner_icon, partner_id, partner_name, partner_top3_category, partner_top3_category_list, total_30d_video_live_gmv, total_30d_video_live_sold_count, total_related_creator_count, total_related_product_count, total_related_seller_count, video_count. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
nexscope_chuhaijiang_tiktok_creator_rankings_agencies/api/skill-api/v1/mcptools/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-creator-rankings-agencies-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_creator_rankings_agencies",
"arguments": {
"country": "us",
"pageSize": 10
}
}
}POST /api/skill-api/v1/mcphttps://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-rankings-agenciesArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase TikTok market code. Example: us |
page | integer | optional | Page number, starting at 1. Example: 1 |
pageSize | integer | optional | Maximum records per page. Example: 10 |
sort | string | optional | Provider sort field and direction (field:asc or field:desc). Example: gmv_30d:desc |
category | string | optional | Agency category. Example: {} |
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 | null | optional | Request id value used by this API operation. |
data.data | object | null | optional | Data value used by this API operation. |
data.data.items | array | null | optional | Provider business records for TikTok Creator Agencies. Known row fields: avg_commission_rate, follower_count, has_email_address, has_phone, has_whats_app, id, partner_icon, partner_id, partner_name, partner_top3_category, partner_top3_category_list, total_30d_video_live_gmv, total_30d_video_live_sold_count, total_related_creator_count, total_related_product_count, total_related_seller_count, video_count. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type. |
data.data.items[] | object | null | required | Item in data data items. |
data.data.items[].avg_commission_rate | any | optional | Source-documented avg_commission_rate; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].follower_count | any | optional | Source-documented follower_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].has_email_address | any | optional | Source-documented has_email_address; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].has_phone | any | optional | Source-documented has_phone; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].has_whats_app | any | optional | Source-documented has_whats_app; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].id | any | optional | Source-documented id; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].partner_icon | any | optional | Source-documented partner_icon; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].partner_id | any | optional | Source-documented partner_id; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].partner_name | any | optional | Source-documented partner_name; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].partner_top3_category | any | optional | Source-documented partner_top3_category; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].partner_top3_category_list | any | optional | Source-documented partner_top3_category_list; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].total_30d_video_live_gmv | any | optional | Source-documented total_30d_video_live_gmv; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].total_30d_video_live_sold_count | any | optional | Source-documented total_30d_video_live_sold_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].total_related_creator_count | any | optional | Source-documented total_related_creator_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].total_related_product_count | any | optional | Source-documented total_related_product_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].total_related_seller_count | any | optional | Source-documented total_related_seller_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].video_count | any | optional | Source-documented video_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.total_count | integer | null | optional | Total matching records. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"country": "us",
"pageSize": 10
}Example structuredContent
{
"data": {
"data": {
"items": [
{
"avg_commission_rate": null,
"follower_count": null,
"has_email_address": null
}
]
}
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}