amazon-shopping-mcp
If you are the rightful owner of amazon-shopping-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Amazon's product catalog and shopping features.
The Amazon Shopping MCP Server is a work-in-progress server that facilitates interaction with Amazon's product catalog through MCP clients like Claude. It allows users to search for products, view detailed information, manage shopping carts, and initiate the checkout process. The server leverages the Amazon Product Advertising API, requiring users to have an Amazon Associate account for access. While the server is not yet production-ready, it offers a promising way to integrate Amazon shopping capabilities into various applications.
Features
- Product Search: Search Amazon's vast catalog with keywords and category filtering.
- Product Details: Get comprehensive details about any product using its ASIN.
- Shopping Cart Management: Create carts, add items, and view cart contents.
- Checkout: Complete purchases through Amazon's official checkout.
Tools
search-products
Search for products on Amazon with parameters like keywords, category, sort order, and page number.
get-product-details
Get detailed information about a product using its ASIN.
create-cart
Create a new shopping cart with an item using its ASIN and quantity.
add-to-cart
Add an item to your existing cart using its ASIN and quantity.
view-cart
View your current cart contents.
checkout
Get a link to complete your purchase on Amazon.