TikTok / Social Commerce

Chuhaijiang TikTok Shop Detail MCP Tool

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

MCP tool name
nexscope_chuhaijiang_tiktok_shop_detail
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-detail/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-detail-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_shop_detail",
    "arguments": {
      "country": "us",
      "id": "7495205878591949358",
      "include": "core,channel"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-detail/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-shop-detail

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
idstringrequired
Shop ID, preserved as a string.
Example: 7495205878591949358
includestringoptional
Comma-separated optional detail sections: core, channel.
Example: core,channel

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "country": "us",
  "id": "7495205878591949358",
  "include": "core,channel"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "id": null,
        "seller_id": null,
        "shop_name": null
      }
    ],
    "channel": {
      "items": [
        {
          "id": null,
          "channel_seller_id": null,
          "channel_seller_sold_count_for_last_30_days": null
        }
      ]
    },
    "core": {
      "items": [
        {
          "id": null,
          "core_seller_id": null,
          "core_region": null
        }
      ]
    }
  }
}