real-time-amazon-data
The Real-Time Amazon Data MCP Server provides real-time access to Amazon's product data, ideal for developers, marketers, and researchers.
product_search
Search for products & offers on Amazon with pagination support and multiple filters and options such as sort option, price range, product condition filter, and more.
Try it
Result:
products_by_category
Get products & offers in a specific Amazon category with pagination support and multiple filters and options such as sort option, price range, product condition filter, and more.
Try it
Result:
product_details
Get extensive Amazon product details and information available on the Amazon product page by asin, including title, price data, ratings data, photos, product details (brand, weight, package size, model, etc) product variations (colors, sizes, flavors, etc), and many other data points. Here's an example product page: [https://www.amazon.com/dp/B0CMZFCQ6D](https://www.amazon.com/dp/B0CMZFCQ6D).
Try it
Result:
product_reviews
Get and paginate through product reviews on Amazon using a logged in user cookie string. Each page contains up to 10 reviews.
Try it
Result:
product_offers
Get all Amazon product details as available via the Product Details endpoint with an additional `offers` array containing product offers (The first offer in the array is the pinned offer returned by the **Search** endpoint). Supports pagination using the `page` and `limit` parameters.
Try it
Result:
seller_profile
Get Amazon Seller profile details from the Amazon Seller profile page (e.g. https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH).
Try it
Result:
seller_reviews
Get and paginate through Amazon Seller reviews / feedback as shown on the Seller profile page (e.g. https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH). Each page contains up to 5 reviews.
Try it
Result:
seller_products
Get and paginate through the products sold by an Amazon Seller
Try it
Result:
best_sellers
Get Amazon Best Sellers, including prices, ratings, rank and more data points available on Amazon Best Sellers listings. Supports all Amazon Best Seller list types using the `type` parameter: **Best Sellers**, **New Releases**, **Movers & Shakers**, **Most Wished For**, **Gift Ideas**.
Try it
Result:
deals
Get Amazon Deals (Today's Deals / Top Deals, Best Deals, and Lightning Deals) with support for all deal types, filters, and options available on Amazon.
Try it
Result:
deal_products
Get the products of a specific deal by Deal ID. Supports pagination using the *page* parameter. For now, only works for MULTI_ITEM deals with no canonical_deal_url (i.e. when deal_url is in the form of *https://amazon_domain/deal/deal_id*).
Try it
Result:
promo_code_details
Get the products offered by an Amazon promo code.
Try it
Result:
influencer_profile
Get Amazon Influencer profile details from the Amazon Influencer store page (e.g. https://www.amazon.com/shop/tastemade).
Try it
Result:
influencer_posts
Get all Amazon Influencer posts with pagination support.
Try it
Result:
influencer_post_products
Get the list of products related to a "List" type post by Post ID.
Try it
Result:
asinto_gtin
Convert an Amazon ASIN to GTIN / EAN / UPS identifiers. Valid values for `type` are `EAN-13`, `UPC`, or `ISBN`.
Try it
Result:
product_category_list
Get Amazon product categories per country / Amazon domain (for use with the "category_id" parameter of the Product Search only).