TikTok / Social Commerce

Chuhaijiang TikTok Video Search MCP Tool

Chuhaijiang TikTok Video Search. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.

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

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
pageintegeroptional
Page number, starting at 1. No automatic pagination.
Example: 1
pageSizeintegeroptional
Items per page, from 1 to 10. Omission preserves the upstream default.
Example: 3
keywordstringoptional
Video copy or related keyword.
Example: beauty
categorystringoptional
Use only provider-approved categories; no category enum is published.
Example:
isCommercialbooleanoptional
Filter videos promoting products.
Example: true
minViewsnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxViewsnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minLikesnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxLikesnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minGmv30dnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxGmv30dnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minEngagementnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxEngagementnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
accountTypeintegeroptional
Provider account type; business labels are unpublished.
Example: 0
sortstringoptional
Provider-approved field followed by :asc or :desc. No complete field enum is published.
Example: views:desc

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "page": 1,
  "pageSize": 3,
  "country": "us"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [],
    "total_count": 0
  }
}