Token导航 LogoToken导航TokenDH.com
AM
AI代理HTTP官方级别未说明来源级核验

Amazon Data

MCP Server

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…

工具数

公开资料未说明
JavaScriptAPI密钥HTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:42

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add canopy-api/amazon-data

详细介绍

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 

目录标签

目录标签

JavaScriptAPI密钥HTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP