Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

PriceTrack

dev.pricetrack/pricetrack

Live SaaS pricing: current plans, verified price changes, and comparisons for 33,000+ products.

Uptime
100.0%
3 direct probes · 30d
Response
321ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_products

Search PriceTrack's catalogue of tracked SaaS products by name or description. Call this when the user asks what a SaaS product costs and you need its slug, or when they describe a kind of tool and wa…

get_product

Get a SaaS product's current pricing plans and its most recent price changes. Call this when the user asks what a specific product costs, what plans it offers, or whether its price changed recently. T…

recent_price_changes

The most recent verified SaaS price changes and the biggest movers of the last 30 days, across the whole catalogue. Call this when the user asks what changed in SaaS pricing lately, who raised prices …

compare_products

Compare the current pricing plans of 2 to 5 SaaS products side by side. Call this when the user is choosing between named products and wants their prices in one view. Takes product slugs (find them wi…

get_price_history

The complete verified price-change history of a product, beyond the public 10-change window. Requires the user's PriceTrack account. Call when the user asks how a product's price evolved over time, or…

list_alerts

The user's active price alerts on PriceTrack. Requires their account.

create_price_alert

Create an email alert on a product's price for the signed-in user. Fires when the product's price changes (any_change) or moves by at least a threshold percentage. This modifies the user's account — o…

get_stack

The products the signed-in user tracks on PriceTrack, with each one's current lowest paid price and an estimated monthly total.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pricetrack": {
      "url": "https://pricetrack.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}