Amazon Products
About
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.
Details
- Author
- Redtri-git
- Downloads
- 271
- Categories
- AI, Search, Other, Web Scraping
Jump to
- MCP-compatible server for Claude integration
- search_products tool for querying product
- Markdown-formatted responses with clickable product links and prices
- Easy testing and integration with Claude desktop app
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Amazon ProductsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"amazon products": {
"Ecomm": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"main.py"
]
}
}
}
}
McpServers
{
"Ecomm": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"main.py"
]
}
}
This is a minimal MCP (Multi-Command Protocol) server implementation for product search, designed to work seamlessly with Claude's tool integration. It usesFastMCPto expose a simple tool that allows language models to query an API for product listings.
- 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
env SSE_LOCAL=true npx -y redtry-product-scraper-mcp
npm install -g redtry-product-scraper-mcp
Claude > Settings > Developer > Edit Config
Find or add your configuration for the tool in claude_desktop_config.json. It should look like this: Add the following to your configuration file:
{ "mcpServers": { "redtry": { "command": "npx", "args": ["-y", "redtry-product-scraper-mcp"] } } }
- Open Cursor Settings
- Go to Features > MCP Servers
- Click "+ Add new global MCP server"
- Enter the following code:
{ "mcpServers": { "redtry": { "command": "npx", "args": ["-y", "redtry-product-scraper-mcp"], } } }
Add this to your ./codeium/windsurf/model_config.json:
{ "mcpServers": { "redtry": { "command": "npx", "args": ["-y", "redtry-product-scraper-mcp"], } } }
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Query computer component prices from Taiwan's CoolPC website to generate AI-assisted price quotes.
Scrapes and searches for products on Amazon.
An MCP server that connects AI agents to Amazon product, search, and review data across 20 marketplaces via the ChocoData Amazon Scraper API.
One MCP server for 160+ live web-data APIs (search, social, e-commerce, real estate, jobs, finance) — clean JSON, free tier.
MCP server for Amazon shopping - AI agents can search products, check prices, add to cart, and manage shopping lists.
One API for Search, Crawling, and Sitemaps
enables searching and booking car rentals
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
Search for Airbnb listings and get detailed information about accommodations.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




