Analytics
pricetrack.dev
Provides SaaS product pricing information, price comparisons, and price change history.
ENDPOINT 1
https://pricetrack.dev/api/mcp
MCP server metadata
- Name
- pricetrack
- Version
- 0.1.0
Known tools 8
search_productsSearch PriceTrack's catalogue of tracked SaaS products by name or description.
Inferred read-onlyget_productGet a SaaS product's current pricing plans and its most recent price changes.
Inferred read-onlyrecent_price_changesThe most recent verified SaaS price changes and the biggest movers of the last 30 days, across the whole catalogue.
Inferred read-onlycompare_productsCompare the current pricing plans of 2 to 5 SaaS products side by side.
Inferred read-onlyget_price_historyThe complete verified price-change history of a product, beyond the public 10-change window.
Inferred read-onlycreate_price_alertCreate an email alert on a product's price for the signed-in user.
Potential side effectsget_stackThe products the signed-in user tracks on PriceTrack, with each one's current lowest paid price and an estimated monthly total.
Inferred read-onlyCONNECT 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.
pricetrack.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.