TikTok / Social Commerce

Chuhaijiang TikTok Creator Detail MCP Tool

Provider business records for Chuhaijiang TikTok Creator Detail. Known row fields: id, nickname, unique_id, user_avatar, category_label. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

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

Arguments

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

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": "7302162228386776110",
  "include": "core,channel,portrait"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "id": null,
        "nickname": null,
        "unique_id": null
      }
    ],
    "core": {
      "items": [
        {
          "core_author_avg_engagement_rate": null,
          "core_follower_count": null,
          "core_product_count": null
        }
      ]
    },
    "portrait": {
      "items": [
        {
          "id": null,
          "portrait_age_distribution": null,
          "portrait_follower_count": null
        }
      ]
    },
    "channel": {
      "items": [
        {
          "channel_country_code": null,
          "channel_ec_video_30d_avg_engagement_rate": null,
          "channel_ec_video_30d_avg_play_count": null
        }
      ]
    }
  }
}