← Registry

Analytics

pricetrack.dev

Provides SaaS product pricing information, price comparisons, and price change history.

1 endpoint8 known toolsFirst detected August 19, 2026Last detected September 6, 2026

ENDPOINT 1

https://pricetrack.dev/api/mcp

No auth detected

MCP server metadata

Name
pricetrack
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

search_products

Search PriceTrack's catalogue of tracked SaaS products by name or description.

Inferred read-only
get_product

Get a SaaS product's current pricing plans and its most recent price changes.

Inferred read-only
recent_price_changes

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

Inferred read-only
compare_products

Compare the current pricing plans of 2 to 5 SaaS products side by side.

Inferred read-only
get_price_history

The complete verified price-change history of a product, beyond the public 10-change window.

Inferred read-only
list_alerts

The user's active price alerts on PriceTrack.

Inferred read-only
create_price_alert

Create an email alert on a product's price for the signed-in user.

Potential side effects
get_stack

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pricetrack.dev was fetched 2026-08-21T13:45:04.964Z.

Trust status Neutral

pricetrack.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.