TikTok / Social Commerce

Chuhaijiang TikTok Product Image Search MCP Tool

Provider business records for Chuhaijiang TikTok Product Image Search. Known row fields: id, product_name, product_images, floor_price, ceiling_price, product_gmv. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

MCP tool name
nexscope_chuhaijiang_tiktok_product_image_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-image-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-product-image-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_product_image_search",
    "arguments": {
      "osKey": "returned-key",
      "country": "US"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-image-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-product-image-search

Arguments

NameTypeRequiredMeaning
osKeystringrequired
ossKey from a completed NexScope Skill Asset upload and confirmation; obtain this value before calling.
Example: returned-key
countrystringoptional
Uppercase two-letter market code.
Example: US

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "osKey": "returned-key",
  "country": "US"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "id": null,
        "product_name": null,
        "product_images": null
      }
    ]
  }
}