Nexscope

TikTok / Social Commerce

TikTok Shop Most Promoted MCP Tool

Provider business records for TikTok Shop Most Promoted. Known row fields: id, seller_id, shop_name, region, shop_rating, interval_related_creator_count, interval_total_related_creator_count. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

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

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
pageintegeroptional
Page number, starting at 1.
Example: 1
pageSizeintegeroptional
Maximum records per page.
Example: 10
datestringrequired
Ranking date in YYYYMMDD format.
Example: 20260824
granularitystringrequired
Ranking period.
Example: daily
categorystringoptional
Product category ID.
Example: {}
shopTypestringoptional
Provider shop type.
Example: {}
sortstringoptional
Provider sort field and direction (field:asc or field:desc).
Example: related_creator_count:desc

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 Shop Most Promoted. Known row fields: id, seller_id, shop_name, region, shop_rating, interval_related_creator_count, interval_total_related_creator_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[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].seller_idanyoptional
Source-documented seller_id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].shop_nameanyoptional
Source-documented shop_name; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].regionanyoptional
Source-documented region; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].shop_ratinganyoptional
Source-documented shop_rating; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].interval_related_creator_countanyoptional
Source-documented interval_related_creator_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].interval_total_related_creator_countanyoptional
Source-documented interval_total_related_creator_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",
  "date": "20260824",
  "granularity": "daily",
  "pageSize": 10
}

Example structuredContent

{
  "data": {
    "data": {
      "items": [
        {
          "id": null,
          "seller_id": null,
          "shop_name": null
        }
      ]
    }
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}