Amazon Marketplace Intelligence

Amazon Product Discovery MCP Tool

Amazon product discovery and potential bestseller mining via Jiimore data.

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

Arguments

NameTypeRequiredMeaning
keywordstringrequired
Keyword (required; translate the keyword to the language of the selected country)
Example: phone case
countryCodestringoptional
Country, use country abbreviation. Default US. Options: US, JP, DE
Example: {}
priceMinnumberoptional
Minimum product price
Example: 1
priceMaxnumberoptional
Maximum product price
Example: 1
totalReviewsMinintegeroptional
Minimum number of reviews
Example: 1
totalReviewsMaxintegeroptional
Maximum number of reviews
Example: 1
customerRatingMinnumberoptional
Minimum rating
Example: 1
customerRatingMaxnumberoptional
Maximum rating
Example: 1
clickConversionRateMinnumberoptional
Minimum click-to-purchase conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateMaxnumberoptional
Maximum click-to-purchase conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateCompositeMinnumberoptional
Minimum composite conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateCompositeMaxnumberoptional
Maximum composite conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountT7Minintegeroptional
Minimum weekly click count
Example: 1
clickCountT7Maxintegeroptional
Maximum weekly click count
Example: 1
clickCountT30Minintegeroptional
Minimum monthly click count
Example: 1
clickCountT30Maxintegeroptional
Maximum monthly click count
Example: 1
clickCountGrowthT7Minnumberoptional
Minimum weekly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT7Maxnumberoptional
Maximum weekly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT30Minnumberoptional
Minimum monthly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT30Maxnumberoptional
Maximum monthly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
salesVolumeT360Minintegeroptional
Minimum annual sales volume
Example: 1
salesVolumeT360Maxintegeroptional
Maximum annual sales volume
Example: 1
grossProfitMarginMinnumberoptional
Minimum gross profit margin
Example: 1
grossProfitMarginMaxnumberoptional
Maximum gross profit margin
Example: 1
fbaFeeMinnumberoptional
Minimum FBA fee
Example: 1
fbaFeeMaxnumberoptional
Maximum FBA fee
Example: 1
launchDateMinstringoptional
Earliest listing time, format: yyyyMMdd000000
Example: 2026-01-01
launchDateMaxstringoptional
Latest listing time, format: yyyyMMdd000000
Example: 2026-01-01
nicheCountMinintegeroptional
Minimum niche market count
Example: 1
nicheCountMaxintegeroptional
Maximum niche market count
Example: 1
sellerCountrystringoptional
Seller country/region code, comma-separated for multiple selections, e.g.: CN,US
Example: {}
sortFieldstringoptional
Sort field. Default purchasedClicksT360. Options: totalReviews (total reviews), price (price), launchDate (listing time), clickCountT7 (7-day click count), clickCountT30 (30-day click count), clickCountT90 (90-day click count), clickConversionRate (click-to-purchase conversion rate), clickConversionRateComposite (composite click-to-purchase conversion rate), customerRating (rating), purchasedClicksT360 (360-day purchase clicks), clickCountGrowthT7 (weekly click growth rate), clickCountGrowthT30 (monthly click growth rate), currentPrice (current price), fbaFee (FBA fee), shippingFee (FBA shipping), gpm (gross profit margin)
Example: {}
sortTypestringoptional
Sort direction. Default desc. Options: desc (descending), asc (ascending)
Example: {}
pageintegeroptional
Page number. Default 1
Example: 1
pageSizeintegeroptional
Items per page (10-100). Default 50
Example: 10

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total count
Example: 1
sourceToolstringoptional
Tool type: jiimore
Example: {}
sourceTypestringoptional
Source type: amazon
Example: {}
typestringoptional
Render style
Example: {}
titlestringoptional
Title
Example: {}
costTokenintegeroptional
Token consumption
Example: 1
columnsarrayoptional
Rendered columns
Example: []
productsarrayoptional
Product list (see below)
Example: []
products[].asinstringoptional
Amazon product ASIN
Example: B072MQ5BRX
products[].parentAsinstringoptional
Amazon product parent ASIN
Example: B072MQ5BRX
products[].titlestringoptional
Product title
Example: {}
products[].brandstringoptional
Brand
Example: {}
products[].pricenumberoptional
Price
Example: 1
products[].imageUrlstringoptional
Product main image
Example: https://example.com/image.jpg
products[].productImageUrlsarrayoptional
Product image URL list
Example: []
products[].asinUrlstringoptional
ASIN link
Example: B072MQ5BRX
products[].ratingsintegeroptional
Number of reviews
Example: 1
products[].availableDatestringoptional
Listing time (timestamp)
Example: 2026-01-01
products[].availableDateStringstringoptional
Listing date (string)
Example: 2026-01-01
products[].categoryNamesarrayoptional
Category information
Example: []
products[].marketplaceIdstringoptional
Site ID
Example: US
products[].clickCountT7integeroptional
Weekly click count
Example: 1
products[].clickCountT30integeroptional
Monthly click count
Example: 1
products[].clickCountT90integeroptional
Quarterly click count
Example: 1
products[].clickConversionRatenumberoptional
Click-to-purchase conversion rate
Example: 1
products[].clickConversionRateCompositenumberoptional
Composite conversion rate
Example: 1
products[].grossProfitMarginnumberoptional
Gross profit margin
Example: 1
products[].fbaFeenumberoptional
Amazon fee
Example: 1
products[].shippingFeenumberoptional
FBA shipping fee
Example: 1
products[].sourceToolstringoptional
Tool type: jiimore
Example: {}
products[].sourceTypestringoptional
Source type: amazon
Example: {}
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: {}
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

{
  "countryCode": "US",
  "keyword": "phone case",
  "pageSize": 10,
  "page": 1
}

Example structuredContent

{
  "total": 1,
  "costToken": 1,
  "columns": [],
  "products": [
    {
      "asin": "B072MQ5BRX",
      "parentAsin": "B072MQ5BRX",
      "price": 1,
      "imageUrl": "https://example.com/image.jpg",
      "productImageUrls": [],
      "asinUrl": "B072MQ5BRX",
      "ratings": 1,
      "availableDate": "2026-01-01",
      "availableDateString": "2026-01-01",
      "categoryNames": [],
      "marketplaceId": "US",
      "clickCountT7": 1,
      "clickCountT30": 1,
      "clickCountT90": 1,
      "clickConversionRate": 1,
      "clickConversionRateComposite": 1,
      "grossProfitMargin": 1,
      "fbaFee": 1,
      "shippingFee": 1
    }
  ]
}