price-tracker-mcp
Server Details
Price-check product pages and build affiliate tracking links.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one checks prices, the other creates affiliate links. There is no overlap or ambiguity in their functionality.
Both tools follow a consistent verb_noun pattern (check_price, make_affiliate_link), making the naming predictable and clear.
With only two tools, the server feels thin even for a narrow price-tracking purpose. While each tool is useful, the overall surface is minimal and borderline for a meaningful server.
The server covers only price checking and affiliate link building, missing essential features like product history, price alerts, or product lookup. This leaves significant gaps for a complete price-tracking workflow.
Available Tools
2 toolscheck_priceCheck PriceBInspect
Check the current price of a product page.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) product page URL. Private/loopback hosts are rejected. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. 'Check the current price' implies a read-only, live lookup, but it says nothing about error behavior, security restrictions beyond the schema, rate limits, or what happens on invalid URLs. The 'current' wording adds a small amount of freshness context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that states exactly what the tool does with no filler. Every word contributes to understanding the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, simple lookup tool with an output schema present, the description plus parameter schema is largely sufficient to invoke it correctly. The main gap is the lack of guidance on when to prefer this tool over 'make_affiliate_link', but the low complexity makes the missing guidance less critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with the single parameter 'url' already described as an http(s) URL and noting private/loopback hosts are rejected. The tool description itself adds no additional parameter meaning, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the verb ('check') and the resource ('current price of a product page'). It is distinct enough from the sibling 'make_affiliate_link', though it does not explicitly draw that contrast.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus the sibling tool 'make_affiliate_link'. The intended use is implied by the description, but no explicit context or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
make_affiliate_linkMake Affiliate LinkBInspect
Build an affiliate tracking link for a product URL.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Your affiliate tag (letters/digits/dash/underscore, max 64 chars). | |
| url | Yes | The http(s) product page URL. | |
| program | No | 'amazon' (sets the tag parameter) or a custom query parameter name. | amazon |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the operation has side effects, whether URLs are validated, how failures surface, or that it is a pure transformation of the input URL. The single sentence discloses only the bare purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One front-loaded sentence with no wasted words. It is efficient and well-structured, though it is concise largely because it contains so little information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The output schema exists and covers return values, and the parameter schema documents all inputs, so the core invocation contract is present. However, with no annotations and no behavioral notes, an agent cannot fully anticipate edge cases such as invalid URLs or custom program handling.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents all three parameters. The description mentions 'product URL', which loosely maps to the url parameter, but adds no meaning beyond what the schema already provides. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Build') with a specific resource ('affiliate tracking link') and input ('product URL'). This clearly distinguishes it from the sibling tool check_price, which serves a completely different function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied by the purpose — you use this when you need an affiliate link — but there is no explicit when/when-not guidance or mention of the sibling alternative. Since check_price is a different function entirely, the lack of explicit routing is a minor gap rather than a critical one.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
check_price - First observed
make_affiliate_link
Related MCP Connectors
Turn product links or queries into tracked links that can earn. Carts and search too.
Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions.
AI-powered product search, affiliate links, and price negotiation for e-commerce platforms
Check a shop page price now, keep a watch list, see history and target alerts. All data stays local.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables AI agents to retrieve live product prices, stock, variants, and deal ratings from Shopify, WooCommerce, Walmart, eBay, and Amazon by pasting product links and asking about price, availability, or comparisons.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables product search and retrieval from e-commerce APIs, returning markdown-formatted product listings with clickable links and prices for easy shopping assistance.2 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search products across affiliate networks, compare commissions, find arbitrage opportunities, and get auto-injected affiliate links via MCP.-
- FlicenseNot gradedqualityDmaintenanceEnables querying and comparing product prices across different marketplaces with real-time updates. Deployable on Cloudflare Workers with tools for searching products, comparing prices, and retrieving price history.-
Glama MCP Gateway
Add one secure layer between your agents and this server.