Amazon Marketplace Intelligence

Amazon Related Asins MCP Tool

Find Amazon same-niche competitors by ASIN, with multi-dimensional filtering by click conversion rate, composite conversion rate, click volume, sales volume, reviews, ratings, price, and gross margin to identify potential competitors.

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

Arguments

NameTypeRequiredMeaning
asinstringrequired
Reference ASIN, used to query competitor listings that belong to the same niche as this ASIN, max length 1000 characters
Example: B072MQ5BRX
countryCodestringoptional
Country code, options: US (United States), JP (Japan), DE (Germany)
Example: {}
pageintegeroptional
Page number (starting from 1)
Example: 1
pageSizeintegeroptional
Items returned per page (10-100)
Example: 10
sortFieldstringoptional
Sort field (see sort options below)
Example: {}
sortTypestringoptional
Sort direction: desc (descending) or asc (ascending)
Example: {}
priceMinnumberoptional
Minimum product price
Example: 1
priceMaxnumberoptional
Maximum product price
Example: 1
fbaFeeMinnumberoptional
Minimum FBA fee
Example: 1
fbaFeeMaxnumberoptional
Maximum FBA fee
Example: 1
grossProfitMarginMinnumberoptional
Minimum gross profit margin
Example: 1
grossProfitMarginMaxnumberoptional
Maximum gross profit margin
Example: 1
totalReviewsMinintegeroptional
Minimum review count
Example: 1
totalReviewsMaxintegeroptional
Maximum review count
Example: 1
customerRatingMinnumberoptional
Minimum rating, range 0.0-5.0
Example: 1
customerRatingMaxnumberoptional
Maximum rating, range 0.0-5.0
Example: 1
clickCountT7Minintegeroptional
Minimum weekly click count
Example: 1
clickCountT7Maxintegeroptional
Maximum weekly click count
Example: 1
clickCountGrowthT7Minnumberoptional
Minimum weekly click growth rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickCountGrowthT7Maxnumberoptional
Maximum weekly click growth rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickConversionRateMinnumberoptional
Minimum click conversion rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickConversionRateMaxnumberoptional
Maximum click conversion rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickCountT30Minintegeroptional
Minimum monthly click count
Example: 1
clickCountT30Maxintegeroptional
Maximum monthly click count
Example: 1
clickCountGrowthT30Minnumberoptional
Minimum monthly click growth rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickCountGrowthT30Maxnumberoptional
Maximum monthly click growth rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickConversionRateCompositeMinnumberoptional
Minimum composite click conversion rate, range 0-1, e.g., 0.1 means 10%
Example: 1
clickConversionRateCompositeMaxnumberoptional
Maximum composite click conversion rate, range 0-1, e.g., 0.1 means 10%
Example: 1
salesVolumeT360Minintegeroptional
Minimum annual sales volume
Example: 1
salesVolumeT360Maxintegeroptional
Maximum annual sales volume
Example: 1
launchDateMinstringoptional
Earliest listing time, format yyyyMMdd000000
Example: 2026-01-01
launchDateMaxstringoptional
Latest listing time, format yyyyMMdd000000
Example: 2026-01-01
nicheCountMinintegeroptional
Minimum number of niche markets
Example: 1
nicheCountMaxintegeroptional
Maximum number of niche markets
Example: 1
sellerCountrystringoptional
Seller country code, comma-separated for multiple countries, e.g.: CN,US
Example: {}

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total record count
Example: 1
pagesintegeroptional
Total page count
Example: 1
pageintegeroptional
Current page
Example: 1
pageSizeintegeroptional
Page size, min 10, max 100
Example: 10
dataarrayoptional
ASIN product list (see product object fields below)
Example: []
columnsarrayoptional
Rendered columns
Example: []
typestringoptional
Render style
Example: {}
costTokenintegeroptional
Token consumption
Example: 1
data[].asinstringoptional
Amazon product ASIN
Example: B072MQ5BRX
data[].parentAsinstringoptional
Amazon product parent ASIN
Example: B072MQ5BRX
data[].titlestringoptional
Product title
Example: {}
data[].brandstringoptional
Brand
Example: {}
data[].pricenumberoptional
Price
Example: 1
data[].currentPricenumberoptional
Current price
Example: 1
data[].currencystringoptional
Currency
Example: {}
data[].customerRatingnumberoptional
Rating
Example: 1
data[].totalReviewsintegeroptional
Review count
Example: 1
data[].launchDatestringoptional
Listing time
Example: 2026-01-01
data[].linkstringoptional
ASIN link
Example: {}
data[].imagesUrlstringoptional
Product main image
Example: https://example.com/image.jpg
data[].sellerNamestringoptional
Seller name
Example: {}
data[].sellerIdstringoptional
Seller ID
Example: example-id
data[].fbaFeenumberoptional
FBA fee
Example: 1
data[].shippingFeenumberoptional
FBA shipping fee
Example: 1
data[].gpmnumberoptional
Gross profit margin
Example: 1
data[].clickConversionRatenumberoptional
Click conversion rate (original 7-day click conversion rate)
Example: 1
data[].clickConversionRateCompositenumberoptional
Composite click conversion rate
Example: 1
data[].clickConversionRateTypestringoptional
Conversion rate calculation type
Example: {}
data[].clickConversionRateCompositeTypestringoptional
Composite conversion rate calculation type
Example: {}
data[].clickCountT7integeroptional
7-day click count
Example: 1
data[].clickCountT30integeroptional
30-day click count
Example: 1
data[].clickCountT90integeroptional
90-day click count
Example: 1
data[].clickCountGrowthT7numberoptional
Weekly click growth rate
Example: 1
data[].clickCountGrowthT30numberoptional
Monthly click growth rate
Example: 1
data[].purchasedClicksT360integeroptional
360-day purchase clicks
Example: 1
data[].salesVolumeT360integeroptional
Annual sales volume
Example: 1
data[].nicheCountintegeroptional
Number of niche markets the product belongs to
Example: 1
data[].sameNicheTitlestringoptional
Same niche title
Example: {}
data[].involvedNumintegeroptional
Number of involved keywords
Example: 1
data[].involvedFrequencyintegeroptional
Frequency of involved keywords
Example: 1
data[].categoryNamesarrayoptional
Category information
Example: []
data[].hasMetricbooleanoptional
Whether the product has metrics
Example: false
data[].searchValueTypestringoptional
Search type: exact (exact match), sameNiche (same niche as reference ASIN), category (category)
Example: {}
data[].nichesarrayoptional
Top 3 niche markets, containing: nicheId, nicheTitle, demand (market score), image, marketplaceId
Example: []
data[].bestSellersRankingarrayoptional
Best seller rankings, containing: rank (ranking), category (category name)
Example: []
data[].trendsarrayoptional
90-day trend data, containing: day (date), clickCountT7 (weekly click count), reviewCount (review count), reviewRating (review rating), bestSellerRanking (BSR ranking), averagePriceT7 (weekly average price), totalOfferDepthT7 (7-day new offers)
Example: []
data[].lastUpdateTimestringoptional
Last update time
Example: 2026-01-01
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: {}
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

