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_URLResumen de MCP Servers
# 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
Lo que la gente pregunta sobre pricetrack-mcp
¿Qué es PriceTrack-dev/pricetrack-mcp?
+
PriceTrack-dev/pricetrack-mcp es mcp servers para el ecosistema de Claude AI. MCP server for PriceTrack — live SaaS pricing, verified price changes, and comparisons for AI assistants Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.
¿Cómo se instala pricetrack-mcp?
+
Puedes instalar pricetrack-mcp clonando el repositorio (https://github.com/PriceTrack-dev/pricetrack-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar PriceTrack-dev/pricetrack-mcp?
+
Nuestro agente de seguridad ha analizado PriceTrack-dev/pricetrack-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene PriceTrack-dev/pricetrack-mcp?
+
PriceTrack-dev/pricetrack-mcp es mantenido por PriceTrack-dev. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.
¿Hay alternativas a pricetrack-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega pricetrack-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!