Nexscope

Keyword & Search Demand

Amazon Keyword Summary MCP Tool

Break down all competitor ASIN traffic sources under a given keyword -- organic search, SP ads, SB brand ads, SBV video ads, SP recommendations, AC/ER/TR recommendation slots, with support for ASIN filtering, custom date ranges, and new traffic keyword filters.

MCP tool name
nexscope_amazon_keyword_summary
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-keyword-summary-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_keyword_summary",
    "arguments": {
      "pageNum": 1,
      "last7d": true,
      "pageSize": 10,
      "searchKeyword": "phone case",
      "country": "US"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-keyword-summary

Arguments

NameTypeRequiredMeaning
searchKeywordstringrequired
Search keyword, translate to the corresponding country's language whenever possible. Max length 1000 characters
Example: phone case
countrystringoptional
Country site, default US. Options (13 total): US, UK, DE, CA, JP, FR, ES, IT, MX, AU, AE, BR, SA
Example: {}
asinsstringoptional
ASIN filter list, comma-separated; if not provided, returns all ASINs for this keyword. Max length 1000 characters
Example: B072MQ5BRX
conditionstringoptional
Condition filter, only one at a time.<br>Flag type: nfPosition (natural traffic keyword), isSpAd (SP ad keyword), isVedioAd (video ad keyword), isBrandAd (brand ad keyword), isPPCAd (PPC ad keyword), isSearchRecommend (search recommendation keyword), acAd (SP recommendation)<br>Period count type: totalPeriod.in (new incoming traffic keywords), nfKeywordCnt.total / .in, adKeywordCnt.total / .in, allSpKeywordCnt.total / .in, spKeywordCnt.total / .in, recSpKeywordCnt.total / .in, allSbKeywordCnt.total / .in, sbKeywordCnt.total / .in, sbvKeywordCnt.total / .in
Example: {}
last7dbooleanoptional
Whether to get last 7 days data, default true. When false, use startDate/endDate range
Example: true
startDatestringoptional
Start date yyyy-MM-dd (effective when last7d=false; if omitted, the latest system full week is used)
Example: 2026-01-01
endDatestringoptional
End date yyyy-MM-dd (paired with startDate)
Example: 2026-01-01
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, totalSpSocre (note spelling), totalBrandScore, totalVedioScore, totalAcScore, totalTrScore, totalErScore
Example: {}
pageNumintegeroptional
Page number, default 1
Example: 1
pageSizeintegeroptional
Results per page, min 10, max 100, default 100
Example: 10
descbooleanoptional
Whether to sort descending, default true
Example: true

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
Number of data records actually returned
Example: 1
data.dataarrayoptional
Return data, array of product keyword traffic data objects
Example: []
data.columnsarrayoptional
Render columns
Example: []
data.typestringoptional
Render style
Example: null
data.titlestringoptional
Title
Example: null
data.costTimeintegeroptional
Latency (ms)
Example: 1
data.costTokenintegeroptional
Tokens consumed
Example: 1
data.data[].asinstringoptional
ASIN code
Example: B072MQ5BRX
data.data[].productTitlestringoptional
Product title
Example: null
data.data[].productImageUrlstringoptional
Product main image URL
Example: https://example.com/image.jpg
data.data[].productPricenumberoptional
Product price
Example: 1
data.data[].customerRatingCountintegeroptional
Total customer rating count
Example: 1
data.data[].productStarRatingnumberoptional
Product star rating (0-5 stars)
Example: 1
data.data[].productRatingScorenumberoptional
Product rating score value
Example: 1
data.data[].productUpdateTimestringoptional
Product update time (yyyy-MM-dd HH:mm:ss)
Example: 2026-01-01
data.data[].dataPeriodStartDatestringoptional
Data period start date (yyyy-MM-dd)
Example: 2026-01-01
data.data[].totalExposureScorenumberoptional
Total exposure score
Example: 1
data.data[].totalExposureRationumberoptional
Total traffic share
Example: 1
data.data[].naturalSearchExposureScorenumberoptional
Natural search exposure total score
Example: 1
data.data[].naturalSearchExposureRationumberoptional
Natural search exposure ratio
Example: 1
data.data[].sponsoredProductsExposureScorenumberoptional
SP ad exposure total score
Example: 1
data.data[].sponsoredProductsExposureRationumberoptional
SP ad exposure ratio
Example: 1
data.data[].brandAdExposureScorenumberoptional
Brand ad exposure total score
Example: 1
data.data[].brandAdExposureRationumberoptional
Brand ad exposure ratio
Example: 1
data.data[].videoAdExposureScorenumberoptional
Video ad exposure total score
Example: 1
data.data[].videoAdExposureRationumberoptional
Video ad exposure ratio
Example: 1
data.data[].amazonsChoiceExposureScorenumberoptional
AC exposure total score
Example: 1
data.data[].amazonsChoiceExposureRationumberoptional
AC exposure ratio
Example: 1
data.data[].editorialRecommendationsExposureScorenumberoptional
ER exposure total score
Example: 1
data.data[].editorialRecommendationsExposureRationumberoptional
ER exposure ratio
Example: 1
data.data[].topRatedExposureScorenumberoptional
TR exposure total score
Example: 1
data.data[].topRatedExposureRationumberoptional
TR exposure ratio
Example: 1
data.data[].recommendPositionExposureScorenumberoptional
Recommendation position exposure total score
Example: 1
data.data[].recommendAdExposureScorenumberoptional
Recommendation position ad exposure score
Example: 1
data.data[].recommendAdExposureRationumberoptional
Recommendation position ad traffic share
Example: 1
data.data[].recommendNonadExposureScorenumberoptional
Recommendation position non-ad exposure score
Example: 1
data.data[].recommendNonadExposureRationumberoptional
Recommendation position non-ad traffic share
Example: 1
data.data[].comprehensiveNaturalExposureScorenumberoptional
Comprehensive natural traffic score (natural search + recommendation non-ad)
Example: 1
data.data[].comprehensiveNaturalExposureRationumberoptional
Comprehensive natural traffic share
Example: 1
data.data[].keywordTotalExposureScorenumberoptional
Keyword total score
Example: 1
data.data[].keywordNaturalExposureScorenumberoptional
Keyword natural score
Example: 1
data.data[].keywordSponsoredProductsExposureScorenumberoptional
Keyword SP ad score
Example: 1
data.data[].keywordBrandAdExposureScorenumberoptional
Keyword brand ad score
Example: 1
data.data[].keywordVideoAdExposureScorenumberoptional
Keyword video ad score
Example: 1
data.data[].keywordAmazonsChoiceExposureScorenumberoptional
Keyword AC score
Example: 1
data.data[].keywordRecommendExposureScorenumberoptional
Keyword recommendation position score
Example: 1
data.data[].keywordRecommendAdExposureScorenumberoptional
Keyword recommendation position ad score
Example: 1
data.data[].keywordRecommendNonadExposureScorenumberoptional
Keyword recommendation position non-ad score
Example: 1
data.data[].keywordComprehensiveNaturalExposureScorenumberoptional
Keyword comprehensive natural score (natural + recommendation non-ad)
Example: 1
data.data[].ppcTrafficSourcesarrayoptional
PPC paid ad traffic source markers. Contains: SP ads, top brand ads, bottom brand ads, video ads
Example: []
data.data[].naturalSearchTrafficSourcesarrayoptional
Natural search traffic source markers
Example: []
data.data[].amazonRecommendationSourcesarrayoptional
Amazon recommendation traffic source markers. Contains: Best Seller, AC, ER, TR, TRFOB, etc.
Example: []
data.data[].promotionalDealSourcesarrayoptional
Promotional deal traffic source markers. Contains: Coupon, Limited Time Deal, Lowest Price in 30 Days, etc.
Example: []
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
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

{
  "pageNum": 1,
  "last7d": true,
  "pageSize": 10,
  "searchKeyword": "phone case",
  "country": "US"
}

Example structuredContent

{
  "data": {
    "total": 1,
    "data": [
      {
        "asin": "B072MQ5BRX",
        "productImageUrl": "https://example.com/image.jpg",
        "productPrice": 1,
        "customerRatingCount": 1,
        "productStarRating": 1,
        "productRatingScore": 1,
        "productUpdateTime": "2026-01-01",
        "dataPeriodStartDate": "2026-01-01",
        "totalExposureScore": 1,
        "totalExposureRatio": 1,
        "naturalSearchExposureScore": 1,
        "naturalSearchExposureRatio": 1,
        "sponsoredProductsExposureScore": 1,
        "sponsoredProductsExposureRatio": 1,
        "brandAdExposureScore": 1,
        "brandAdExposureRatio": 1,
        "videoAdExposureScore": 1,
        "videoAdExposureRatio": 1,
        "amazonsChoiceExposureScore": 1,
        "amazonsChoiceExposureRatio": 1,
        "editorialRecommendationsExposureScore": 1,
        "editorialRecommendationsExposureRatio": 1,
        "topRatedExposureScore": 1,
        "topRatedExposureRatio": 1,
        "recommendPositionExposureScore": 1,
        "recommendAdExposureScore": 1,
        "recommendAdExposureRatio": 1,
        "recommendNonadExposureScore": 1,
        "recommendNonadExposureRatio": 1,
        "comprehensiveNaturalExposureScore": 1,
        "comprehensiveNaturalExposureRatio": 1,
        "keywordTotalExposureScore": 1,
        "keywordNaturalExposureScore": 1,
        "keywordSponsoredProductsExposureScore": 1,
        "keywordBrandAdExposureScore": 1,
        "keywordVideoAdExposureScore": 1,
        "keywordAmazonsChoiceExposureScore": 1,
        "keywordRecommendExposureScore": 1,
        "keywordRecommendAdExposureScore": 1,
        "keywordRecommendNonadExposureScore": 1,
        "keywordComprehensiveNaturalExposureScore": 1,
        "ppcTrafficSources": [],
        "naturalSearchTrafficSources": [],
        "amazonRecommendationSources": [],
        "promotionalDealSources": []
      }
    ],
    "columns": [],
    "costTime": 1,
    "costToken": 1
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}