If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/canopy-api/amazon-data
REMOTE

amazon-data

canopy-api/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 research, competitive intelligence, price tracking, product discovery, and Amazon SEO, all backed by the Canopy API. ▎ Get your API key at [canopyapi.co](https://www.canopyapi.co/) to start querying Amazon product data from any MCP-compatible client. ## Why Canopy API MCP? - Real-time Amazon product data: ASIN lookups, variants, offers, stock, sales estimates, and reviews - Built for AI agents: structured JSON-RPC responses ready for LLM tool use - Streamable HTTP transport at `/mcp`, the current MCP spec convention - Flexible authentication: pass your Canopy API key via `CANOPY-API-KEY`, `API-KEY`, `X-API-KEY`, or `Authorization: Bearer` headers ## Use Cases - Amazon price monitoring and competitive pricing intelligence - Product research agents that compare ASINs, variants, and offers - Review summarization and sentiment analysis pipelines - Sales and stock estimation for sellers and brand managers - Category and bestseller discovery for merchandising and trend analysis - GTIN ↔ ASIN reconciliation for catalog matching and PIM workflows - Amazon SEO research via autocomplete and search-result analysis ## Available MCP Tools ### Product Data - `get_amazon_product`: full product details by ASIN, Amazon URL, or GTIN - `get_amazon_product_variants`: size, color, and style variants - `get_amazon_product_offers`: Buy Box and third-party seller offers - `get_amazon_product_stock`: inventory level estimates - `get_amazon_product_sales`: weekly, monthly, and annual sales estimates - `get_amazon_product_reviews`: top customer reviews - `get_amazon_asin_from_gtin` / `get_amazon_gtin_from_asin`: identifier conversion ### Search & Discovery - `search_amazon_products`: keyword search with filters and sorting - `get_amazon_autocomplete`: Amazon search suggestions, great for keyword research - `get_amazon_deals`: live Amazon deals - `get_amazon_bestsellers` / `get_amazon_bestseller_categories`: bestseller rankings ### Catalog & Entities - `get_amazon_categories`: root category taxonomy - `get_amazon_category`: category details, products, and subcategories - `get_amazon_seller`: seller profiles and listings - `get_amazon_author`: author profiles and book catalogs ## Getting Started 1. Sign up at canopyapi.co to get your API key. 2. Connect any MCP-compatible client, such as Claude Desktop, Cursor, MCP Inspector, or custom agents, to the `/mcp` endpoint. 3. Include your API key in a request header. `CANOPY-API-KEY: <your-key>` is recommended. ```bash curl -X POST https://mcp.canopyapi.co/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -H "CANOPY-API-KEY: $CANOPY_API_KEY" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' ``` ## Links - 🌐 Canopy API: [canopyapi.co](https://www.canopyapi.co/) - 📚 API Documentation: [Docs](https://docs.canopyapi.co/) - 🔑 Get an API Key: [canopyapi.co](https://www.canopyapi.co/) - 🤖 Model Context Protocol: modelcontextprotocol.io - ⚙️ xmcp framework: xmcp.dev

17 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (4mo)
17toolsRemote/ HTTP4moindexed
100% uptime · 344ms avgChecked Sep 16, 2026
Quality Score
44/95
Established
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure13.3/20
126 days indexed
Capability18.4/25
Tools: 6.4/13 (17 tools)
Description: 5/5
Endpoint: 7/7
Adoption2.4/25
Use count: 2.4/20 (3 uses)
Multi-registry: 0/5 (1 registry)
Reliability10/25
Currently live: 10/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
17 tools. Nothing caught our attention.
First indexed May 12, 2026
Server Profile
Tools catalogued
17
17 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 344ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://amazon-data--canopy-api.run.tools
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.
Show all 17 tools ↓
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 information like discount percentages and deal badges.
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.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from canopy-api
Canopy API
Amazon product API & MCP server: search, prices, reviews, sellers, deals, and ASIN lookup by Canopy.
Similar servers
GCP MCP
Enables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.
MCP Embedding Search
A Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.
ZoomEye MCP Server
MCP server for querying the ZoomEye API
adx-mcp-server
AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.
Notion MCP Server
A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
GZOO Cortex
Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, and lets you query across projects in natural language with source citations. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex.
Indexed from Smithery · Updates nightlyView on Smithery →