amazon-data
The Canopy API MCP Server gives AI assistants like Claude, ChatGPT, and Cursor real-time access to Amazon product data through the Model Context Protocol (MCP). Power agentic workflows for e-commerce…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add canopy-api/amazon-data
# Browse available tools
npx -y smithery tool list canopy-api/amazon-data
# Get full schema for a tool
npx -y smithery tool get canopy-api/amazon-data get_amazon_asin_from_gtin
# Call a tool
npx -y smithery tool call canopy-api/amazon-data get_amazon_asin_from_gtin '{}'Direct MCP Connection
Endpoint: https://amazon-data--canopy-api.run.tools
Optional config:
API-KEY(header) — The Canopy API key associated with your account. Necessary to access the MCP server.
Tools (17)
get_amazon_asin_from_gtin— Look up the ASIN for an Amazon product by its GTIN (ISBN, UPC or EAN code).get_amazon_author— Get detailed information about an Amazon author including their books.get_amazon_autocomplete— Get autocomplete suggestions for Amazon search terms.get_amazon_bestseller_categories— Get the list of Amazon best seller categories. Useful for discovering categoryIds to pass to get_amazon_bestsellers.get_amazon_bestsellers— Get Amazon best-selling products for a category. Provide either categoryId or url.get_amazon_categories— Get the root level Amazon product category taxonomy.get_amazon_category— Get detailed information about a specific Amazon category including products and subcategories.get_amazon_deals— Retrieve current deals from Amazon. Returns a paginated list of products currently on deal, including deal-specific inf…get_amazon_gtin_from_asin— Look up the GTIN (ISBN, UPC or EAN code) for an Amazon product by its ASIN.get_amazon_product_offers— Get the list of seller offers (and Buy Box info) for an Amazon product by ASIN, URL, or GTIN.get_amazon_product_reviews— Fetch top reviews for an Amazon product by ASIN, URL, or GTIN.get_amazon_product_sales— Fetch sales estimates for an Amazon product by ASIN, URL, or GTIN.get_amazon_product_variants— Fetch product variants for an Amazon product by ASIN, URL, or GTIN.get_amazon_product_stock— Fetch stock level estimates for an Amazon product by ASIN, URL, or GTIN.get_amazon_product— Fetch detailed Amazon product information by ASIN, URL, or GTIN.get_amazon_seller— Get detailed information about an Amazon seller including their products.search_amazon_products— Search for Amazon products with filters and sorting options.
# Get full input/output schema for a tool
npx -y smithery tool get canopy-api/amazon-data