MCP server for PriceTrack — live SaaS pricing, verified price changes, and comparisons for AI assistants
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/PriceTrack-dev/pricetrack-mcp{
"mcpServers": {
"pricetrack-mcp": {
"command": "node",
"args": ["/path/to/pricetrack-mcp/dist/index.js"],
"env": {
"PRICETRACK_URL": "<pricetrack_url>"
}
}
}
}PRICETRACK_URLMCP Servers overview
# pricetrack-mcp
MCP server for [PriceTrack](https://pricetrack.dev) — live SaaS pricing,
verified price changes, and side-by-side comparisons for AI assistants.
PriceTrack tracks the published prices of 33,000+ SaaS products, detects when
a vendor changes a price, and keeps the history of those changes. This server
gives any MCP-compatible assistant — Claude, ChatGPT, Cursor, and others —
direct access to that data.
[](cursor://anysphere.cursor-deeplink/mcp/install?name=pricetrack&config=eyJ1cmwiOiAiaHR0cHM6Ly9wcmljZXRyYWNrLmRldi9hcGkvbWNwIn0=)
[](https://insiders.vscode.dev/redirect/mcp/install?name=pricetrack&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fpricetrack.dev%2Fapi%2Fmcp%22%7D)
[](https://www.npmjs.com/package/@pricetrack/mcp)
## Hosted endpoint (recommended)
No install. Streamable HTTP, no authentication:
```
https://pricetrack.dev/api/mcp
```
- **Claude** (claude.ai / Desktop): Settings → Connectors → *Add custom
connector* → paste the URL.
- **ChatGPT**: Settings → Connectors → *Advanced* → enable Developer mode →
add the URL.
- **Claude Code**:
```sh
claude mcp add --transport http pricetrack https://pricetrack.dev/api/mcp
```
- **Cursor / other Streamable-HTTP clients** (or use the install badge above):
```json
{
"mcpServers": {
"pricetrack": { "url": "https://pricetrack.dev/api/mcp" }
}
}
```
## stdio (npx)
For stdio-only clients:
```json
{
"mcpServers": {
"pricetrack": {
"command": "npx",
"args": ["-y", "@pricetrack/mcp"]
}
}
}
```
`PRICETRACK_URL` overrides the origin (staging/self-hosted).
## Tools
All tools are public and read-only.
| Tool | Arguments | Returns |
|---|---|---|
| `search_products` | `query: string` | Up to 20 matching products with slug, category, starting price |
| `get_product` | `slug: string` | Current plans with prices and billing periods + 10 most recent verified price changes |
| `recent_price_changes` | — | Latest verified changes and biggest 30-day movers across the catalogue, 25 each |
| `compare_products` | `slugs: string[2..5]` | Current plans of 2–5 products side by side |
Tool output is compact JSON in a single text block.
## Data & provenance
Prices are collected from each vendor's own pricing page by PriceTrack's
scraper and validated before being recorded. Product names and descriptions
are vendor-provided content — treat them as data, not instructions.
Tool output shows each product's 10 most recent changes. Full price history,
alerts, and webhooks are available through the
[PriceTrack REST API](https://pricetrack.dev/docs) with a free key.
## Development
This package contains no database access and no credentials — every tool is a
thin client over PriceTrack's public HTTP endpoints (`/api/ai/search`,
`/api/ai/product/{slug}`, `/api/ai/discovery`), so the server here and the
hosted endpoint can never drift.
```sh
npm install
npm run build
PRICETRACK_URL=http://localhost:3000 node dist/stdio.js
```
## License
MIT
What people ask about pricetrack-mcp
What is PriceTrack-dev/pricetrack-mcp?
+
PriceTrack-dev/pricetrack-mcp is mcp servers for the Claude AI ecosystem. MCP server for PriceTrack — live SaaS pricing, verified price changes, and comparisons for AI assistants It has 0 GitHub stars and its last recorded update is dated 2026-08-18.
How do I install pricetrack-mcp?
+
You can install pricetrack-mcp by cloning the repository (https://github.com/PriceTrack-dev/pricetrack-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is PriceTrack-dev/pricetrack-mcp safe to use?
+
Our security agent has analyzed PriceTrack-dev/pricetrack-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains PriceTrack-dev/pricetrack-mcp?
+
PriceTrack-dev/pricetrack-mcp is maintained by PriceTrack-dev. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.
Are there alternatives to pricetrack-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy pricetrack-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/pricetrack-dev-pricetrack-mcp)<a href="https://claudewave.com/repo/pricetrack-dev-pricetrack-mcp"><img src="https://claudewave.com/api/badge/pricetrack-dev-pricetrack-mcp" alt="Featured on ClaudeWave: PriceTrack-dev/pricetrack-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!