Skip to main content
Glama
aravindtri

Amazon Price Tracker MCP

by aravindtri

Related Servers

Alternatives to Amazon Price Tracker MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      A read-only MCP server for accessing Amazon wishlist data via HTML snapshot parsing or optional live browser-backed reads.
      MIT
    • A
      license
      Not graded
      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.
      9 npm
      1
      MIT
    • A
      license
      A
      quality
      D
      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

    TDQS

    A3.7/5.0

    Scored across 3 tools

    Disambiguation2/5

    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.

    Naming Consistency5/5

    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.

    Tool Count4/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityStale
    ResponsivenessNo issues