TikTok / Social Commerce

Chuhaijiang TikTok Creator Agencies MCP Tool

Provider business records for Chuhaijiang 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
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-rankings-agencies/run
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
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-rankings-agencies/run
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.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "country": "us",
  "pageSize": 10
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "avg_commission_rate": null,
        "follower_count": null,
        "has_email_address": null
      }
    ]
  }
}