Amazon Price Tracker MCP
Tracks Amazon product prices via camelcamelcamel.com, providing price history, current prices, and ASIN extraction.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Amazon Price Tracker MCPget price history for B08N5WRWNW"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Amazon Price Tracker MCP
MCP server for tracking Amazon product prices via camelcamelcamel.com. Uses headless Chromium (Playwright) to bypass Cloudflare protection — no visible windows, runs as a background daemon.
Tools
Tool | Description |
| Get price history for an Amazon product. Input: URL, short link, or ASIN |
| Resolve a.co / amzn.to short links to full Amazon URLs |
| Extract the ASIN from any Amazon URL format |
Related MCP server: browserless-mcp
Quick Install
git clone https://github.com/aravindtri/amazon-price-tracker-mcp.git
cd amazon-price-tracker-mcp
npm install
npx playwright install chromium
npm run buildMCP Client Configuration
VS Code Copilot
Add to C:\Users\%USERNAME%\AppData\Roaming\Code\User\mcp.json:
{
"servers": {
"amazon-price-tracker": {
"type": "stdio",
"command": "node",
"args": ["C:\\Workspace\\AmazonPriceTrackerMCP\\dist\\index.js"]
}
}
}Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"amazon-price-tracker": {
"command": "node",
"args": ["C:/Workspace/AmazonPriceTrackerMCP/dist/index.js"]
}
}
}Usage
Input: https://www.amazon.com/dp/B08N5WRWNW
Input: https://a.co/d/0aNbqzsI
Input: B08N5WRWNWReturns product name, category, manufacturer, model, and price summary:
Current, lowest ever, highest ever, average prices
Separate tracking for Amazon, 3rd Party New, and 3rd Party Used
How It Works
Extracts ASIN from Amazon URLs (supports
/dp/,/gp/product/, short links)Resolves short links by following redirects in headless Chrome
Loads
camelcamelcamel.com/product/{ASIN}in headless ChromiumCloudflare challenge auto-resolves (real Chrome engine)
Parses the rendered HTML for price data using cheerio
Browser stays alive for 5 minutes idle, then auto-closes
No API key required. No manual cookie setup.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceThis MCP server scrapes Amazon product details and reviews, manages a local JSON database, and visualizes intelligence data through a rich dashboard.

browserless-mcpofficial
AlicenseAqualityAmaintenanceMCP server for Browserless.io: scrape and automate any site, bypass captchas and enable stealth mode8104,6513Server Side Public , v 1- AlicenseAqualityCmaintenanceMCP server for web fetching and automation using Chromium headless browser. Enables fetching pages as markdown, taking screenshots, automating interactions, and extracting data via CSS selectors.5MIT

sscofficial
Alicense-qualityDmaintenanceMCP server for scraping product prices, offers, reviews, and details from Amazon, Google Shopping, Bol.com, and Coolblue via natural language commands, with spend-cap protections.231MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aravindtri/amazon-price-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server