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_statisticsEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf 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/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-market-statisticsArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
marketplace | string | required | Site code, see [marketplace](#marketplace-options) Example: US |
nodeIdPath | string | required | Node ID path string, e.g. 1064954:1069242:1069784:1069820:1069838:1069828 Example: 1064954:1069242 |
month | string | optional | Filter date: nearly or yyyyMM Example: {} |
topN | integer | optional | Top Listing count (used for top-related metric definitions) Example: 1 |
newProduct | integer | optional | New product definition (months) Example: 1 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
total | integer | optional | Total record count Example: 1 |
marketplace | string | optional | Site code Example: US |
data | array | optional | Statistics result list (corresponds to third-party data) Example: [] |
columns | array | optional | Render columns Example: [] |
costToken | integer | optional | Tokens consumed Example: 1 |
type | string | optional | Render style Example: {} |
data[].nodeIdPath | string | optional | Node ID path Example: {} |
data[].nodeLabelPath | string | optional | Node name path Example: {} |
data[].nodeLabelLocale | string | optional | Node name translation Example: {} |
data[].nodeLabelPathLocale | string | optional | Node name path translation Example: {} |
data[].countryCode | string | optional | Two-letter country code Example: {} |
data[].currency | string | optional | Currency type for this market Example: {} |
totalProducts | integer | optional | Total product count Example: 1 |
products | integer | optional | Sample product count Example: 1 |
sellers | integer | optional | Seller count Example: 1 |
brands | integer | optional | Brand count Example: 1 |
avgSellers | number | optional | Average seller count Example: 1 |
hlProducts | integer | optional | Top N Listing sample product count Example: 1 |
avgUnits | integer | optional | Average monthly sales volume Example: 1 |
avgRevenue | number | optional | Average monthly sales revenue Example: 1 |
avgPrice | number | optional | Average price Example: 1 |
avgRating | number | optional | Average star rating Example: 1 |
avgRatings | integer | optional | Average review count Example: 1 |
avgRatingsCv | integer | optional | Average monthly review growth count Example: 1 |
avgBsr | integer | optional | Average BSR Example: 1 |
avgProfit | number | optional | Average profit margin Example: 1 |
avgWeight | number | optional | Average weight (pound) Example: 1 |
baseAvgWeight | number | optional | Average weight (g) Example: 1 |
avgVolume | number | optional | Average volume (in³) Example: 1 |
baseAvgVolume | number | optional | Average volume (cm³) Example: 1 |
hlAvgUnits | integer | optional | Top N Listing average monthly sales volume Example: 1 |
hlAvgRevenue | number | optional | Top N Listing average monthly sales revenue Example: 1 |
hlAvgPrice | number | optional | Top N Listing average price Example: 1 |
hlAvgRating | number | optional | Top N Listing average star rating Example: 1 |
hlAvgRatings | integer | optional | Top N Listing average review count Example: 1 |
hlAvgRatingsCv | integer | optional | Top N Listing average monthly review growth count Example: 1 |
hlAvgBsr | integer | optional | Top N Listing average BSR Example: 1 |
newProducts | integer | optional | New product count Example: 1 |
newProductProportion | number | optional | New product share Example: 1 |
newAvgUnits | integer | optional | New product average monthly sales volume Example: 1 |
newAvgRevenue | number | optional | New product average monthly sales revenue Example: 1 |
newAvgPrice | number | optional | New product average price Example: 1 |
newAvgRating | number | optional | New product average star rating Example: 1 |
newAvgRatings | integer | optional | New product average review count Example: 1 |
minNewRatings | integer | optional | Minimum new product review count Example: 1 |
maxNewRatings | integer | optional | Maximum new product review count Example: 1 |
firstShelfDate | string | optional | Product first listing date Example: 2026-01-01 |
lastShelfDate | string | optional | Product latest listing date Example: 2026-01-01 |
errcode | integer | optional | Upstream status code returned by the provider. Example: {} |
errmsg | string | optional | Upstream status message returned by the provider. Example: {} |
code | string | optional | Provider-specific status code. Example: {} |
msg | string | optional | Provider-specific status message. Example: {} |
message | string | optional | Provider-specific message. Example: {} |
title | string | optional | Provider-specific response title. Example: {} |
sourceType | string | optional | Provider-specific source platform type. Example: {} |
sourceTool | string | optional | Provider-specific source tool name. Example: {} |
costTime | integer | optional | Execution time reported by the upstream provider. Example: {} |
page | integer | optional | Current page returned by the upstream provider. Example: {} |
pageSize | integer | optional | Page size returned by the upstream provider. Example: {} |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: {} |
totalPage | integer | optional | Total page count returned by the upstream provider. Example: {} |
dataSnapshotMonth | string | optional | 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"
}