{
  "countryCode": "US",
  "pageSize": 10,
  "page": 1,
  "asin": "B072MQ5BRX"
}

Example structuredContent

{
  "total": 1,
  "pages": 1,
  "page": 1,
  "pageSize": 10,
  "data": [
    {
      "asin": "B072MQ5BRX",
      "parentAsin": "B072MQ5BRX",
      "price": 1,
      "currentPrice": 1,
      "customerRating": 1,
      "totalReviews": 1,
      "launchDate": "2026-01-01",
      "imagesUrl": "https://example.com/image.jpg",
      "sellerId": "example-id",
      "fbaFee": 1,
      "shippingFee": 1,
      "gpm": 1,
      "clickConversionRate": 1,
      "clickConversionRateComposite": 1,
      "clickCountT7": 1,
      "clickCountT30": 1,
      "clickCountT90": 1,
      "clickCountGrowthT7": 1,
      "clickCountGrowthT30": 1,
      "purchasedClicksT360": 1,
      "salesVolumeT360": 1,
      "nicheCount": 1,
      "involvedNum": 1,
      "involvedFrequency": 1,
      "categoryNames": [],
      "hasMetric": false,
      "niches": [],
      "bestSellersRanking": [],
      "trends": [],
      "lastUpdateTime": "2026-01-01"
    }
  ],
  "columns": [],
  "costToken": 1
}