Amazon Marketplace Intelligence

Amazon Niche Info By Asin MCP Tool

Deep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score.

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

Arguments

NameTypeRequiredMeaning
asinstringrequired
Product ASIN (required). The tool will find market segments that share the same niche as this ASIN
Example: B072MQ5BRX
countryCodestringoptional
Country code, options: US (United States), JP (Japan), DE (Germany)
Example: {}
countintegeroptional
Number of niche markets returned
Example: 1
productCountMinintegeroptional
Minimum product count (current)
Example: 1
productCountMaxintegeroptional
Maximum product count (current)
Example: 1
avgPriceMinnumberoptional
Minimum average price (current)
Example: 1
avgPriceMaxnumberoptional
Maximum average price (current)
Example: 1
searchVolumeT7Minintegeroptional
Minimum search volume (7-day stats)
Example: 1
searchVolumeT7Maxintegeroptional
Maximum search volume (7-day stats)
Example: 1
unitsSoldT7Minintegeroptional
Minimum sales volume (7-day stats)
Example: 1
unitsSoldT7Maxintegeroptional
Maximum sales volume (7-day stats)
Example: 1
clickCountT7Minintegeroptional
Minimum click volume (7-day stats)
Example: 1
clickCountT7Maxintegeroptional
Maximum click volume (7-day stats)
Example: 1
clickConversionRateT7Minnumberoptional
Minimum click conversion rate (7-day stats), range 0-1, 0.1 means 10% conversion rate
Example: 1
clickConversionRateT7Maxnumberoptional
Maximum click conversion rate (7-day stats), range 0-1, 0.1 means 10% conversion rate
Example: 1
brandCountMinintegeroptional
Minimum brand count
Example: 1
brandCountMaxintegeroptional
Maximum brand count
Example: 1
top5BrandsClickShareMinnumberoptional
Minimum top 5 brands' click share in the niche market, range 0-1, 0.1 means 10% click share
Example: 1
top5BrandsClickShareMaxnumberoptional
Maximum top 5 brands' click share in the niche market, range 0-1, 0.1 means 10% click share
Example: 1
avgBrandAgeMinnumberoptional
Minimum average brand age (current)
Example: 1
avgBrandAgeMaxnumberoptional
Maximum average brand age (current)
Example: 1
avgBrandAgeQoqMinnumberoptional
Minimum average brand age (90-day stats)
Example: 1
avgBrandAgeQoqMaxnumberoptional
Maximum average brand age (90-day stats)
Example: 1
avgBrandAgeYoyMinnumberoptional
Minimum average brand age (360-day stats)
Example: 1
avgBrandAgeYoyMaxnumberoptional
Maximum average brand age (360-day stats)
Example: 1
avgSellingPartnerAgeMinnumberoptional
Minimum average selling partner age
Example: 1
avgSellingPartnerAgeMaxnumberoptional
Maximum average selling partner age
Example: 1
avgSellingPartnerAgeQoqMinnumberoptional
Minimum average selling partner age (90-day stats)
Example: 1
avgSellingPartnerAgeQoqMaxnumberoptional
Maximum average selling partner age (90-day stats)
Example: 1
avgSellingPartnerAgeYoyMinnumberoptional
Minimum average selling partner age (360-day stats)
Example: 1
avgSellingPartnerAgeYoyMaxnumberoptional
Maximum average selling partner age (360-day stats)
Example: 1
top5ProductsClickShareMinnumberoptional
Minimum top 5 products click share (current), range 0-1, 0.1 means 10% click share
Example: 1
top5ProductsClickShareMaxnumberoptional
Maximum top 5 products click share (current), range 0-1, 0.1 means 10% click share
Example: 1
sponsoredProductsPercentageMinnumberoptional
Minimum SP ad share, range 0-1, 0.1 means 10%
Example: 1
sponsoredProductsPercentageMaxnumberoptional
Maximum SP ad share, range 0-1, 0.1 means 10%
Example: 1
cpcMediumMinnumberoptional
Minimum CPC (current)
Example: 1
cpcMediumMaxnumberoptional
Maximum CPC (current)
Example: 1
launchRateT180Minnumberoptional
Minimum product launch success rate (180-day stats), range 0-1, 0.1 means 10% success rate
Example: 1
launchRateT180Maxnumberoptional
Maximum product launch success rate (180-day stats), range 0-1, 0.1 means 10% success rate
Example: 1
returnRateT360Minnumberoptional
Minimum return rate (360-day stats), range 0-1, 0.1 means 10% return rate
Example: 1
returnRateT360Maxnumberoptional
Maximum return rate (360-day stats), range 0-1, 0.1 means 10% return rate
Example: 1

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
errcodeintegeroptional
Business status code, 200 indicates success
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
nicheInfoVoListarrayoptional
Niche market information list (see niche market object fields below)
Example: []
nicheInfoVoList[].nicheIdstringoptional
Niche market ID
Example: example-id
nicheInfoVoList[].nicheTitlestringoptional
Niche market title
Example: {}
nicheInfoVoList[].translationZhstringoptional
Niche market title (Chinese)
Example: {}
nicheInfoVoList[].demandintegeroptional
Niche market score
Example: 1
nicheInfoVoList[].productCountintegeroptional
Product count
Example: 1
nicheInfoVoList[].avgPricenumberoptional
Average product price
Example: 1
nicheInfoVoList[].minimumPricenumberoptional
Lowest product price
Example: 1
nicheInfoVoList[].maximumPricenumberoptional
Highest product price
Example: 1
nicheInfoVoList[].searchVolumeWeeklyintegeroptional
Search volume (weekly data)
Example: 1
nicheInfoVoList[].searchVolumeQuarterlyintegeroptional
Search volume (quarterly data)
Example: 1
nicheInfoVoList[].searchVolumeGrowthWeeklynumberoptional
Search volume growth rate (weekly data)
Example: 1
nicheInfoVoList[].searchVolumeGrowthQuarterlynumberoptional
Search volume growth rate (quarterly data)
Example: 1
nicheInfoVoList[].unitsSoldWeeklyintegeroptional
Sales volume (weekly data)
Example: 1
nicheInfoVoList[].unitsSoldQuarterlyintegeroptional
Sales volume (quarterly data)
Example: 1
nicheInfoVoList[].clickCountWeeklyintegeroptional
Click volume (weekly data)
Example: 1
nicheInfoVoList[].clickCountQuarterlyintegeroptional
Click volume (quarterly data)
Example: 1
nicheInfoVoList[].clickToSaleConversionWeeklynumberoptional
Click conversion rate (weekly data)
Example: 1
nicheInfoVoList[].clickConversionRateQuarterlynumberoptional
Click conversion rate (quarterly data)
Example: 1
nicheInfoVoList[].searchConversionRateWeeklynumberoptional
Search conversion rate (weekly data)
Example: 1
nicheInfoVoList[].searchConversionRateQuarterlynumberoptional
Search conversion rate (quarterly data)
Example: 1
nicheInfoVoList[].brandCountintegeroptional
Brand count
Example: 1
nicheInfoVoList[].top5BrandsClickSharenumberoptional
Top 5 brands' click share in the niche market
Example: 1
nicheInfoVoList[].top5ProductsClickSharenumberoptional
Top 5 products click share
Example: 1
nicheInfoVoList[].avgBrandAgeNownumberoptional
Average brand age (current)
Example: 1
nicheInfoVoList[].avgBrandAgeQuarterlynumberoptional
Average brand age (quarterly data)
Example: 1
nicheInfoVoList[].newProductsLaunchedSemiannualintegeroptional
Number of new products launched (semi-annual data)
Example: 1
nicheInfoVoList[].successfulLaunchedSemiannualintegeroptional
Number of successfully launched products (semi-annual data)
Example: 1
nicheInfoVoList[].launchRateSemiannualnumberoptional
Product launch success rate (semi-annual data)
Example: 1
nicheInfoVoList[].returnRateAnnualnumberoptional
Return rate (annual data)
Example: 1
nicheInfoVoList[].acosnumberoptional
(ACOS) Advertising Cost of Sale
Example: 1
nicheInfoVoList[].profitMarginGt50PctSkuRationumberoptional
Proportion of products with profit margin > 50%
Example: 1
nicheInfoVoList[].breakEvenRationumberoptional
Break-even natural share
Example: 1
nicheInfoVoList[].cpcobjectoptional
CPC data: { high (maximum bid), medium (median bid), low (minimum bid) }
Example: {}
nicheInfoVoList[].categorieListarrayoptional
Product category list
Example: []
nicheInfoVoList[].referenceAsinImageUrlstringoptional
Niche market reference image URL
Example: B072MQ5BRX
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: {}
typestringoptional
Provider-specific render or payload type.
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

