TikTok / Social Commerce
Chuhaijiang TikTok Shop Related Products MCP Tool
Provider business records for Chuhaijiang TikTok Shop Related Products. Known row fields: id, tiktok_seller_product_product_id, tiktok_seller_product_product_name, tiktok_seller_product_product_gmv. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
MCP tool name
nexscope_chuhaijiang_tiktok_shop_related_productsEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-related-products/runJSON-RPC method
tools/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-shop-related-products-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_shop_related_products",
"arguments": {
"country": "us",
"id": "7495205878591949358",
"page": 1,
"pageSize": 5
}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-shop-related-products/runCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-shop-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 | Shop ID, preserved as a string. Example: 7495205878591949358 |
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",
"page": 1,
"pageSize": 5
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"data": {
"items": [
{
"id": null,
"tiktok_seller_product_product_id": null,
"tiktok_seller_product_product_name": null
}
]
}
}