Amazon Marketplace Intelligence

Amazon Product Database MCP Tool

Jungle Scout Product Database multi-condition filtering. Filter Amazon products by category, price, sales volume, revenue, reviews, rating, weight, BSR rank, LQS, seller type, and more across 10 marketplaces.

MCP tool name
nexscope_amazon_product_database
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/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-database-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_product_database",
    "arguments": {
      "marketplace": "us",
      "includeKeywords": "phone case",
      "needCount": 10,
      "sort": "-sales"
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-product-database

Arguments

NameTypeRequiredMeaning
marketplacestringrequired
Target marketplace code. Options: us, uk, de, in, ca, fr, it, es, mx, jp
Example: us
includeKeywordsstringoptional
Keywords to include in title/ASIN, comma-separated, up to 100 items, max 50 chars each
Example: phone case
excludeKeywordsstringoptional
Keywords to exclude from title/ASIN, comma-separated, up to 100 items, max 50 chars each
Example: phone case
categoriesstringoptional
Primary category names, comma-separated, must match the standard category names for the corresponding site. US site examples: Appliances, Arts Crafts & Sewing, Automotive, Baby, Beauty & Personal Care, Books, CDs & Vinyl, Cell Phones & Accessories, Clothing Shoes & Jewelry, Collectibles & Fine Art, Computers, Digital Music, Electronics, Garden & Outdoor, Grocery & Gourmet Food, Handmade, Health Household & Baby Care, Home & Kitchen, Industrial & Scientific, Kindle Store, Kitchen & Dining, Movies & TV, Musical Instruments, Office Products, Pet Supplies, Sports & Outdoors, Tools & Home Improvement, Toys & Games, Video Games, etc. Other sites (uk, de, fr, it, es, mx, jp, ca, in) have their own localized category names
Example: {}
minPricenumberoptional
Minimum price
Example: 1
maxPricenumberoptional
Maximum price
Example: 1
minSalesintegeroptional
Minimum monthly sales
Example: 1
maxSalesintegeroptional
Maximum monthly sales
Example: 1
minRevenuenumberoptional
Minimum monthly revenue
Example: 1
maxRevenuenumberoptional
Maximum monthly revenue
Example: 1
minReviewsintegeroptional
Minimum number of reviews
Example: 1
maxReviewsintegeroptional
Maximum number of reviews
Example: 1
minRatingnumberoptional
Minimum rating (1.0-5.0)
Example: 1
maxRatingnumberoptional
Maximum rating (1.0-5.0)
Example: 1
minWeightnumberoptional
Minimum weight (lbs)
Example: 1
maxWeightnumberoptional
Maximum weight (lbs)
Example: 1
minRankintegeroptional
Minimum BSR ranking
Example: 1
maxRankintegeroptional
Maximum BSR ranking
Example: 1
minLqsintegeroptional
Minimum LQS score (1-10)
Example: 1
maxLqsintegeroptional
Maximum LQS score (1-10)
Example: 1
minSellersintegeroptional
Minimum number of sellers
Example: 1
maxSellersintegeroptional
Maximum number of sellers
Example: 1
minNetnumberoptional
Minimum net profit
Example: 1
maxNetnumberoptional
Maximum net profit
Example: 1
sellerTypesstringoptional
Seller types, comma-separated. Options: amz (Amazon self-operated), fba, fbm
Example: {}
productTiersstringoptional
Product size tiers, comma-separated. Options: oversize, standard
Example: {}
excludeTopBrandsbooleanoptional
Whether to exclude top brands
Example: false
excludeUnavailableProductsbooleanoptional
Whether to exclude unavailable products
Example: false
minUpdatedAtstringoptional
Data update start date (YYYY-MM-DD)
Example: 2026-01-01
maxUpdatedAtstringoptional
Data update end date (YYYY-MM-DD)
Example: 2026-01-01
needCountintegeroptional
Total number of results to return, API auto-paginates internally
Example: 1
sortstringoptional
Sort field. Options: name, -name, category, -category, revenue, -revenue, sales, -sales, price, -price, rank, -rank, reviews, -reviews, lqs, -lqs, sellers, -sellers. Prefix - indicates descending. Default: name
Example: {}

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
costTokenintegeroptional
Token consumption
Example: 1
productDatabaseListarrayoptional
Product data list
Example: []
productDatabaseList[].idstringoptional
Product unique identifier
Example: example-id
productDatabaseList[].titlestringoptional
Product title
Example: {}
productDatabaseList[].brandstringoptional
Brand name
Example: {}
productDatabaseList[].categorystringoptional
Primary category
Example: {}
productDatabaseList[].breadcrumbPathstringoptional
Full category path
Example: {}
productDatabaseList[].pricenumberoptional
Current selling price (USD)
Example: 1
productDatabaseList[].approximate30DayUnitsSoldintegeroptional
Estimated units sold in last 30 days
Example: 1
productDatabaseList[].approximate30DayRevenuenumberoptional
Estimated revenue in last 30 days (USD)
Example: 1
productDatabaseList[].productRankintegeroptional
BSR ranking
Example: 1
productDatabaseList[].reviewsintegeroptional
Total number of reviews
Example: 1
productDatabaseList[].ratingnumberoptional
Average rating (1.0-5.0)
Example: 1
productDatabaseList[].listingQualityScoreintegeroptional
Listing quality score (LQS, 1-10)
Example: 1
productDatabaseList[].numberOfSellersintegeroptional
Number of active sellers
Example: 1
productDatabaseList[].sellerTypestringoptional
Seller type (amz/fba/fbm)
Example: {}
productDatabaseList[].imageUrlstringoptional
Product main image URL
Example: https://example.com/image.jpg
productDatabaseList[].dateFirstAvailablestringoptional
Date first listed
Example: 2026-01-01
productDatabaseList[].weightValuenumberoptional
Product weight
Example: 1
productDatabaseList[].weightUnitstringoptional
Weight unit
Example: {}
productDatabaseList[].lengthValuenumberoptional
Length
Example: 1
productDatabaseList[].widthValuenumberoptional
Width
Example: 1
productDatabaseList[].heightValuenumberoptional
Height
Example: 1
productDatabaseList[].dimensionsUnitstringoptional
Dimensions unit
Example: {}
productDatabaseList[].parentAsinstringoptional
Parent ASIN
Example: B072MQ5BRX
productDatabaseList[].isParentbooleanoptional
Whether it is a parent listing
Example: false
productDatabaseList[].isVariantbooleanoptional
Whether it is a variant
Example: false
productDatabaseList[].isStandalonebooleanoptional
Whether it is a standalone product
Example: false
productDatabaseList[].isAvailablebooleanoptional
Whether it is available for purchase
Example: false
productDatabaseList[].buyBoxOwnerstringoptional
Buy Box owner seller name
Example: {}
productDatabaseList[].buyBoxOwnerSellerIdstringoptional
Buy Box owner seller ID
Example: example-id
productDatabaseList[].updatedAtstringoptional
Data update time
Example: 2026-01-01
productDatabaseList[].feeBreakdownobjectoptional
Fee details: fbaFee (FBA fee), referralFee (referral fee), variableClosingFee (variable closing fee), totalFees (total fees)
Example: {}
productDatabaseList[].subcategoryRanksarrayoptional
Subcategory BSR ranking list, each item contains subcategory, rank, id
Example: []
productDatabaseList[].typestringoptional
Resource type
Example: {}
productDatabaseList[].variantsarrayoptional
Variant list
Example: []
productDatabaseList[].upcListarrayoptional
UPC code list
Example: []
productDatabaseList[].eanListarrayoptional
EAN code list
Example: []
productDatabaseList[].isbnListarrayoptional
ISBN code list
Example: []
productDatabaseList[].gtinListarrayoptional
GTIN code list
Example: []
productDatabaseList[].dateFirstAvailableIsEstimatedbooleanoptional
Whether the listing date is estimated
Example: false
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: {}
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

{
  "marketplace": "us",
  "includeKeywords": "phone case",
  "needCount": 10,
  "sort": "-sales"
}

Example structuredContent

{
  "costToken": 1,
  "productDatabaseList": [
    {
      "id": "example-id",
      "price": 1,
      "approximate30DayUnitsSold": 1,
      "approximate30DayRevenue": 1,
      "productRank": 1,
      "reviews": 1,
      "rating": 1,
      "listingQualityScore": 1,
      "numberOfSellers": 1,
      "imageUrl": "https://example.com/image.jpg",
      "dateFirstAvailable": "2026-01-01",
      "weightValue": 1,
      "lengthValue": 1,
      "widthValue": 1,
      "heightValue": 1,
      "parentAsin": "B072MQ5BRX",
      "isParent": false,
      "isVariant": false,
      "isStandalone": false,
      "isAvailable": false,
      "buyBoxOwnerSellerId": "example-id",
      "updatedAt": "2026-01-01",
      "feeBreakdown": {},
      "subcategoryRanks": [],
      "variants": [],
      "upcList": [],
      "eanList": [],
      "isbnList": [],
      "gtinList": [],
      "dateFirstAvailableIsEstimated": false
    }
  ]
}