{
  "count": 10,
  "asin": "B072MQ5BRX",
  "countryCode": "US"
}

Example structuredContent

{
  "errcode": 1,
  "costToken": 1,
  "nicheInfoVoList": [
    {
      "nicheId": "example-id",
      "demand": 1,
      "productCount": 1,
      "avgPrice": 1,
      "minimumPrice": 1,
      "maximumPrice": 1,
      "searchVolumeWeekly": 1,
      "searchVolumeQuarterly": 1,
      "searchVolumeGrowthWeekly": 1,
      "searchVolumeGrowthQuarterly": 1,
      "unitsSoldWeekly": 1,
      "unitsSoldQuarterly": 1,
      "clickCountWeekly": 1,
      "clickCountQuarterly": 1,
      "clickToSaleConversionWeekly": 1,
      "clickConversionRateQuarterly": 1,
      "searchConversionRateWeekly": 1,
      "searchConversionRateQuarterly": 1,
      "brandCount": 1,
      "top5BrandsClickShare": 1,
      "top5ProductsClickShare": 1,
      "avgBrandAgeNow": 1,
      "avgBrandAgeQuarterly": 1,
      "newProductsLaunchedSemiannual": 1,
      "successfulLaunchedSemiannual": 1,
      "launchRateSemiannual": 1,
      "returnRateAnnual": 1,
      "acos": 1,
      "profitMarginGt50PctSkuRatio": 1,
      "breakEvenRatio": 1,
      "cpc": {},
      "categorieList": [],
      "referenceAsinImageUrl": "B072MQ5BRX"
    }
  ]
}