Nexscope

TikTok / Social Commerce

TikTok Creator Detail MCP Tool

Provider business records for 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
Legacy MCP endpoint
/api/skill-api/v1/mcp
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"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
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.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.request_idstring | nulloptional
Request id value used by this API operation.
data.dataobject | nulloptional
Data value used by this API operation.
data.data.itemsarray | nulloptional
Provider business records for 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.
data.data.items[]object | nullrequired
Item in data data items.
data.data.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].nicknameanyoptional
Source-documented nickname; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].unique_idanyoptional
Source-documented unique_id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].user_avataranyoptional
Source-documented user_avatar; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].category_labelanyoptional
Source-documented category_label; may be absent or null. Preserve the provider value and original monetary units.
data.data.total_countinteger | nulloptional
Total matching records.
data.data.channelobject | nulloptional
Channel value used by this API operation.
data.data.channel.total_countinteger | nulloptional
Total count value used by this API operation.
data.data.channel.itemsarray | nulloptional
Optional channel detail records requested through include; preserved separately from basic items. Known fields are taken verbatim from the source reference.
data.data.channel.items[]object | nullrequired
Item in data data channel items.
data.data.channel.items[].channel_country_codeanyoptional
Source-documented channel_country_code; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_ec_video_30d_avg_engagement_rateanyoptional
Source-documented channel_ec_video_30d_avg_engagement_rate; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_ec_video_30d_avg_play_countanyoptional
Source-documented channel_ec_video_30d_avg_play_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_live_30d_gmvanyoptional
Source-documented channel_live_30d_gmv; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_live_30d_gpmanyoptional
Source-documented channel_live_30d_gpm; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_total_video_live_30d_gmvanyoptional
Source-documented channel_total_video_live_30d_gmv; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_uidanyoptional
Source-documented channel_uid; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_video_30d_gmvanyoptional
Source-documented channel_video_30d_gmv; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].channel_video_30d_gpmanyoptional
Source-documented channel_video_30d_gpm; may be absent or null. Preserve the provider value and original monetary units.
data.data.channel.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.portraitobject | nulloptional
Portrait value used by this API operation.
data.data.portrait.total_countinteger | nulloptional
Total count value used by this API operation.
data.data.portrait.itemsarray | nulloptional
Optional portrait detail records requested through include; preserved separately from basic items. Known fields are taken verbatim from the source reference.
data.data.portrait.items[]object | nullrequired
Item in data data portrait items.
data.data.portrait.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.portrait.items[].portrait_age_distributionanyoptional
Source-documented portrait_age_distribution; may be absent or null. Preserve the provider value and original monetary units.
data.data.portrait.items[].portrait_follower_countanyoptional
Source-documented portrait_follower_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.portrait.items[].portrait_gender_distributionanyoptional
Source-documented portrait_gender_distribution; may be absent or null. Preserve the provider value and original monetary units.
data.data.portrait.items[].portrait_region_distributionanyoptional
Source-documented portrait_region_distribution; may be absent or null. Preserve the provider value and original monetary units.
data.data.portrait.items[].portrait_uidanyoptional
Source-documented portrait_uid; may be absent or null. Preserve the provider value and original monetary units.
data.data.coreobject | nulloptional
Core value used by this API operation.
data.data.core.total_countinteger | nulloptional
Total count value used by this API operation.
data.data.core.itemsarray | nulloptional
Optional core detail records requested through include; preserved separately from basic items. Known fields are taken verbatim from the source reference.
data.data.core.items[]object | nullrequired
Item in data data core items.
data.data.core.items[].core_author_avg_engagement_rateanyoptional
Source-documented core_author_avg_engagement_rate; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].core_follower_countanyoptional
Source-documented core_follower_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].core_product_countanyoptional
Source-documented core_product_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].core_total_favoritedanyoptional
Source-documented core_total_favorited; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].core_uidanyoptional
Source-documented core_uid; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].core_video_total_like_count_to_follower_countanyoptional
Source-documented core_video_total_like_count_to_follower_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].tioktok_creator_detail_core_ec_video_countanyoptional
Source-documented tioktok_creator_detail_core_ec_video_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].tioktok_creator_detail_core_ecom_video_avg_play_countanyoptional
Source-documented tioktok_creator_detail_core_ecom_video_avg_play_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].tioktok_creator_detail_core_med_commission_rateanyoptional
Source-documented tioktok_creator_detail_core_med_commission_rate; may be absent or null. Preserve the provider value and original monetary units.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "country": "us",
  "id": "7302162228386776110",
  "include": "core,channel,portrait"
}

Example structuredContent

{
  "data": {
    "data": {
      "items": [
        {
          "id": null,
          "nickname": null,
          "unique_id": null
        }
      ],
      "channel": {
        "items": [
          {
            "channel_country_code": null,
            "channel_ec_video_30d_avg_engagement_rate": null,
            "channel_ec_video_30d_avg_play_count": null
          }
        ]
      },
      "portrait": {
        "items": [
          {
            "id": null,
            "portrait_age_distribution": null,
            "portrait_follower_count": null
          }
        ]
      },
      "core": {
        "items": [
          {
            "core_author_avg_engagement_rate": null,
            "core_follower_count": null,
            "core_product_count": null
          }
        ]
      }
    }
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}