TikTok / Social Commerce

TikTok Shop Product Detail MCP Tool

Returns normalized public ecommerce research data with a fixed read-only provider path.

MCP tool name
nexscope_tiktok_shop_product_detail
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-shop-product-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": "tiktok-shop-product-detail-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_tiktok_shop_product_detail",
    "arguments": {
      "productInput": "1729937400435937604",
      "region": "US"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-shop-product-detail/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/tiktok-shop-product-detail

Arguments

NameTypeRequiredDescription
productInputstringrequired
19-digit TikTok Shop product ID or supported HTTPS TikTok product URL
regionstringoptional
TikTok Shop region: US, GB, ID, MY, TH, VN, PH, SG, DE, FR, IT, or ES
Allowed: US, GB, ID, MY, TH, VN, PH, SG, DE, FR, IT, ES
Default: US

One of option 1

NameTypeRequiredDescription
productInputanyrequired
19-digit TikTok Shop product ID or supported HTTPS TikTok product URL
Pattern: ^\d{19}$

One of option 2

NameTypeRequiredDescription
productInputanyrequired
19-digit TikTok Shop product ID or supported HTTPS TikTok product URL
Format: uri
Pattern: ^https://(?:[A-Za-z0-9-]+\.)*tiktok\.com(?::443)?/(?:.*/)?product/\d{19}(?:[/?#].*)?$

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "productInput": "1729937400435937604",
  "region": "US"
}

Example structuredContent

{
  "product": {
    "productId": "1729937400435937604",
    "title": "Example TikTok Shop product",
    "seller": {
      "name": "CARER SPARK"
    }
  }
}