TikTok / Social Commerce

Chuhaijiang TikTok Product New Arrivals MCP Tool

Provider business records for Chuhaijiang TikTok Product New Arrivals. Known row fields: id, product_id, product_name, shop_name, total_gmv, total_sold_count. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

MCP tool name
nexscope_chuhaijiang_tiktok_product_rankings_new_arrivals
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-rankings-new-arrivals/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-product-rankings-new-arrivals-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_product_rankings_new_arrivals",
    "arguments": {
      "country": "us",
      "pageSize": 10
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-rankings-new-arrivals/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-product-rankings-new-arrivals

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
pageintegeroptional
Page number, starting at 1.
Example: 1
pageSizeintegeroptional
Maximum records per page.
Example: 10
categorystringoptional
Product category ID.
Example: {}
sellerTypestringoptional
Seller type.
Example: {}
sortstringoptional
Provider sort field and direction (field:asc or field:desc).
Example: gmv_3d:desc
listedFromstringoptional
Earliest listing date in YYYYMMDD format.
Example: {}
listedTostringoptional
Latest listing date in YYYYMMDD format.
Example: {}
productStatusstringoptional
Provider product status.
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": [
      {
        "id": null,
        "product_id": null,
        "product_name": null
      }
    ]
  }
}