Platforms / amazon
amazon toolset
14 tools. Mount this server and your agent gets every amazon endpoint, fully typed.
claude mcp add capzy-amazon --transport http https://mcp.capzy.ai/amazon/mcp \ --header "Authorization: Bearer YOUR_KEY"
Listings
amazon_bestsellers
1 credit
Bestsellers & Charts
Amazon's ranked product charts. Use the list param to switch between bestsellers, new releases, movers & shakers, most wished for, gift ideas, and Today's Deals. Returns organic_results ranked by chart position.
| Param | Type | Required | Description |
|---|---|---|---|
list |
string | optional | Which ranked chart to return. Default: bestsellers |
category |
string | optional | Chart category slug or browse-node id (optional). Example: electronics, or a node like 172282. |
page |
integer | optional | Chart page (each page lists up to ~50 ranked items). Range: 1 - 20. Default: 1 |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_category
1 credit
not yet verified
Browse Category
List products within an Amazon browse-node category.
| Param | Type | Required | Description |
|---|---|---|---|
node |
string | required | Amazon browse-node id. Found in bestsellers_rank links or category URLs (node=...). |
page |
integer | optional | Page number. Range: 1 - 20. Default: 1 |
sort_by |
string | optional | Sort order for results. |
min_price |
number | optional | Only items priced at or above this amount, in the marketplace currency. |
max_price |
number | optional | Only items priced at or below this amount, in the marketplace currency. |
brand |
string | optional | Filter to one or more brands. Comma separate multiple brands. |
rating_min |
integer | optional | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
prime |
boolean | optional | Keep only Prime-eligible items. Default: False |
free_shipping |
boolean | optional | Keep only items that ship free. Default: False |
department |
string | optional | Restrict results to a department or category node id (rh node). |
condition |
string | optional | Item condition. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_deals
1 credit
not yet verified
Today's Deals
Current deals and lightning deals.
| Param | Type | Required | Description |
|---|---|---|---|
domain |
string | optional | Marketplace TLD or code. Default: com |
amazon_new_releases
1 credit
not yet verified
New Releases
Newly released products by category.
| Param | Type | Required | Description |
|---|---|---|---|
category |
string | optional | Category slug/node (optional). |
domain |
string | optional | Marketplace TLD or code. Default: com |
Products
amazon_offers
1 credit
not yet verified
Get Offers
All marketplace offers (buybox + third-party) for a product.
| Param | Type | Required | Description |
|---|---|---|---|
asin |
string | required | ASIN. |
page |
integer | optional | Offers page (the AOD panel paginates ~10 offers per page). Default: 1 |
condition |
string | optional | Restrict offers to a condition. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_product_detail
1 credit
Get Product Detail
Full product detail for one item: pricing, images, specifications, categories, seller and availability, with the review summary bundled in.
| Param | Type | Required | Description |
|---|---|---|---|
asin |
string | required | Amazon Standard Identification Number. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_reviews
1 credit
not yet verified
Get Reviews
Paginated product reviews with the rating histogram, review highlights and individual customer reviews.
| Param | Type | Required | Description |
|---|---|---|---|
asin |
string | required | ASIN. |
page |
integer | optional | Review page number. Default: 1 |
sort_by |
string | optional | Sort order for reviews. |
star_rating |
string | optional | Keep only reviews with this star rating, or a sentiment bucket. |
verified_only |
boolean | optional | Keep only verified-purchase reviews. Default: False |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
Reference
amazon_categories
1 credit
List Categories
Department aliases to browse-node ids.
| Param | Type | Required | Description |
|---|---|---|---|
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_markets
1 credit
List Markets
Supported Amazon marketplaces.
No parameters.
Search
amazon_autocomplete
1 credit
Keyword Suggestions
Search-box keyword suggestions.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Partial search term. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_search
1 credit
Search Products
Search an Amazon marketplace catalog by keyword. Returns organic_results with pricing, ratings, seller and fulfillment flags for each item.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search keywords. |
page |
integer | optional | Result page number. Range: 1 - 20. Default: 1 |
sort_by |
string | optional | Sort order for results. |
min_price |
number | optional | Only items priced at or above this amount, in the marketplace currency. |
max_price |
number | optional | Only items priced at or below this amount, in the marketplace currency. |
brand |
string | optional | Filter to one or more brands. Comma separate multiple brands. |
rating_min |
integer | optional | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
prime |
boolean | optional | Keep only Prime-eligible items. Default: False |
free_shipping |
boolean | optional | Keep only items that ship free. Default: False |
department |
string | optional | Restrict results to a department or category node id (rh node). |
condition |
string | optional | Item condition. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
Sellers
amazon_seller
1 credit
Get Seller
Seller storefront profile: business name, feedback rating and rating counts across 30-day / 90-day / 12-month / lifetime windows, plus business address.
| Param | Type | Required | Description |
|---|---|---|---|
seller_id |
string | required | Amazon seller id. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_seller_feedback
1 credit
not yet verified
Seller Feedback
Recent buyer feedback for a seller: the comment, star rating, sentiment and date for each row. Distinct from product Reviews (this is seller-level).
| Param | Type | Required | Description |
|---|---|---|---|
seller_id |
string | required | Amazon seller id. |
page |
integer | optional | Feedback page number. Default: 1 |
rating |
string | optional | Keep only feedback with this rating. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
amazon_seller_products
1 credit
Seller Products
A seller's storefront listings.
| Param | Type | Required | Description |
|---|---|---|---|
seller_id |
string | required | Amazon seller id. |
page |
integer | optional | Page number. Default: 1 |
sort_by |
string | optional | Sort order for results. |
min_price |
number | optional | Only items priced at or above this amount, in the marketplace currency. |
max_price |
number | optional | Only items priced at or below this amount, in the marketplace currency. |
brand |
string | optional | Filter to one or more brands. Comma separate multiple brands. |
rating_min |
integer | optional | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
prime |
boolean | optional | Keep only Prime-eligible items. Default: False |
free_shipping |
boolean | optional | Keep only items that ship free. Default: False |
department |
string | optional | Restrict results to a department or category node id (rh node). |
condition |
string | optional | Item condition. |
domain |
string | optional | Amazon marketplace TLD or code. Examples: com, co.uk, de Default: com |
market |
string | optional | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
country |
string | optional | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.