Nexscope

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://api.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": {
      "pageSize": 10,
      "keyword": "phone case",
      "countryCode": "US",
      "page": 1
    }
  }
}
REST API equivalent
POST https://api.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.

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

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

Example structuredContent

{
  "data": {
    "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
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}