Amazon Marketplace Intelligence
Amazon Product Discovery MCP Tool
Amazon product discovery and potential bestseller mining via Jiimore data.
MCP tool name
nexscope_amazon_product_discoveryEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf 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/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-product-discoveryArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
keyword | string | required | Keyword (required; translate the keyword to the language of the selected country) Example: phone case |
countryCode | string | optional | Country, use country abbreviation. Default US. Options: US, JP, DE Example: {} |
priceMin | number | optional | Minimum product price Example: 1 |
priceMax | number | optional | Maximum product price Example: 1 |
totalReviewsMin | integer | optional | Minimum number of reviews Example: 1 |
totalReviewsMax | integer | optional | Maximum number of reviews Example: 1 |
customerRatingMin | number | optional | Minimum rating Example: 1 |
customerRatingMax | number | optional | Maximum rating Example: 1 |
clickConversionRateMin | number | optional | Minimum click-to-purchase conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateMax | number | optional | Maximum click-to-purchase conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateCompositeMin | number | optional | Minimum composite conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateCompositeMax | number | optional | Maximum composite conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountT7Min | integer | optional | Minimum weekly click count Example: 1 |
clickCountT7Max | integer | optional | Maximum weekly click count Example: 1 |
clickCountT30Min | integer | optional | Minimum monthly click count Example: 1 |
clickCountT30Max | integer | optional | Maximum monthly click count Example: 1 |
clickCountGrowthT7Min | number | optional | Minimum weekly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT7Max | number | optional | Maximum weekly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT30Min | number | optional | Minimum monthly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT30Max | number | optional | Maximum monthly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
salesVolumeT360Min | integer | optional | Minimum annual sales volume Example: 1 |
salesVolumeT360Max | integer | optional | Maximum annual sales volume Example: 1 |
grossProfitMarginMin | number | optional | Minimum gross profit margin Example: 1 |
grossProfitMarginMax | number | optional | Maximum gross profit margin Example: 1 |
fbaFeeMin | number | optional | Minimum FBA fee Example: 1 |
fbaFeeMax | number | optional | Maximum FBA fee Example: 1 |
launchDateMin | string | optional | Earliest listing time, format: yyyyMMdd000000 Example: 2026-01-01 |
launchDateMax | string | optional | Latest listing time, format: yyyyMMdd000000 Example: 2026-01-01 |
nicheCountMin | integer | optional | Minimum niche market count Example: 1 |
nicheCountMax | integer | optional | Maximum niche market count Example: 1 |
sellerCountry | string | optional | Seller country/region code, comma-separated for multiple selections, e.g.: CN,US Example: {} |
sortField | string | optional | 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: {} |
sortType | string | optional | Sort direction. Default desc. Options: desc (descending), asc (ascending) Example: {} |
page | integer | optional | Page number. Default 1 Example: 1 |
pageSize | integer | optional | Items per page (10-100). Default 50 Example: 10 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
total | integer | optional | Total count Example: 1 |
sourceTool | string | optional | Tool type: jiimore Example: {} |
sourceType | string | optional | Source type: amazon Example: {} |
type | string | optional | Render style Example: {} |
title | string | optional | Title Example: {} |
costToken | integer | optional | Token consumption Example: 1 |
columns | array | optional | Rendered columns Example: [] |
products | array | optional | Product list (see below) Example: [] |
products[].asin | string | optional | Amazon product ASIN Example: B072MQ5BRX |
products[].parentAsin | string | optional | Amazon product parent ASIN Example: B072MQ5BRX |
products[].title | string | optional | Product title Example: {} |
products[].brand | string | optional | Brand Example: {} |
products[].price | number | optional | Price Example: 1 |
products[].imageUrl | string | optional | Product main image Example: https://example.com/image.jpg |
products[].productImageUrls | array | optional | Product image URL list Example: [] |
products[].asinUrl | string | optional | ASIN link Example: B072MQ5BRX |
products[].ratings | integer | optional | Number of reviews Example: 1 |
products[].availableDate | string | optional | Listing time (timestamp) Example: 2026-01-01 |
products[].availableDateString | string | optional | Listing date (string) Example: 2026-01-01 |
products[].categoryNames | array | optional | Category information Example: [] |
products[].marketplaceId | string | optional | Site ID Example: US |
products[].clickCountT7 | integer | optional | Weekly click count Example: 1 |
products[].clickCountT30 | integer | optional | Monthly click count Example: 1 |
products[].clickCountT90 | integer | optional | Quarterly click count Example: 1 |
products[].clickConversionRate | number | optional | Click-to-purchase conversion rate Example: 1 |
products[].clickConversionRateComposite | number | optional | Composite conversion rate Example: 1 |
products[].grossProfitMargin | number | optional | Gross profit margin Example: 1 |
products[].fbaFee | number | optional | Amazon fee Example: 1 |
products[].shippingFee | number | optional | FBA shipping fee Example: 1 |
products[].sourceTool | string | optional | Tool type: jiimore Example: {} |
products[].sourceType | string | optional | Source type: amazon Example: {} |
errcode | integer | optional | Upstream status code returned by the provider. Example: {} |
errmsg | string | optional | Upstream status message returned by the provider. Example: {} |
code | string | optional | Provider-specific status code. Example: {} |
msg | string | optional | Provider-specific status message. Example: {} |
message | string | optional | Provider-specific message. Example: {} |
costTime | integer | optional | Execution time reported by the upstream provider. Example: {} |
page | integer | optional | Current page returned by the upstream provider. Example: {} |
pageSize | integer | optional | Page size returned by the upstream provider. Example: {} |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: {} |
totalPage | integer | optional | Total page count returned by the upstream provider. Example: {} |
dataSnapshotMonth | string | optional | 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
}
]
}