Amazon Marketplace Intelligence

Amazon Market Product Detail MCP Tool

Query Amazon product detail and historical trends by ASIN using Sorftime data, covering 14 marketplaces.

MCP tool name
nexscope_amazon_market_product_detail
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-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": "amazon-market-product-detail-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_market_product_detail",
    "arguments": {
      "includeTrend": 1,
      "queryTrendStartDate": "2026-01-01",
      "queryTrendEndDate": "2026-01-15",
      "marketplace": "us",
      "asin": "B072MQ5BRX"
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-product-detail/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-market-product-detail

Arguments

NameTypeRequiredMeaning
asinstringrequired
Amazon Standard Identification Number (ASIN), supports multiple (max 10), comma-separated. Example: B0088PUEPK or B0088PUEPK,B00U26V4VQ
Example: B072MQ5BRX
marketplacestringrequired
Amazon site code: us, gb, de, fr, in, ca, jp, es, it, mx, ae, au, br, sa
Example: us
includeTrendintegeroptional
Whether to include trend data. 1: include (default); 2: exclude
Example: 1
queryTrendStartDatestringoptional
Trend start date, format yyyy-MM-dd. Default returns only the last 15 days; querying more than 15 days doubles the cost
Example: 2026-01-01
queryTrendEndDatestringoptional
Trend end date, format yyyy-MM-dd
Example: 2026-01-15

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
codeintegeroptional
Response code (200 indicates success)
Example: 1
msgstringoptional
Response message
Example: {}
totalintegeroptional
Total result count
Example: 1
costTimeintegeroptional
Latency (ms)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
requestConsumedintegeroptional
Requests consumed
Example: 1
sourceTypestringoptional
Source type: sorftime
Example: {}
typestringoptional
Render style
Example: {}
columnsarrayoptional
Render columns
Example: []
productsarrayoptional
Product detail list (see below)
Example: []
products[].asinstringoptional
ASIN
Example: B072MQ5BRX
products[].titlestringoptional
Product title
Example: {}
products[].brandstringoptional
Brand
Example: {}
products[].asinUrlstringoptional
Product link, Amazon Listing detail page URL
Example: B072MQ5BRX
products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
products[].productImageUrlsarrayoptional
Main image list (all product image URLs)
Example: []
products[].ebcPhotoarrayoptional
A+ image list
Example: []
products[].storeNamestringoptional
Store name
Example: {}
products[].descriptionstringoptional
Five bullet points
Example: {}
products[].productBadgearrayoptional
Product badges, e.g. Amazon Choice, Best Seller, New Release, etc.
Example: []
products[].lastUpdatestringoptional
Update time, most recent ASIN data collection time (format yyyy-MM-dd)
Example: 2026-01-01
products[].offSalebooleanoptional
Whether delisted. true = unavailable, false = available
Example: false
products[].productTypestringoptional
Category, Amazon product category node name
Example: {}
products[].weightstringoptional
Weight, unit g
Example: {}
products[].sizearrayoptional
Dimensions, outer packaging [longest side, second longest side, shortest side], unit cm
Example: []
products[].parentAsinstringoptional
Parent ASIN, the parent ASIN if variants exist, null if no variants
Example: B072MQ5BRX
products[].variationNumintegeroptional
Number of variations
Example: 1
products[].variationASINarrayoptional
Child ASIN list, empty if no variants
Example: []
products[].attributearrayoptional
Product attributes, variant attributes if variants exist. Each entry contains asin (child ASIN), name (attribute name), value (attribute value)
Example: []
products[].pricenumberoptional
Selling price, actual price after coupon deduction, in local currency (e.g. USD)
Example: 1
products[].couponintegeroptional
Coupon policy. Value >= 0 = deduction amount (e.g. 500 = $5), value < 0 = discount percentage (e.g. -10 = 10% discount)
Example: 1
products[].platformFeenumberoptional
Platform commission, in local currency (e.g. USD)
Example: 1
products[].fbaFeesnumberoptional
FBA fees, in local currency (e.g. USD)
Example: 1
products[].fbaDetailarrayoptional
FBA detail. First item is delivery fee, subsequent items are month:storage fee, e.g. [475,"1-9:5","10-12:15"]
Example: []
products[].shipCostnumberoptional
FBM shipping cost, in local currency (e.g. USD)
Example: 1
products[].shipsFromstringoptional
Ship-from location
Example: {}
products[].profitAmountnumberoptional
Profit, final price - FBA fee - commission, in local currency (e.g. USD)
Example: 1
products[].profitRatenumberoptional
Profit margin, e.g. 25.83 means 25.83%
Example: 1
products[].monthlySalesUnitsintegeroptional
Official monthly sales volume, Amazon published ASIN monthly sales, latest value from the last 7 calendar days, 0 if unavailable
Example: 1
products[].salesRankintegeroptional
BSR rank, main category rank
Example: 1
products[].categoryarrayoptional
Main category, [category name, NodeId]
Example: []
products[].bsrCategoryarrayoptional
Subcategory rank list, each entry containing nodeId (node ID), name (category name), rank (rank), date (date, format yyyyMMdd)
Example: []
products[].availableDatestringoptional
Listing time, format yyyy-MM-dd
Example: 2026-01-01
products[].onlineDaysintegeroptional
Days since listing
Example: 1
products[].ratingnumberoptional
Current rating (0.0-5.0, e.g. 4.70)
Example: 1
products[].ratingsintegeroptional
Number of ratings
Example: 1
products[].fiveStarRatingsnumberoptional
5-star percentage, e.g. 57.7 means 57.7%
Example: 1
products[].fourStarRatingsnumberoptional
4-star percentage
Example: 1
products[].threeStarRatingsnumberoptional
3-star percentage
Example: 1
products[].twoStarRatingsnumberoptional
2-star percentage
Example: 1
products[].oneStarRatingsnumberoptional
1-star percentage
Example: 1
products[].buyboxSellerstringoptional
Buybox seller name
Example: {}
products[].buyBoxSellerIdstringoptional
Buybox seller ID
Example: example-id
products[].buyboxSellerAddressstringoptional
Seller location, Buybox seller nationality (two-letter code e.g. CN, US), null if Amazon's own
Example: {}
products[].isFBAbooleanoptional
Whether FBA, whether Buybox seller uses FBA logistics
Example: false
products[].sellerNumintegeroptional
Number of sellers
Example: 1
products[].aPlusbooleanoptional
Has A+
Example: false
products[].hasVideobooleanoptional
Has video
Example: false
products[].hasBrandStorebooleanoptional
Has brand store
Example: false
products[].featureobjectoptional
Product feature ratings, features and star ratings collected by Amazon for this product, e.g. {"Battery life":4.0}
Example: {}
products[].productInfoobjectoptional
Product information, structured data from the Product Information section in the Listing
Example: {}
products[].propertyobjectoptional
Attribute list, including variant attributes and Bullet Points header descriptions
Example: {}
products[].brandPromotionstringoptional
Brand promotion
Example: {}
products[].dealTypestringoptional
Deal label
Example: {}
products[].extraSavingsarrayoptional
Associated promotions, e.g. [{Asin:xxx, Text:"Save 5%..."}]
Example: []
products[].rankTrendarrayoptional
BSR trend, main category rank change history, interleaved format [date, rank, ...]
Example: []
products[].bsrRankTrendarrayoptional
Subcategory rank trend, JSON format [{NodeId:xxx, Rank:[date, rank, ...]}]
Example: []
products[].listingSalesVolumeOfDailyTrendarrayoptional
Daily sales volume trend, value -1 means unable to estimate
Example: []
products[].listingSalesOfDailyTrendarrayoptional
Daily sales revenue trend, in local currency smallest unit (e.g. cents), value -1 means unable to estimate
Example: []
products[].listingSalesVolumeOfMonthTrendarrayoptional
Monthly sales volume trend (last 30 days), value -1 means unable to estimate
Example: []
products[].listingSalesOfMonthTrendarrayoptional
Monthly sales revenue trend, in local currency smallest unit (e.g. cents)
Example: []
products[].priceTrendarrayoptional
Selling price trend, before coupon, in local currency smallest unit, -1 means no price available for that day
Example: []
products[].listPriceTrendarrayoptional
Original price trend (strikethrough price history), in local currency smallest unit, -1 means no price available for that day
Example: []
products[].dealTrendarrayoptional
Deal trend, value 1 = has deal, 0 = no deal
Example: []
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
titlestringoptional
Provider-specific response title.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
totalPageintegeroptional
Total page count returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "includeTrend": 1,
  "queryTrendStartDate": "2026-01-01",
  "queryTrendEndDate": "2026-01-15",
  "marketplace": "us",
  "asin": "B072MQ5BRX"
}

