Amazon Marketplace Intelligence

Amazon Product Detail MCP Tool

Retrieve detailed Amazon product information by ASIN, including title, images, bullet points, specifications, A+ content, pricing, ratings & reviews, variants, and more.

MCP tool name
nexscope_amazon_product_detail
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-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-product-detail-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_product_detail",
    "arguments": {
      "asins": "B072MQ5BRX",
      "returnAuthorsReviews": false,
      "returnRelatedProducts": false,
      "returnBoughtTogether": false
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-detail/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-product-detail

Arguments

NameTypeRequiredMeaning
asinsstringrequired
ASIN list, supports batch query, up to 40 ASINs. Format: ^[A-Z0-9]+(,[A-Z0-9]+){0,39}$. Example: B072MQ5BRX,B08N5WRWNW
Example: B072MQ5BRX
amazonDomainstringoptional
Amazon country site, default amazon.com. Options: amazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.co.jp, amazon.ca, amazon.com.au, amazon.com.br, amazon.in, amazon.nl, amazon.se, amazon.pl, amazon.sg, amazon.sa, amazon.ae, amazon.com.tr, amazon.com.mx, amazon.eg, amazon.cn, amazon.com.be
Example: {}
languagestringoptional
Language. Examples: en_US, de_DE, fr_FR, ja_JP, it_IT, es_ES, pt_BR, en_GB, zh_CN
Example: {}
deliveryZipstringoptional
Delivery zip code, used to get delivery-related pricing. Examples: 10001 (New York, US), 10115 (Berlin, Germany), EC1A 1BB (London, UK)
Example: {}
devicestringoptional
Device type: desktop (default), mobile, tablet
Example: {}
returnBoughtTogetherbooleanoptional
Whether to return frequently bought together items (boughtTogether), default false
Example: false
returnRelatedProductsbooleanoptional
Whether to return related product list (relatedProducts), default false
Example: false
returnAuthorsReviewsbooleanoptional
Whether to return author review list (authorsReviews), default false
Example: false

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total rows
Example: 1
columnsarrayoptional
Rendered columns
Example: []
typestringoptional
Render style
Example: {}
costTokenintegeroptional
Token consumption
Example: 1
productsarrayoptional
Product list (see below)
Example: []
products[].asinstringoptional
ASIN code
Example: B072MQ5BRX
products[].titlestringoptional
Product title
Example: {}
products[].brandstringoptional
Brand
Example: {}
products[].pricenumberoptional
Price
Example: 1
products[].extractedPricenumberoptional
Extracted price
Example: 1
products[].oldPricenumberoptional
Original price
Example: 1
products[].extractedOldPricenumberoptional
Extracted original price
Example: 1
products[].currencystringoptional
Currency
Example: {}
products[].discountstringoptional
Discount
Example: {}
products[].saveWithCouponstringoptional
Amount saved with coupon
Example: {}
products[].ratingnumberoptional
Rating
Example: 1
products[].ratingsintegeroptional
Number of reviews
Example: 1
products[].primebooleanoptional
Whether it is a Prime item
Example: false
products[].stockstringoptional
Stock status
Example: {}
products[].deliverystringoptional
Delivery information
Example: {}
products[].linkstringoptional
Product link
Example: {}
products[].linkCleanstringoptional
Clean link
Example: {}
products[].asinUrlstringoptional
Link
Example: B072MQ5BRX
products[].imageUrlstringoptional
Thumbnail
Example: https://example.com/image.jpg
products[].thumbnailstringoptional
Thumbnail
Example: {}
products[].productImageUrlsarrayoptional
Product image URL list
Example: []
products[].aboutItemarrayoptional
Bullet points
Example: []
products[].productDescriptionstringoptional
Product description; when A+ content exists, this is a JSON string (see A+ structure below)
Example: {}
products[].descriptionstringoptional
Product description
Example: {}
products[].dimensionstringoptional
Product dimensions
Example: {}
products[].weightstringoptional
Weight
Example: {}
products[].tagsstringoptional
Tag list
Example: {}
products[].badgesstringoptional
Badge list
Example: {}
products[].climatePledgeFriendlybooleanoptional
Whether it is Climate Pledge Friendly
Example: false
products[].snapEbtEligiblebooleanoptional
Whether SNAP EBT eligible
Example: false
products[].boughtLastMonthstringoptional
Units bought last month (string)
Example: {}
products[].boughtLastMonthCountintegeroptional
Units bought last month (number)
Example: 1
products[].reviewsSummarystringoptional
Review summary
Example: {}
products[].reviewsImagesarrayoptional
Review image list
Example: []
products[].sourceToolstringoptional
Source tool
Example: {}
products[].sourceTypestringoptional
Source type: amazon
Example: {}
products[].pageFileUrlstringoptional
Full page file URL
Example: https://example.com/image.jpg
products[].manufacturerstringoptional
Manufacturer
Example: {}
products[].productDimensionsstringoptional
Product dimensions
Example: {}
products[].upcstringoptional
UPC code
Example: {}
products[].unitsstringoptional
Units
Example: {}
products[].reviewintegeroptional
Number of reviews
Example: 1
products[].fiveStarintegeroptional
Five-star review count
Example: 1
products[].fourStarintegeroptional
Four-star review count
Example: 1
products[].threeStarintegeroptional
Three-star review count
Example: 1
products[].twoStarintegeroptional
Two-star review count
Example: 1
products[].oneStarintegeroptional
One-star review count
Example: 1
products[].itemsarrayoptional
Variant item list, each item contains name (name), asin (ASIN code), position (position), selected (whether selected)
Example: []
products[].positionintegeroptional
Module order
Example: 1
products[].imagestringoptional
A+ module main image URL (often contains aplus-media-library-service-media)
Example: https://example.com/image.jpg
products[].carouselImagesarrayoptional
Optional; carousel sub-items, each containing position / title / image
Example: []
asinstringoptional
ASIN code
Example: B072MQ5BRX
titlestringoptional
Title
Example: {}
products[].pricestringoptional
Price
Example: {}
extractedPricenumberoptional
Extracted price
Example: 1
products[].priceUnitstringoptional
Unit price
Example: {}
extractedPriceUnitnumberoptional
Extracted unit price
Example: 1
products[].thumbnailstringoptional
Thumbnail
Example: {}
products[].linkstringoptional
Link
Example: {}
products[].linkCleanstringoptional
Clean link
Example: {}
products[].stockstringoptional
Stock status
Example: {}
deliveryarrayoptional
Delivery information
Example: []
positionintegeroptional
Position
Example: 1
products[].oldPricestringoptional
Original price
Example: {}
extractedOldPricenumberoptional
Extracted original price
Example: 1
ratingnumberoptional
Rating
Example: 1
reviewsintegeroptional
Number of reviews
Example: 1
primebooleanoptional
Whether it is a Prime item
Example: false
sponsoredbooleanoptional
Whether it is a sponsored item
Example: false
climatePledgeFriendlybooleanoptional
Whether Climate Pledge Friendly
Example: false
products[].discountstringoptional
Discount
Example: {}
badgesarrayoptional
Badge list
Example: []
products[].textstringoptional
Review content
Example: {}
products[].authorstringoptional
Author
Example: {}
authorImagestringoptional
Author avatar
Example: https://example.com/image.jpg
products[].authorLinkstringoptional
Author link
Example: {}
datestringoptional
Date
Example: 2026-01-01
verifiedPurchasebooleanoptional
Whether verified purchase
Example: false
products[].helpfulVotesstringoptional
Helpful vote count
Example: {}
products[].productSizestringoptional
Product size
Example: {}
products[].productFlavorNamestringoptional
Product flavor name
Example: {}
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
codestringoptional
Provider-specific status code.
Example: {}
msgstringoptional
Provider-specific status message.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
costTimeintegeroptional
Execution time reported by the upstream provider.
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

{
  "asins": "B072MQ5BRX",
  "returnAuthorsReviews": false,
  "returnRelatedProducts": false,
  "returnBoughtTogether": false
}

Example structuredContent

{
  "total": 1,
  "columns": [],
  "costToken": 1,
  "products": [
    {
      "asin": "B072MQ5BRX",
      "price": 1,
      "extractedPrice": 1,
      "oldPrice": 1,
      "extractedOldPrice": 1,
      "rating": 1,
      "ratings": 1,
      "prime": false,
      "asinUrl": "B072MQ5BRX",
      "imageUrl": "https://example.com/image.jpg",
      "productImageUrls": [],
      "aboutItem": [],
      "climatePledgeFriendly": false,
      "snapEbtEligible": false,
      "boughtLastMonthCount": 1,
      "reviewsImages": [],
      "pageFileUrl": "https://example.com/image.jpg",
      "review": 1,
      "fiveStar": 1,
      "fourStar": 1,
      "threeStar": 1,
      "twoStar": 1,
      "oneStar": 1,
      "items": [],
      "position": 1,
      "image": "https://example.com/image.jpg",
      "carouselImages": []
    }
  ],
  "asin": "B072MQ5BRX",
  "extractedPrice": 1,
  "extractedPriceUnit": 1,
  "delivery": [],
  "position": 1,
  "extractedOldPrice": 1,
  "rating": 1,
  "reviews": 1,
  "prime": false,
  "sponsored": false,
  "climatePledgeFriendly": false,
  "badges": [],
  "authorImage": "https://example.com/image.jpg",
  "date": "2026-01-01",
  "verifiedPurchase": false
}