Amazon Marketplace Intelligence

Amazon Search By Image MCP Tool

Perform image-based visual product search on Amazon across 8 marketplaces. Use an image URL to find visually similar products, with optional Keepa enrichment for sales data.

MCP tool name
nexscope_amazon_search_by_image
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/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-search-by-image-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_search_by_image",
    "arguments": {
      "amazonDomain": "amazon.com",
      "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg",
      "aggregateByKeepaData": false
    }
  }
}
REST API equivalent
POST https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-search-by-image

Arguments

NameTypeRequiredMeaning
imageUrlstringrequired
Valid, publicly accessible image URL (maximum 1,000 characters)
Example: https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg
amazonDomainstringrequired
Amazon marketplace. Supported domains: United States (amazon.com), United Kingdom (amazon.co.uk), Germany (amazon.de), France (amazon.fr), Italy (amazon.it), Spain (amazon.es), Japan (amazon.co.jp), and India (amazon.in). Default: amazon.com
Example: amazon.com
sortstringoptional
Sort by price, rating, or rating count. Values: default, price-asc-rank, price-desc-rank, rating-asc-rank, rating-desc-rank, ratings-asc-rank, and ratings-desc-rank
Example: {}
deliveryZipstringoptional
Delivery postal code or city within the selected marketplace. If omitted, the marketplace default is used. Maximum 1,000 characters. Defaults: United States=10001, United Kingdom=EC1A 1BB, Germany=10115, France=75001, Italy=00100, Spain=28001, Japan=100-0001, and India=110034
Example: {}
countryOrAreaCodestringoptional
Destination country or region code for cross-border delivery, such as CN, JP, KR, TW, HK, MO, SG, TH, VN, PH, or MY. Do not provide this together with deliveryZip. Amazon India does not support cross-border destination settings. Maximum 1,000 characters
Example: {}
aggregateByKeepaDatabooleanoptional
Whether to enrich results with Keepa data such as sales rank, monthly sales, FBA fees, and dimensions
Example: false

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total rows
Example: 1
totalCountintegeroptional
Total count
Example: 1
perPageintegeroptional
Items per page
Example: 1
currentPageintegeroptional
Current page
Example: 1
typestringoptional
Rendering style
Example: {}
sourceTypestringoptional
Source type
Example: {}
columnsarrayoptional
Column definitions used for rendering
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
productsarrayoptional
Product list; see the product fields below
Example: []
asinstringoptional
ASIN
Example: B072MQ5BRX
titlestringoptional
Product title
Example: {}
imageUrlstringoptional
Image URL
Example: https://example.com/image.jpg
asinUrlstringoptional
Amazon ASIN detail URL
Example: B072MQ5BRX
pricenumberoptional
Current price in the marketplace currency
Example: 1
oldPricenumberoptional
List price
Example: 1
products[].currencystringoptional
Currency
Example: {}
ratingnumberoptional
Current rating from 0.0 to 5.0
Example: 1
ratingsintegeroptional
Rating count
Example: 1
products[].brandstringoptional
Brand
Example: {}
sourceToolstringoptional
Source tool
Example: {}
salesRankintegeroptional
Sales rank from Keepa
Example: 1
salesRank30integeroptional
Average sales rank over the past 30 days from Keepa
Example: 1
salesRank90integeroptional
Average sales rank over the past 90 days from Keepa
Example: 1
salesRank180integeroptional
Average sales rank over the past 180 days from Keepa
Example: 1
monthlySalesUnitsintegeroptional
Monthly units sold from Keepa
Example: 1
monthlySalesRevenuenumberoptional
Monthly sales revenue from Keepa
Example: 1
monthlySalesUnits1MonthAgo~monthlySalesUnits12MonthsAgointegeroptional
Monthly sales from 1 through 12 months ago, from Keepa
Example: 1
reviewCountintegeroptional
Review count from Keepa
Example: 1
fbaFeesnumberoptional
FBA fulfillment fee in the marketplace currency from Keepa
Example: 1
profitnumberoptional
Profit margin percentage from Keepa; for example, 25.5 means 25.5%
Example: 1
referralFeePercentagenumberoptional
Referral fee percentage from Keepa
Example: 1
products[].fulfillmentstringoptional
Fulfillment method from Keepa: AMZ, FBA, or FBM
Example: {}
primePricenumberoptional
Prime price from Keepa
Example: 1
buyBoxSellerIdstringoptional
Buy Box seller ID from Keepa
Example: example-id
sellerNumintegeroptional
Seller count from Keepa
Example: 1
variationNumintegeroptional
Variation count from Keepa
Example: 1
parentAsinstringoptional
Parent ASIN from Keepa
Example: B072MQ5BRX
availableDatestringoptional
Listing date from Keepa in yyyy-MM-dd HH:mm:ss format
Example: 2026-01-01
lastUpdatestringoptional
Last update time from Keepa in yyyy-MM-dd HH:mm:ss format
Example: 2026-01-01
products[].manufacturerstringoptional
Manufacturer from Keepa
Example: {}
products[].modelstringoptional
Model from Keepa
Example: {}
products[].colorstringoptional
Color from Keepa
Example: {}
products[].materialstringoptional
Primary materials used in the product construction, from Keepa
Example: {}
products[].weightstringoptional
Weight in grams from Keepa
Example: {}
products[].dimensionstringoptional
Dimensions from Keepa
Example: {}
itemLengthintegeroptional
Product length in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
itemWidthintegeroptional
Product width in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
itemHeightintegeroptional
Product height in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
packageLengthintegeroptional
Package length in millimeters from Keepa
Example: 1
packageWidthintegeroptional
Package width in millimeters from Keepa
Example: 1
packageHeightintegeroptional
Package height in millimeters from Keepa
Example: 1
products[].packageWeightstringoptional
Package weight in grams from Keepa
Example: {}
products[].packageDimensionsstringoptional
Package dimensions from Keepa
Example: {}
packageQuantityintegeroptional
Number of items in the package from Keepa; 0 or -1 when unavailable
Example: 1
products[].dimensionsTypestringoptional
Dimension type from Keepa
Example: {}
products[].categoryTreestringoptional
Category tree from Keepa
Example: {}
categoryTreeIdstringoptional
Category tree ID from Keepa
Example: example-id
rootCategoryintegeroptional
Root category ID from Keepa
Example: 1
isAdultProductbooleanoptional
Whether the product is classified as adult content by Keepa
Example: false
isHazmatbooleanoptional
Whether the product is classified as hazardous by Keepa
Example: false
urlSlugstringoptional
URL slug from Keepa
Example: https://example.com/image.jpg
productImageUrlsarrayoptional
Product image URLs from Keepa
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