Example structuredContent

{
  "code": 1,
  "total": 1,
  "costTime": 1,
  "costToken": 1,
  "requestConsumed": 1,
  "columns": [],
  "products": [
    {
      "asin": "B072MQ5BRX",
      "asinUrl": "B072MQ5BRX",
      "imageUrl": "https://example.com/image.jpg",
      "productImageUrls": [],
      "ebcPhoto": [],
      "productBadge": [],
      "lastUpdate": "2026-01-01",
      "offSale": false,
      "size": [],
      "parentAsin": "B072MQ5BRX",
      "variationNum": 1,
      "variationASIN": [],
      "attribute": [],
      "price": 1,
      "coupon": 1,
      "platformFee": 1,
      "fbaFees": 1,
      "fbaDetail": [],
      "shipCost": 1,
      "profitAmount": 1,
      "profitRate": 1,
      "monthlySalesUnits": 1,
      "salesRank": 1,
      "category": [],
      "bsrCategory": [],
      "availableDate": "2026-01-01",
      "onlineDays": 1,
      "rating": 1,
      "ratings": 1,
      "fiveStarRatings": 1,
      "fourStarRatings": 1,
      "threeStarRatings": 1,
      "twoStarRatings": 1,
      "oneStarRatings": 1,
      "buyBoxSellerId": "example-id",
      "isFBA": false,
      "sellerNum": 1,
      "aPlus": false,
      "hasVideo": false,
      "hasBrandStore": false,
      "feature": {},
      "productInfo": {},
      "property": {},
      "extraSavings": [],
      "rankTrend": [],
      "bsrRankTrend": [],
      "listingSalesVolumeOfDailyTrend": [],
      "listingSalesOfDailyTrend": [],
      "listingSalesVolumeOfMonthTrend": [],
      "listingSalesOfMonthTrend": [],
      "priceTrend": [],
      "listPriceTrend": [],
      "dealTrend": []
    }
  ]
}