Amazon Marketplace Intelligence

Amazon Market Statistics MCP Tool

Use SellerSprite market statistics capability to output a market statistics dashboard by category node, including top listing average rating, average price, BSR, sales, seller count, and new product related metrics, suitable for quickly assessing the market quality and competitive landscape of a category.

MCP tool name
nexscope_amazon_market_statistics
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/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-statistics-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_market_statistics",
    "arguments": {
      "marketplace": "US",
      "nodeIdPath": "1064954:1069242",
      "topN": 1,
      "newProduct": 1
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-market-statistics

Arguments

NameTypeRequiredMeaning
marketplacestringrequired
Site code, see [marketplace](#marketplace-options)
Example: US
nodeIdPathstringrequired
Node ID path string, e.g. 1064954:1069242:1069784:1069820:1069838:1069828
Example: 1064954:1069242
monthstringoptional
Filter date: nearly or yyyyMM
Example: {}
topNintegeroptional
Top Listing count (used for top-related metric definitions)
Example: 1
newProductintegeroptional
New product definition (months)
Example: 1

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total record count
Example: 1
marketplacestringoptional
Site code
Example: US
dataarrayoptional
Statistics result list (corresponds to third-party data)
Example: []
columnsarrayoptional
Render columns
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Render style
Example: {}
data[].nodeIdPathstringoptional
Node ID path
Example: {}
data[].nodeLabelPathstringoptional
Node name path
Example: {}
data[].nodeLabelLocalestringoptional
Node name translation
Example: {}
data[].nodeLabelPathLocalestringoptional
Node name path translation
Example: {}
data[].countryCodestringoptional
Two-letter country code
Example: {}
data[].currencystringoptional
Currency type for this market
Example: {}
totalProductsintegeroptional
Total product count
Example: 1
productsintegeroptional
Sample product count
Example: 1
sellersintegeroptional
Seller count
Example: 1
brandsintegeroptional
Brand count
Example: 1
avgSellersnumberoptional
Average seller count
Example: 1
hlProductsintegeroptional
Top N Listing sample product count
Example: 1
avgUnitsintegeroptional
Average monthly sales volume
Example: 1
avgRevenuenumberoptional
Average monthly sales revenue
Example: 1
avgPricenumberoptional
Average price
Example: 1
avgRatingnumberoptional
Average star rating
Example: 1
avgRatingsintegeroptional
Average review count
Example: 1
avgRatingsCvintegeroptional
Average monthly review growth count
Example: 1
avgBsrintegeroptional
Average BSR
Example: 1
avgProfitnumberoptional
Average profit margin
Example: 1
avgWeightnumberoptional
Average weight (pound)
Example: 1
baseAvgWeightnumberoptional
Average weight (g)
Example: 1
avgVolumenumberoptional
Average volume (in³)
Example: 1
baseAvgVolumenumberoptional
Average volume (cm³)
Example: 1
hlAvgUnitsintegeroptional
Top N Listing average monthly sales volume
Example: 1
hlAvgRevenuenumberoptional
Top N Listing average monthly sales revenue
Example: 1
hlAvgPricenumberoptional
Top N Listing average price
Example: 1
hlAvgRatingnumberoptional
Top N Listing average star rating
Example: 1
hlAvgRatingsintegeroptional
Top N Listing average review count
Example: 1
hlAvgRatingsCvintegeroptional
Top N Listing average monthly review growth count
Example: 1
hlAvgBsrintegeroptional
Top N Listing average BSR
Example: 1
newProductsintegeroptional
New product count
Example: 1
newProductProportionnumberoptional
New product share
Example: 1
newAvgUnitsintegeroptional
New product average monthly sales volume
Example: 1
newAvgRevenuenumberoptional
New product average monthly sales revenue
Example: 1
newAvgPricenumberoptional
New product average price
Example: 1
newAvgRatingnumberoptional
New product average star rating
Example: 1
newAvgRatingsintegeroptional
New product average review count
Example: 1
minNewRatingsintegeroptional
Minimum new product review count
Example: 1
maxNewRatingsintegeroptional
Maximum new product review count
Example: 1
firstShelfDatestringoptional
Product first listing date
Example: 2026-01-01
lastShelfDatestringoptional
Product latest listing date
Example: 2026-01-01
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: {}
titlestringoptional
Provider-specific response title.
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

{
  "marketplace": "US",
  "nodeIdPath": "1064954:1069242",
  "topN": 1,
  "newProduct": 1
}

Example structuredContent

{
  "total": 1,
  "marketplace": "US",
  "data": [],
  "columns": [],
  "costToken": 1,
  "totalProducts": 1,
  "products": 1,
  "sellers": 1,
  "brands": 1,
  "avgSellers": 1,
  "hlProducts": 1,
  "avgUnits": 1,
  "avgRevenue": 1,
  "avgPrice": 1,
  "avgRating": 1,
  "avgRatings": 1,
  "avgRatingsCv": 1,
  "avgBsr": 1,
  "avgProfit": 1,
  "avgWeight": 1,
  "baseAvgWeight": 1,
  "avgVolume": 1,
  "baseAvgVolume": 1,
  "hlAvgUnits": 1,
  "hlAvgRevenue": 1,
  "hlAvgPrice": 1,
  "hlAvgRating": 1,
  "hlAvgRatings": 1,
  "hlAvgRatingsCv": 1,
  "hlAvgBsr": 1,
  "newProducts": 1,
  "newProductProportion": 1,
  "newAvgUnits": 1,
  "newAvgRevenue": 1,
  "newAvgPrice": 1,
  "newAvgRating": 1,
  "newAvgRatings": 1,
  "minNewRatings": 1,
  "maxNewRatings": 1,
  "firstShelfDate": "2026-01-01",
  "lastShelfDate": "2026-01-01"
}