Skip to main content
Glama
aravindtri

Amazon Price Tracker MCP

by aravindtri

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_product_priceA

Get Amazon product price history and current pricing from camelcamelcamel.com. Input: Amazon URL (amazon.com/dp/ASIN), short share link (a.co/d/xxx), camelcamelcamel URL, or a bare 10-char ASIN. Returns: current price, all-time lowest/highest, average price, and product details.

resolve_short_linkA

Resolve an Amazon short link (a.co, amzn.to) to the full Amazon URL and extract the ASIN.

extract_asinA

Extract the ASIN from any Amazon URL format. Works with full URLs, short links, and camelcamelcamel URLs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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