Nexscope

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
Legacy MCP endpoint
/api/skill-api/v1/mcp
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": {
      "nodeIdPath": "1064954:1069242",
      "marketplace": "US",
      "newProduct": 1,
      "topN": 1
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
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.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.totalintegeroptional
Total record count
Example: 1
data.marketplacestringoptional
Site code
Example: US
data.dataarrayoptional
Statistics result list (corresponds to third-party data)
Example: []
data.columnsarrayoptional
Render columns
Example: []
data.costTokenintegeroptional
Tokens consumed
Example: 1
data.typestringoptional
Render style
Example: null
data.data[].nodeIdPathstringoptional
Node ID path
Example: null
data.data[].nodeLabelPathstringoptional
Node name path
Example: null
data.data[].nodeLabelLocalestringoptional
Node name translation
Example: null
data.data[].nodeLabelPathLocalestringoptional
Node name path translation
Example: null
data.data[].countryCodestringoptional
Two-letter country code
Example: null
data.data[].currencystringoptional
Currency type for this market
Example: null
data.totalProductsintegeroptional
Total product count
Example: 1
data.productsintegeroptional
Sample product count
Example: 1
data.sellersintegeroptional
Seller count
Example: 1
data.brandsintegeroptional
Brand count
Example: 1
data.avgSellersnumberoptional
Average seller count
Example: 1
data.hlProductsintegeroptional
Top N Listing sample product count
Example: 1
data.avgUnitsintegeroptional
Average monthly sales volume
Example: 1
data.avgRevenuenumberoptional
Average monthly sales revenue
Example: 1
data.avgPricenumberoptional
Average price
Example: 1
data.avgRatingnumberoptional
Average star rating
Example: 1
data.avgRatingsintegeroptional
Average review count
Example: 1
data.avgRatingsCvintegeroptional
Average monthly review growth count
Example: 1
data.avgBsrintegeroptional
Average BSR
Example: 1
data.avgProfitnumberoptional
Average profit margin
Example: 1
data.avgWeightnumberoptional
Average weight (pound)
Example: 1
data.baseAvgWeightnumberoptional
Average weight (g)
Example: 1
data.avgVolumenumberoptional
Average volume (in³)
Example: 1
data.baseAvgVolumenumberoptional
Average volume (cm³)
Example: 1
data.hlAvgUnitsintegeroptional
Top N Listing average monthly sales volume
Example: 1
data.hlAvgRevenuenumberoptional
Top N Listing average monthly sales revenue
Example: 1
data.hlAvgPricenumberoptional
Top N Listing average price
Example: 1
data.hlAvgRatingnumberoptional
Top N Listing average star rating
Example: 1
data.hlAvgRatingsintegeroptional
Top N Listing average review count
Example: 1
data.hlAvgRatingsCvintegeroptional
Top N Listing average monthly review growth count
Example: 1
data.hlAvgBsrintegeroptional
Top N Listing average BSR
Example: 1
data.newProductsintegeroptional
New product count
Example: 1
data.newProductProportionnumberoptional
New product share
Example: 1
data.newAvgUnitsintegeroptional
New product average monthly sales volume
Example: 1
data.newAvgRevenuenumberoptional
New product average monthly sales revenue
Example: 1
data.newAvgPricenumberoptional
New product average price
Example: 1
data.newAvgRatingnumberoptional
New product average star rating
Example: 1
data.newAvgRatingsintegeroptional
New product average review count
Example: 1
data.minNewRatingsintegeroptional
Minimum new product review count
Example: 1
data.maxNewRatingsintegeroptional
Maximum new product review count
Example: 1
data.firstShelfDatestringoptional
Product first listing date
Example: 2026-01-01
data.lastShelfDatestringoptional
Product latest listing date
Example: 2026-01-01
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.costTimeintegeroptional
Execution time reported by the upstream provider.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

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

Example structuredContent

{
  "data": {
    "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"
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}