TikTok / Social Commerce
Chuhaijiang TikTok Shop Top Selling MCP Tool
Provider business records for Chuhaijiang TikTok Shop Top Selling. Known row fields: id, seller_id, shop_name, region, shop_rating, interval_sold_count, interval_gmv, interval_total_gmv. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
MCP tool name
nexscope_chuhaijiang_tiktok_shop_rankings_top_sellingEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-rankings-top-selling/runJSON-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": "chuhaijiang-tiktok-shop-rankings-top-selling-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_shop_rankings_top_selling",
"arguments": {
"country": "us",
"date": "20260824",
"granularity": "daily",
"pageSize": 10
}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-rankings-top-selling/runCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-shop-rankings-top-sellingArguments
| 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: 20260824 |
granularity | string | required | Ranking period. Example: daily |
category | string | optional | Product category ID. Example: {} |
shopType | string | optional | Provider shop type. Example: {} |
sort | string | optional | Provider sort field and direction (field:asc or field:desc). Example: interval_sold_count:desc |
Response fields
Treat structuredContent as the programmatic API response payload.
No response field schema is defined for this tool.
Examples
Example arguments
{
"country": "us",
"date": "20260824",
"granularity": "daily",
"pageSize": 10
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"data": {
"items": [
{
"id": null,
"seller_id": null,
"shop_name": null
}
]
}
}