Nexscope

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.

MCP tool name
nexscope_chuhaijiang_tiktok_creator_rankings_agencies
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": "chuhaijiang-tiktok-creator-rankings-agencies-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_creator_rankings_agencies",
    "arguments": {
      "country": "us",
      "pageSize": 10
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-rankings-agencies

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
pageintegeroptional
Page number, starting at 1.
Example: 1
pageSizeintegeroptional
Maximum records per page.
Example: 10
sortstringoptional
Provider sort field and direction (field:asc or field:desc).
Example: gmv_30d:desc
categorystringoptional
Agency category.
Example: {}

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.request_idstring | nulloptional
Request id value used by this API operation.
data.dataobject | nulloptional
Data value used by this API operation.
data.data.itemsarray | nulloptional
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 | nullrequired
Item in data data items.
data.data.items[].avg_commission_rateanyoptional
Source-documented avg_commission_rate; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].follower_countanyoptional
Source-documented follower_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].has_email_addressanyoptional
Source-documented has_email_address; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].has_phoneanyoptional
Source-documented has_phone; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].has_whats_appanyoptional
Source-documented has_whats_app; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].partner_iconanyoptional
Source-documented partner_icon; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].partner_idanyoptional
Source-documented partner_id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].partner_nameanyoptional
Source-documented partner_name; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].partner_top3_categoryanyoptional
Source-documented partner_top3_category; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].partner_top3_category_listanyoptional
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_gmvanyoptional
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_countanyoptional
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_countanyoptional
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_countanyoptional
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_countanyoptional
Source-documented total_related_seller_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].video_countanyoptional
Source-documented video_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.total_countinteger | nulloptional
Total matching records.

Any of option 2

NameTypeRequiredDescription
datanullrequired
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
}