1688 Sourcing

1688 Product Detail MCP Tool

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

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

Arguments

NameTypeRequiredMeaning
offerIdstringrequired
Positive integer 1688 product ID. Use a string to preserve large identifiers.
Example: 1040473674152
currencystringoptional
Optional three-letter currency code. The service normalizes it to uppercase.
Example: USD

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "offerId": "1040473674152"
}

Example structuredContent

{
  "product": {
    "offerId": "1040473674152",
    "shippingInfo": {},
    "saleInfo": {},
    "companyName": "Example supplier",
    "skuList": [],
    "subject": "Example 1688 product"
  }
}