TikTok / Social Commerce
Chuhaijiang TikTok Creator Related Products MCP Tool
Provider business records for Chuhaijiang TikTok Creator Related Products. Known row fields: id, tiktok_creator_detail_by_live, tiktok_creator_detail_by_shop, tiktok_creator_detail_by_video, tiktok_creator_detail_live_30d_gmv, tiktok_creator_detail_live_30d_sold_count, tiktok_creator_detail_product_country_code, tiktok_creator_detail_product_id, tiktok_creator_detail_product_launch_time, tiktok_creator_detail_total_video_live_30d_gmv, tiktok_creator_detail_total_video_live_30d_sold_count, tiktok_creator_detail_user_id, tiktok_creator_detail_video_30d_gmv, tiktok_creator_detail_video_30d_sold_count, tiktok_product_detail_ceiling_price, tiktok_product_detail_commission_rate, tiktok_product_detail_floor_price, tiktok_product_detail_l1_category, tiktok_product_detail_l2_category, tiktok_product_detail_l3_category, tiktok_product_detail_product_images, tiktok_product_detail_product_name, tiktok_product_detail_product_rating, tiktok_product_detail_product_sku_props, tiktok_product_detail_product_skus, tiktok_product_detail_product_status, tiktok_product_detail_region. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
nexscope_chuhaijiang_tiktok_creator_related_productshttps://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-related-products/runtools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf 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-related-products-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_creator_related_products",
"arguments": {
"country": "us",
"id": "7302162228386776110",
"page": 1,
"pageSize": 5
}
}
}POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-related-products/runhttps://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-related-productsArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase TikTok market code. Example: us |
page | integer | optional | Page number, starting at 1. Example: 1 |
pageSize | integer | optional | Maximum records per page. Example: 5 |
id | string | required | Creator ID, preserved as a string. Example: 7302162228386776110 |
Response fields
Treat structuredContent as the programmatic API response payload.
Examples
Example arguments
{
"country": "us",
"id": "7302162228386776110",
"page": 1,
"pageSize": 5
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"data": {
"items": [
{
"id": null,
"tiktok_creator_detail_by_live": null,
"tiktok_creator_detail_by_shop": null
}
]
}
}