Skip to main content
Glama
aravindtri

Amazon Price Tracker MCP

by aravindtri

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_product_price

Get price history for an Amazon product. Input: URL, short link, or ASIN

resolve_short_link

Resolve a.co / amzn.to short links to full Amazon URLs

extract_asin

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 build

MCP 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: B08N5WRWNW

Returns 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

  1. Extracts ASIN from Amazon URLs (supports /dp/, /gp/product/, short links)

  2. Resolves short links by following redirects in headless Chrome

  3. Loads camelcamelcamel.com/product/{ASIN} in headless Chromium

  4. Cloudflare challenge auto-resolves (real Chrome engine)

  5. Parses the rendered HTML for price data using cheerio

  6. Browser stays alive for 5 minutes idle, then auto-closes

No API key required. No manual cookie setup.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP 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.
    23
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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