Amazon Price Tracker MCP
Related Servers
Alternatives to Amazon Price Tracker MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceThis MCP server scrapes Amazon product details and reviews, manages a local JSON database, and visualizes intelligence data through a rich dashboard.-
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for accessing Amazon wishlist data via HTML snapshot parsing or optional live browser-backed reads.MIT

sscofficial
AlicenseNot gradedqualityDmaintenanceMCP 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.9 npm1MIT- FlicenseNot gradedqualityCmaintenanceMCP server for automating personal Amazon.in and Flipkart accounts via browser sessions, enabling product search, cart management, and guarded checkout.-
- AlicenseAqualityDmaintenanceMCP 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

browserless-mcpofficial
AlicenseAqualityAmaintenanceMCP server for Browserless.io: scrape and automate any site, bypass captchas and enable stealth mode142,267 npm7Server Side Public , v 1
TDQS
Scored across 3 tools
The primary tool get_product_price accepts all input formats directly, including short links and URLs, making the auxiliary tools unnecessary in many cases. resolve_short_link and extract_asin both extract ASINs from links, with only slight differences in input flexibility, so agents may struggle to choose the right tool for a given URL. This overlapping functionality creates ambiguity in tool selection.
All three tools follow a consistent verb_noun pattern with lowercase snake_case: get_product_price, resolve_short_link, extract_asin. This makes the API predictable and easy to navigate.
Three tools is a minimal but reasonable number for a price-tracking server. However, since get_product_price already handles all input formats, the two preprocessing tools appear somewhat redundant, making the count slightly higher than necessary.
The server covers the core operation of retrieving price history and current pricing for a given product. It lacks batch lookup or search features, but for its narrow purpose of single-product tracking, it provides a complete workflow.