← pricetrack.dev

INDIVIDUAL MCP TOOL

recent_price_changes

The most recent verified SaaS price changes and the biggest movers of the last 30 days, across the whole catalogue.

pricetrack.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pricetrack.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for recent_price_changes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pricetrack.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pricetrack]
url = "https://pricetrack.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pricetrack": {
      "type": "http",
      "url": "https://pricetrack.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pricetrack
Remote MCP URL: https://pricetrack.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pricetrack": {
      "url": "https://pricetrack.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pricetrack": {
      "type": "http",
      "url": "https://pricetrack.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search PriceTrack's catalogue of tracked SaaS products by name or description.
  • get_product — Get a SaaS product's current pricing plans and its most recent price changes.
  • compare_products — Compare the current pricing plans of 2 to 5 SaaS products side by side.
  • get_price_history — The complete verified price-change history of a product, beyond the public 10-change window.
  • list_alerts — The user's active price alerts on PriceTrack.
  • create_price_alert — Create an email alert on a product's price for the signed-in user.
  • get_stack — The products the signed-in user tracks on PriceTrack, with each one's current lowest paid price and an estimated monthly total.