Amazon Marketplace Intelligence

Amazon Asin Traffic Summary MCP Tool

Use SIF (Search Intelligence Framework) data to analyze ASIN traffic source composition and exposure distribution, covering current period/previous period/newly entered/exited period comparisons.

MCP tool name
nexscope_amazon_asin_traffic_summary
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/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-asin-traffic-summary-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_asin_traffic_summary",
    "arguments": {
      "desc": true,
      "pageNum": 1,
      "country": "US",
      "searchValue": "B072MQ5BRX",
      "last7d": true,
      "pageSize": 10
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-asin-traffic-summary

Arguments

NameTypeRequiredMeaning
searchValuestringrequired
Search value, ASIN codes, comma-separated, max 10 ASINs, max length 1000 characters
Example: B072MQ5BRX
countrystringoptional
Country site, default US. Options (13 total): US, UK, DE, CA, JP, FR, ES, IT, MX, AU, AE, BR, SA
Example: {}
last7dbooleanoptional
Whether to get last 7 days data, default true. When false, use startDate/endDate range
Example: false
startDatestringoptional
Start date yyyy-MM-dd (effective when last7d=false; if omitted, the latest system week is used)
Example: 2026-01-01
endDatestringoptional
End date yyyy-MM-dd (paired with startDate)
Example: 2026-01-01
conditionsstringoptional
Condition filters, comma-separated. Options: nf (natural traffic), sp (SP ads), sb (SB regular), sbv (video ads), ad (ad traffic), acAd (SP recommendation), totalPeriod.in (new incoming traffic keywords)
Example: {}
sortBystringoptional
Sort field. Options: totalKeywordNum (all traffic keywords), naturalKeywordNum (natural traffic keywords), brandKeywordNum (brand ad keywords), vedioKeywordNum (video ad keywords), acKeywordNum (AC recommended keywords), erKeywordNum (ER recommended keywords), trKeywordNum (TR recommended keywords), sumScore (total keyword exposure score), totalNfScore (total natural rank exposure score), totalSpSocre (total SP ad exposure score, note spelling), totalBrandScore (total brand ad exposure score), totalVedioScore (total video ad exposure score), totalAcScore (total AC recommendation exposure score), totalTrScore (total TR recommendation exposure score), totalErScore (total ER recommendation exposure score)
Example: {}
pageNumintegeroptional
Page number, default 1
Example: 1
pageSizeintegeroptional
Results per page, min 10, max 10000, default 10000
Example: 10
descbooleanoptional
Whether to sort descending, default true
Example: false

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
codestringoptional
Response code
Example: {}
msgstringoptional
Message
Example: {}
totalintegeroptional
Number of data records actually returned
Example: 1
dataarrayoptional
Return data, ASIN summary object array (see below)
Example: []
columnsarrayoptional
Render columns
Example: []
typestringoptional
Render style
Example: {}
titlestringoptional
Title
Example: {}
isParentAsinbooleanoptional
Whether the search value is a parent ASIN
Example: false
variantsNumintegeroptional
Number of variant products with keywords
Example: 1
noKeywordVariantsNumintegeroptional
Number of variant products without keywords
Example: 1
costTimeintegeroptional
Latency (ms)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
data[].asinstringoptional
ASIN code. Amazon Standard Identification Number
Example: B072MQ5BRX
data[].productTitlestringoptional
Product title
Example: {}
data[].productCategorystringoptional
Product category
Example: {}
data[].productPricenumberoptional
Product price
Example: 1
data[].productImageUrlstringoptional
Product main image URL
Example: https://example.com/image.jpg
data[].productFeaturesarrayoptional
Product feature list
Example: []
data[].customerRatingCountintegeroptional
Total customer rating count
Example: 1
data[].productStarRatingnumberoptional
Product star rating (0-5 stars)
Example: 1
data[].productRatingScorenumberoptional
Product rating score value (0-5, as displayed on Amazon page)
Example: 1
data[].isVariantProductbooleanoptional
Whether it is a variant
Example: false
data[].recentMonthlySalesBucketstringoptional
Recent month sales bucket (only has value in keywordSummary path, e.g. "300+" or "1,000+")
Example: {}
data[].isMonitoredbooleanoptional
Whether it is being monitored
Example: false
data[].monitoringStartTimestringoptional
Product monitoring start time
Example: {}
data[].dataPeriodStartDatestringoptional
Data period start date (yyyy-MM-dd)
Example: 2026-01-01
data[].totalExposureScorenumberoptional
Total exposure score. Composite exposure score of this product across all keywords
Example: 1
data[].totalExposureScorePrevnumberoptional
Previous period total exposure score
Example: 1
data[].totalTrafficKeywordCountintegeroptional
Total traffic keyword count
Example: 1
data[].totalTrafficKeywordCountInintegeroptional
New incoming traffic keyword count for this period
Example: 1
data[].totalTrafficKeywordCountOutintegeroptional
Outgoing traffic keyword count for this period
Example: 1
data[].totalTrafficKeywordCountPrevintegeroptional
Previous period total traffic keyword count
Example: 1
data[].naturalSearchExposureScorenumberoptional
Natural search exposure total score
Example: 1
data[].naturalSearchExposureRationumberoptional
Natural search exposure ratio
Example: 1
data[].naturalSearchExposureScorePrevnumberoptional
Previous period natural search exposure score
Example: 1
data[].naturalSearchKeywordCountintegeroptional
Natural search keyword count
Example: 1
data[].naturalSearchKeywordCountInintegeroptional
New incoming natural search keyword count for this period
Example: 1
data[].naturalSearchKeywordCountOutintegeroptional
Outgoing natural search keyword count for this period
Example: 1
data[].naturalSearchKeywordCountPrevintegeroptional
Previous period natural search keyword count
Example: 1
data[].sponsoredProductsExposureScorenumberoptional
SP ad exposure total score
Example: 1
data[].sponsoredProductsExposureRationumberoptional
SP ad exposure ratio
Example: 1
data[].sponsoredProductsExposureScorePrevnumberoptional
Previous period SP ad exposure score
Example: 1
data[].sponsoredProductsKeywordCountintegeroptional
SP ad keyword count
Example: 1
data[].brandAdExposureScorenumberoptional
Brand ad exposure total score
Example: 1
data[].brandAdExposureRationumberoptional
Brand ad exposure ratio
Example: 1
data[].brandAdExposureScorePrevnumberoptional
Previous period brand ad exposure score
Example: 1
data[].brandAdKeywordCountintegeroptional
Total brand ad keyword count
Example: 1
data[].topBrandAdKeywordCountintegeroptional
Top-of-page brand ad keyword count
Example: 1
data[].bottomBrandAdKeywordCountintegeroptional
Bottom-of-page brand ad keyword count
Example: 1
data[].videoAdExposureScorenumberoptional
Video ad exposure total score
Example: 1
data[].videoAdExposureRationumberoptional
Video ad exposure ratio
Example: 1
data[].videoAdExposureScorePrevnumberoptional
Previous period video ad exposure score
Example: 1
data[].videoAdKeywordCountintegeroptional
Video ad keyword count
Example: 1
data[].amazonsChoiceExposureScorenumberoptional
Amazon's Choice exposure total score
Example: 1
data[].amazonsChoiceExposureRationumberoptional
Amazon's Choice exposure ratio
Example: 1
data[].amazonsChoiceExposureScorePrevnumberoptional
Previous period AC exposure score
Example: 1
data[].amazonsChoiceKeywordCountintegeroptional
Amazon's Choice keyword count
Example: 1
data[].amazonsChoiceKeywordCountInintegeroptional
New incoming AC keyword count for this period
Example: 1
data[].amazonsChoiceKeywordCountOutintegeroptional
Outgoing AC keyword count for this period
Example: 1
data[].editorialRecommendationsExposureScorenumberoptional
Editorial Recommendations exposure total score
Example: 1
data[].editorialRecommendationsExposureRationumberoptional
Editorial Recommendations exposure ratio
Example: 1
data[].editorialRecommendationsKeywordCountintegeroptional
Editorial Recommendations keyword count
Example: 1
data[].topRatedExposureScorenumberoptional
Top Rated recommendation exposure total score
Example: 1
data[].topRatedExposureRationumberoptional
Top Rated recommendation exposure ratio
Example: 1
data[].topRatedKeywordCountintegeroptional
Top Rated recommendation keyword count
Example: 1
data[].frequentlyBoughtKeywordCountintegeroptional
Frequently Bought recommendation keyword count (Top Rated Frequently Bought)
Example: 1
data[].recommendPositionExposureScorenumberoptional
Recommendation position exposure total score
Example: 1
data[].recommendAdExposureScorenumberoptional
Recommendation position ad exposure score
Example: 1
data[].recommendNonadExposureScorenumberoptional
Recommendation position non-ad exposure score
Example: 1
data[].nonAcRecommendExposureScorenumberoptional
Non-AC recommendation position exposure score
Example: 1
data[].recommendKeywordCountintegeroptional
Total recommendation position keyword count
Example: 1
data[].recommendAdKeywordCountintegeroptional
Recommendation position ad keyword count
Example: 1
data[].recommendNonadKeywordCountintegeroptional
Recommendation position non-ad keyword count
Example: 1
data[].ppcTrafficSourcesarrayoptional
PPC paid ad traffic source markers. Contains: SP ads, top brand ads, bottom brand ads, video ads
Example: []
data[].naturalSearchTrafficSourcesarrayoptional
Natural search traffic source markers
Example: []
data[].amazonRecommendationSourcesarrayoptional
Amazon recommendation traffic source markers. Contains: Best Seller, AC, ER, TR, TRFOB, etc.
Example: []
data[].promotionalDealSourcesarrayoptional
Promotional deal traffic source markers. Contains: Coupon, Limited Time Deal, Lowest Price in 30 Days, etc.
Example: []
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
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

{
  "desc": true,
  "pageNum": 1,
  "country": "US",
  "searchValue": "B072MQ5BRX",
  "last7d": true,
  "pageSize": 10
}

Example structuredContent

{
  "total": 1,
  "data": [
    {
      "asin": "B072MQ5BRX",
      "productPrice": 1,
      "productImageUrl": "https://example.com/image.jpg",
      "productFeatures": [],
      "customerRatingCount": 1,
      "productStarRating": 1,
      "productRatingScore": 1,
      "isVariantProduct": false,
      "isMonitored": false,
      "dataPeriodStartDate": "2026-01-01",
      "totalExposureScore": 1,
      "totalExposureScorePrev": 1,
      "totalTrafficKeywordCount": 1,
      "totalTrafficKeywordCountIn": 1,
      "totalTrafficKeywordCountOut": 1,
      "totalTrafficKeywordCountPrev": 1,
      "naturalSearchExposureScore": 1,
      "naturalSearchExposureRatio": 1,
      "naturalSearchExposureScorePrev": 1,
      "naturalSearchKeywordCount": 1,
      "naturalSearchKeywordCountIn": 1,
      "naturalSearchKeywordCountOut": 1,
      "naturalSearchKeywordCountPrev": 1,
      "sponsoredProductsExposureScore": 1,
      "sponsoredProductsExposureRatio": 1,
      "sponsoredProductsExposureScorePrev": 1,
      "sponsoredProductsKeywordCount": 1,
      "brandAdExposureScore": 1,
      "brandAdExposureRatio": 1,
      "brandAdExposureScorePrev": 1,
      "brandAdKeywordCount": 1,
      "topBrandAdKeywordCount": 1,
      "bottomBrandAdKeywordCount": 1,
      "videoAdExposureScore": 1,
      "videoAdExposureRatio": 1,
      "videoAdExposureScorePrev": 1,
      "videoAdKeywordCount": 1,
      "amazonsChoiceExposureScore": 1,
      "amazonsChoiceExposureRatio": 1,
      "amazonsChoiceExposureScorePrev": 1,
      "amazonsChoiceKeywordCount": 1,
      "amazonsChoiceKeywordCountIn": 1,
      "amazonsChoiceKeywordCountOut": 1,
      "editorialRecommendationsExposureScore": 1,
      "editorialRecommendationsExposureRatio": 1,
      "editorialRecommendationsKeywordCount": 1,
      "topRatedExposureScore": 1,
      "topRatedExposureRatio": 1,
      "topRatedKeywordCount": 1,
      "frequentlyBoughtKeywordCount": 1,
      "recommendPositionExposureScore": 1,
      "recommendAdExposureScore": 1,
      "recommendNonadExposureScore": 1,
      "nonAcRecommendExposureScore": 1,
      "recommendKeywordCount": 1,
      "recommendAdKeywordCount": 1,
      "recommendNonadKeywordCount": 1,
      "ppcTrafficSources": [],
      "naturalSearchTrafficSources": [],
      "amazonRecommendationSources": [],
      "promotionalDealSources": []
    }
  ],
  "columns": [],
  "isParentAsin": false,
  "variantsNum": 1,
  "noKeywordVariantsNum": 1,
  "costTime": 1,
  "costToken": 1
}