TikTok / Social Commerce
Chuhaijiang TikTok Creator Growth MCP Tool
Provider business records for Chuhaijiang TikTok Creator Growth. Known row fields: bio_email, category_label, channel_id, creator_oecuid, follower_count, handle, id, interval_new_follower, nickname, tioktok_creator_growth_interval_new_follower_ratio, uid, unique_id, user_avatar, user_sell_product_l1_category, video_count. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
nexscope_chuhaijiang_tiktok_creator_rankings_growthhttps://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-rankings-growth/runtools/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-growth-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_creator_rankings_growth",
"arguments": {
"country": "us",
"pageSize": 10,
"date": "20260828",
"granularity": "daily"
}
}
}POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-rankings-growth/runhttps://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-rankings-growthArguments
| 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 |
date | string | required | Ranking date in YYYYMMDD format. Example: 20260828 |
granularity | string | required | Ranking period. Example: daily |
sort | string | optional | Provider sort field and direction (field:asc or field:desc). Example: new_follower_count:desc |
creatorCategory | string | optional | Creator category. Example: {} |
productCategory | string | optional | Product category. Example: {} |
Response fields
Treat structuredContent as the programmatic API response payload.
Examples
Example arguments
{
"country": "us",
"pageSize": 10,
"date": "20260828",
"granularity": "daily"
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"data": {
"items": [
{
"bio_email": null,
"category_label": null,
"channel_id": null
}
]
}
}