TikTok / Social Commerce

Chuhaijiang TikTok Shop Search MCP Tool

Provider business records for Chuhaijiang TikTok Shop Search. Known row fields: id, shop_name, region, shop_rating, shop_product_count, shop_total_sold_count, shop_total_gmv, shop_sold_count_for_last_7_days, shop_gmv_for_last_7_days. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

MCP tool name
nexscope_chuhaijiang_tiktok_shop_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-search/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-shop-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_shop_search",
    "arguments": {
      "country": "us",
      "keyword": "beauty",
      "minRating": 4,
      "pageSize": 3
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-shop-search

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
pageintegeroptional
Page number, starting at 1.
Example: 1
pageSizeintegeroptional
Maximum records per page.
Example: 3
keywordstringoptional
Shop search keyword.
Example: beauty
categorystringoptional
Product category ID.
Example: {}
sellerTypestringoptional
Provider-supported seller type.
Example: {}
sortstringoptional
Provider sort field and direction (field:asc or field:desc).
Example: gmv_7d:desc
minRatingnumberoptional
Minimum shop rating.
Example: 4
maxRatingnumberoptional
Maximum shop rating.
Example: {}
minSold7dnumberoptional
Minimum 7-day sales.
Example: {}
maxSold7dnumberoptional
Maximum 7-day sales.
Example: {}
minGmv7dnumberoptional
Minimum 7-day GMV.
Example: {}
maxGmv7dnumberoptional
Maximum 7-day GMV.
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",
  "keyword": "beauty",
  "minRating": 4,
  "pageSize": 3
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "id": null,
        "shop_name": null,
        "region": null
      }
    ]
  }
}