frontdesk-review
Provides tools for querying an independent, sourced dataset of product and software pricing, enabling search, comparison, benchmarking, and price history across 359 hardware categories and 267 software categories, with full provenance.
frontdesk-data
Independent, sourced data on what things cost and how they actually perform. 4,764 products across 359 hardware categories, plus software pricing across 267 categories — every figure traced to its source (the vendor's own page URL and the date we captured it). Quote-only tiers and unknown specs are recorded as null rather than guessed. Nothing is invented.
Current version: 2026-06-12.
Query it live from an AI assistant (MCP)
This dataset is served by a live Model Context Protocol server. No API key, no account, read-only. Every record an assistant receives carries its source URL and capture date, so any figure it repeats can be cited.
Endpoint: https://mcp.frontdeskreview.com/mcp (Streamable HTTP)
Claude Code:
claude mcp add --transport http front-desk-review https://mcp.frontdeskreview.com/mcpClaude Desktop, Cursor, Cline, Windsurf — add to the client's MCP config:
{
"mcpServers": {
"front-desk-review": {
"type": "streamable-http",
"url": "https://mcp.frontdeskreview.com/mcp"
}
}
}VS Code (Copilot agent) — .vscode/mcp.json uses a top-level servers key:
{
"servers": {
"front-desk-review": {
"type": "http",
"url": "https://mcp.frontdeskreview.com/mcp"
}
}
}ChatGPT, Claude and Perplexity can add it from their own connector settings — paste the endpoint and leave authentication set to None. Setup for every client: https://frontdeskreview.com/connect/
Registry entry: com.frontdeskreview/front-desk-review-data · server card: https://mcp.frontdeskreview.com/mcp/server-card
Related MCP server: Shortlist Price Index MCP
Tools
All 19 are read-only and annotated as such, so a client can call them without prompting on every request.
Tool | What it answers |
| Every software/SaaS pricing theme covered, with slug, label and vendor count. |
| Free-text search across a theme's vendors — names, domains, integrations, plan notes, capabilities. |
| Named vendors side by side within a theme, full sourced records. |
| Effective monthly cost at a chosen volume, with flat, per-minute and per-call billing reduced to one comparable number. |
| One vendor's card: entry price, cost at reference volumes, compliance, free tier, integration breadth. |
| “Cheapest X with a free tier / HIPAA / SOC 2 / GDPR” — ranked, and never on an unverified claim. |
| What the index covers, how many vendors, over what date range — and what it does not cover. |
| Recent price changes, each dated and corroborated by two sources. |
| The full dated price series for one product or vendor, plus archived points read off Internet Archive snapshots. |
| What moved most recently across a category or the whole index. |
| How much one product's price actually moves — withheld rather than guessed when the record is too thin. |
| The least stable prices in a category, ranked. |
| Every hardware category, with product counts, comparable spec keys and brands. |
| Free-text search inside a hardware category across names, brands and spec values. |
| Named products lined up on the spec keys that category actually compares on. |
| “Best under $N” or “most ” — filter and rank by price, release date or any spec. |
| How many independent labs measured a product, and what they measured — a count of evidence, never a rating. |
| Which categories have a cost decoder explaining what actually drives the bill. |
| The drivers behind a category's real cost, so a quoted price can be read properly. |
Coverage
Hardware — 359 categories, 4,764 products with specs, prices and independent-test coverage.
Software — 267 categories of SMB/SaaS pricing, from AI receptionists and call tracking to CRM, VPNs and web hosting.
Provenance — 22,765 source citations; 88% of products carry a published price.
Files
<category>.json— full records, each figure with provenance (source URL + accessed date)<category>.csv— one flat row per plan/product, with source columnscatalog.json— schema.org DataCatalog indexcroissant.json— ML Commons Croissant 1.1 descriptor (Google Dataset Search / Hugging Face)datapackage.json— Frictionless Data Package (Table Schema per CSV)CITATION.cff— machine-readable citationLICENSE— CC BY 4.0
Methodology
Published prices are normalized to a common monthly basis; both the raw published figure and the
normalized one are kept. Each row carries its own accessedAt date and is re-checked on a rolling
basis. Independent-test coverage counts how many labs measured a product — a count of evidence,
never a rating. Full methodology: https://frontdeskreview.com/data
License
CC BY 4.0 — free to use with attribution to The Front Desk Review (https://frontdeskreview.com).
See CITATION.cff.
This server cannot be deployed
Maintenance
Related MCP Connectors
Product and service specs with per-field confidence, plus dated price offers.
Agent-native product catalog: 300M+ products, 150,000+ stores, deliver_to ranking.
Real-time product data across 450+ retailers — look up any UPC for prices, images, and margin data.
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
Related MCP Servers
- AlicenseAqualityCmaintenanceAgentShare delivers structured product search and pricing signals for AI agents over REST and MCP (Streamable HTTP). Responses include freshness & coverage metadata so agents can reason about data recency. API keys secure billed endpoints; public discovery at /agent.json and /mcp.json. Currently integrates connected marketplaces and affiliate feeds – roadmap expands to global e-commerce (AliExpre41MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with verified, monthly software pricing data for categories like VPNs and cloud backup, enabling price comparisons and identifying cheapest providers.MIT
- AlicenseAqualityBmaintenanceEnables access to verified software-pricing intelligence for over 3,290 products, including true costs, hidden fees, negotiation data, price history, and TCO calculations, all sourced and dated.85 npmMIT
- FlicenseNot gradedqualityBmaintenanceProvides verified pricing data for SaaS, AI tools, and LLMs across 490+ tools. No API key required, returns sourced records with attribution links.2-