{
  "amazonDomain": "amazon.com",
  "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg",
  "aggregateByKeepaData": false
}

Example structuredContent

{
  "total": 1,
  "totalCount": 1,
  "perPage": 1,
  "currentPage": 1,
  "columns": [],
  "costToken": 1,
  "products": [],
  "asin": "B072MQ5BRX",
  "imageUrl": "https://example.com/image.jpg",
  "asinUrl": "B072MQ5BRX",
  "price": 1,
  "oldPrice": 1,
  "rating": 1,
  "ratings": 1,
  "salesRank": 1,
  "salesRank30": 1,
  "salesRank90": 1,
  "salesRank180": 1,
  "monthlySalesUnits": 1,
  "monthlySalesRevenue": 1,
  "monthlySalesUnits1MonthAgo~monthlySalesUnits12MonthsAgo": 1,
  "reviewCount": 1,
  "fbaFees": 1,
  "profit": 1,
  "referralFeePercentage": 1,
  "primePrice": 1,
  "buyBoxSellerId": "example-id",
  "sellerNum": 1,
  "variationNum": 1,
  "parentAsin": "B072MQ5BRX",
  "availableDate": "2026-01-01",
  "lastUpdate": "2026-01-01",
  "itemLength": 1,
  "itemWidth": 1,
  "itemHeight": 1,
  "packageLength": 1,
  "packageWidth": 1,
  "packageHeight": 1,
  "packageQuantity": 1,
  "categoryTreeId": "example-id",
  "rootCategory": 1,
  "isAdultProduct": false,
  "isHazmat": false,
  "urlSlug": "https://example.com/image.jpg",
  "productImageUrls": []
}