Keyword & Search Demand

Amazon Traffic Keywords MCP Tool

Query traffic keyword lists for an Amazon ASIN via SellerSprite, including traffic source type, conversion type, organic rank, and ad rank with historical month and multi-dimensional sorting.

MCP tool name
nexscope_amazon_traffic_keywords
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/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-traffic-keywords-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_traffic_keywords",
    "arguments": {
      "marketplace": "US",
      "size": 10,
      "page": 1,
      "asin": "B072MQ5BRX"
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-traffic-keywords

Arguments

NameTypeRequiredMeaning
marketplacestringrequired
Marketplace site, default US
Example: US
asinstringrequired
Product ASIN to reverse lookup
Example: B072MQ5BRX
monthstringoptional
20)\d{2}(0[1-9]
Example: {}
pageintegeroptional
Current page
Example: 1
sizeintegeroptional
Items per page
Example: 1
keywordstringoptional
Keyword filter
Example: phone case
badgesstringoptional
Traffic keyword type (impression position), see [Badges Enum](#badges-enum)
Example: {}
trafficKeywordTypesstringoptional
Traffic share type, see [trafficKeywordTypes Enum](#traffickeywordtypes-enum)
Example: {}
conversionKeywordTypesstringoptional
Traffic conversion type, see [conversionKeywordTypes Enum](#conversionkeywordtypes-enum)
Example: phone case
orderFieldstringoptional
Sort field, see [orderField Options](#orderfield-options)
Example: {}
orderDescbooleanoptional
Whether to sort in descending order
Example: false

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total count
Example: 1
marketplacestringoptional
Marketplace code
Example: US
asinstringoptional
Queried ASIN
Example: B072MQ5BRX
dataarrayoptional
Traffic keyword list (corresponds to third-party data.items)
Example: []
summaryListarrayoptional
High-frequency keyword summary list
Example: []
columnsarrayoptional
Column definitions
Example: []
costTokenintegeroptional
Token consumption
Example: 1
typestringoptional
Render style
Example: {}
summaryList[].totalintegeroptional
Total count
Example: 1
summaryList[].keywordsstringoptional
Keywords
Example: phone case
data[].keywordstringoptional
Keyword
Example: phone case
data[].keywordCnstringoptional
Keyword Chinese translation
Example: phone case
data[].trafficKeywordTypestringoptional
Traffic share type
Example: phone case
data[].conversionKeywordTypestringoptional
Traffic conversion type
Example: phone case
data[].badgesarrayoptional
Impression position (traffic keyword type)
Example: []
data[].rankPositionobjectoptional
Organic ranking position info, see [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data[].adPositionobjectoptional
Ad ranking position info, same structure as [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data[].searchesintegeroptional
Monthly search volume
Example: 1
data[].searchesRankintegeroptional
Weekly search volume ranking
Example: 1
data[].searchesRankTimeFromintegeroptional
Weekly search volume ranking time range start
Example: 1
data[].searchesRankTimeTointegeroptional
Weekly search volume ranking time range end
Example: 1
data[].purchasesintegeroptional
Monthly purchase volume
Example: 1
data[].purchaseRatenumberoptional
Purchase rate
Example: 1
data[].productsintegeroptional
Product count
Example: 1
data[].supplyDemandRationumberoptional
Supply-demand ratio
Example: 1
data[].trafficPercentagenumberoptional
Traffic share
Example: 1
data[].naturalRationumberoptional
Traffic distribution - organic share
Example: 1
data[].adRationumberoptional
Traffic distribution - ad share
Example: 1
data[].calculatedWeeklySearchesnumberoptional
Estimated weekly impressions
Example: 1
data[].impressionsintegeroptional
Impressions
Example: 1
data[].clicksintegeroptional
Clicks
Example: 1
data[].bidnumberoptional
PPC bid
Example: 1
data[].bidMinnumberoptional
PPC bid lower limit
Example: 1
data[].bidMaxnumberoptional
PPC bid upper limit
Example: 1
data[].latest1daysAdsintegeroptional
Ad competitors in the last 1 day
Example: 1
data[].latest7daysAdsintegeroptional
Ad competitors in the last 7 days
Example: 1
data[].latest30daysAdsintegeroptional
Ad competitors in the last 30 days
Example: 1
data[].sprtnumberoptional
SP-related ratio
Example: 1
data[].monopolyClickRatenumberoptional
Monopoly click rate
Example: 1
data[].top3ClickingRatenumberoptional
Top 3 click rate
Example: 1
data[].top3ConversionRatenumberoptional
Top 3 conversion rate
Example: 1
data[].titleDensitynumberoptional
Title density
Example: 1
data[].statsarrayoptional
High-frequency words, elements see table below
Example: []
data[].updatedTimeintegeroptional
Update time
Example: 1
stats[].keywordsstringoptional
Word
Example: phone case
stats[].totalintegeroptional
Total count
Example: 1
stats[].rankPositionobjectoptional
Organic ranking position, structure see below
Example: {}
stats[].adPositionobjectoptional
Ad ranking position, structure see below
Example: {}
columns[].updatedTimeintegeroptional
Ranking time
Example: 1
columns[].pageSizeintegeroptional
Items per page
Example: 1
columns[].indexintegeroptional
Position on current page
Example: 1
columns[].pageintegeroptional
Page number
Example: 1
columns[].positionintegeroptional
Position in total results
Example: 1
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",
  "size": 10,
  "page": 1,
  "asin": "B072MQ5BRX"
}

Example structuredContent

{
  "total": 1,
  "marketplace": "US",
  "asin": "B072MQ5BRX",
  "data": [
    {
      "keyword": "phone case",
      "keywordCn": "phone case",
      "trafficKeywordType": "phone case",
      "conversionKeywordType": "phone case",
      "badges": [],
      "rankPosition": {},
      "adPosition": {},
      "searches": 1,
      "searchesRank": 1,
      "searchesRankTimeFrom": 1,
      "searchesRankTimeTo": 1,
      "purchases": 1,
      "purchaseRate": 1,
      "products": 1,
      "supplyDemandRatio": 1,
      "trafficPercentage": 1,
      "naturalRatio": 1,
      "adRatio": 1,
      "calculatedWeeklySearches": 1,
      "impressions": 1,
      "clicks": 1,
      "bid": 1,
      "bidMin": 1,
      "bidMax": 1,
      "latest1daysAds": 1,
      "latest7daysAds": 1,
      "latest30daysAds": 1,
      "sprt": 1,
      "monopolyClickRate": 1,
      "top3ClickingRate": 1,
      "top3ConversionRate": 1,
      "titleDensity": 1,
      "stats": [],
      "updatedTime": 1
    }
  ],
  "summaryList": [
    {
      "total": 1,
      "keywords": "phone case"
    }
  ],
  "columns": [
    {
      "updatedTime": 1,
      "pageSize": 1,
      "index": 1,
      "page": 1,
      "position": 1
    }
  ],
  "costToken": 1,
  "stats": [
    {
      "keywords": "phone case",
      "total": 1,
      "rankPosition": {},
      "adPosition": {}
    }
  ]
}