
Amazon Products
@Redtri-git
关于 Amazon Products
Connect your LLM to Amazon’s product catalog and display real-time results directly in chat. Easily browse, compare, and buy products — all inside your AI agent, chatbot, or tool.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Ecomm": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Amazon Products?
Amazon Products is a minimal MCP (Multi-Command Protocol) server implementation for product search, designed to work with Claude’s tool integration. It uses FastMCP to expose a simple tool that lets language models query an API for product listings.
How to use Amazon Products?
Clone the repository, then run uv run mcp dev main.py for local development. To install for Claude, run uv run mcp install main.py and add the configuration to claude_desktop_config.json under mcpServers, pointing to your local main.py path.
Key features of Amazon Products
- MCP-compatible server for Claude integration
search_productstool for querying product- Markdown-formatted responses with clickable product links and prices
- Easy testing and integration with Claude desktop app
Use cases of Amazon Products
- Searching for product listings through Claude
- Getting markdown-formatted product results with prices
- Querying a product API for listings in AI workflows
FAQ from Amazon Products
What is the main purpose of Amazon Products?
It provides a simple MCP server that allows Claude to search for products via an API and receive markdown-formatted results.
How do I install Amazon Products for Claude?
Run uv run mcp install main.py, then edit claude_desktop_config.json to add the server configuration with the correct path to main.py.
What tool does Amazon Products expose?
It exposes the search_products tool for querying product listings.
What dependencies are required to run Amazon Products?
The server requires Python with uv, the mcp[cli] package, and the requests library.
Does Amazon Products use FastMCP?
Yes, it uses FastMCP to implement the MCP server.
AI 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
评论