The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the ComparEdge Pricing listing page.
A free REST API and HTTP MCP server for verified SaaS pricing, AI tool pricing, and LLM pricing across 490+ tools. Every response ships the source link and reuse terms. No API key, no sign-up, CORS open.
Base URL: https://comparedge.com
Training data ages and vendors bury the real cost. One call returns a current, dated number with the source page attached, so an assistant, an agent, or a spreadsheet can quote it without scraping.
Every endpoint returns JSON and needs no key. GET unless noted.
| Endpoint | Returns | Key params |
|---|---|---|
/api/v2/pricing/{slug} | Full sourced pricing record for one product | depth=summary|full, fields= |
/api/v2/pricing | Batch pricing records, up to 20 | slugs=a,b,c |
/api/v2/compare | Side-by-side comparison of 2 to 4 products | slugs=, seats= |
/api/v2/discover | Find software by criteria | category=, maxPrice=, hasFreeTier= |
/api/v2/history/{slug} | Price-stability signal, latest snapshot, trend | — |
/api/v2/coverage | Per-field availability, freshness, and license | slugs=, fields= |
/api/v2/usage/{slug} | LLM / API usage rate card, with optional estimate | inputTokens=, outputTokens= |
/api/v2/tco POST | Team total cost of ownership, sourced line items | slug, seats, billing |
/api/v2/cost-guide/{slug} | Negotiation-ready true-cost brief: renewal-rate costs, transparency score, discount programs, tactics with expected discounts, and a free negotiation email generator | — |
/api/mcp POST | HTTP MCP server (JSON-RPC 2.0) | — |
Full schemas: openapi.json or the live OpenAPI spec.
More runnable snippets: examples/.
GET /api/v2/pricing/supabase?depth=summary (trimmed):
The same data over the Model Context Protocol, for AI assistants and agents.
HTTP transport — point any MCP HTTP client at https://comparedge.com/api/mcp (JSON-RPC 2.0).
stdio transport — for Claude Desktop, Cursor, Cline, Windsurf, Continue:
| Tool | Returns |
|---|---|
get_pricing | Full sourced pricing record for one product |
compare_software | Side-by-side comparison of 2 to 4 products |
discover_software | Find software by category, price, or free tier |
get_hidden_costs | Overage, add-on, and seat-floor costs |
calculate_tco | Team total cost of ownership |
estimate_llm_cost | Token-based cost estimate for an LLM or API |
get_price_history | Price-stability signal and latest snapshot |
get_positioning | Where a product sits against its category median |
get_cost_guide | True-cost brief: renewal rates, surviving discounts, negotiation tactics |
Setup notes and a full request: examples/mcp.md.
490+ tools across 44 categories. A slice of the breadth:
| Group | Categories |
|---|---|
| AI | llm, ai-coding, ai-image, ai-video, ai-writing, ai-agents, ai-voice, ai-assistants |
| Cloud & data | cloud-hosting, databases, vector-databases, data-observability, analytics |
| Business | crm, project-management, accounting, hr-tools, payments, erp, email-marketing |
| Security | iam, endpoint-security, cloud-security, compliance, password-managers, vpn |
Every tool resolves at comparedge.com/tools/{slug}/pricing. List slugs and live counts with discover.
Free for non-commercial use. Attribution required.
When you display a number, link back to the source page in links.page. Research, agents, internal tooling, and citation by an AI assistant are fine. Reselling the dataset as your own is not.
| Marker | Meaning |
|---|---|
| owned | ComparEdge's own verified research (plans, hidden costs, discounts, positioning, price history). Free to cite and reuse with attribution. |
| restricted | A few third-party-derived signals, such as an aggregated user rating. Licensed for display only. |
Each response carries a ready-to-paste attribution string. If you build your own, use two links: the brand word on the homepage, the product keyword on the source page.
Full terms live in the API docs.
| API docs | https://comparedge.com/api-docs |
| OpenAPI spec | https://comparedge.com/api/v2/openapi.json |
| HTTP MCP | https://comparedge.com/api/mcp |
| llms.txt | https://comparedge.com/llms.txt |
| Site | https://comparedge.com |
See LICENSE. The OpenAPI spec and code samples are MIT. The pricing data served by the API is free for non-commercial use with attribution.