About Shopping
Shopping is an MCP server in the Developer Tools category: mCP server for shopping integration. It has been installed 0 times through Conduid.
Tools (8)
add-to-cartAdd a product to the Amazon cart using ASIN - You should always ask for confirmation to the user before running this tool
Takes no parameters.
clear-cartClear all items from the Amazon cart
Takes no parameters.
get-cart-contentGet the current cart content for a user - Always provide the product link when you mention a product in the response
Takes no parameters.
get-orders-historyGet orders history for a user. Optionally filter by year (e.g., 2025, 2024). Set onlyUnreturned to true to exclude returned/refunded items.
Takes no parameters.
get-product-detailsGet detailed information about a product using its ASIN - Always provide the product link when you mention a product in the response
Takes no parameters.
get-target-orders-historyGet order history from Target.com. Optionally filter by year (e.g., 2025, 2024) and order type (online, instore, or both). Returns orders with essential details: order number, date, total, and items.
Takes no parameters.
perform-purchaseCheckout with the current cart and complete the purchase -
Takes no parameters.
search-productsSearch for products on Amazon using a search term - Returns a list of products matching the search term - Always provide the product link when you mention a product in the response
Takes no parameters.
Install
git clone https://github.com/sachinparyani/mcp-server-shoppingThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Shopping
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.