Plugs verified pricing data for 495+ SaaS and AI tools directly into Claude. You get eight tools: search by name or category, pull full pricing breakdowns with per-tier features, compare two products side by side, find alternatives, and browse leaderboards. Works without an API key. Covers everything from CRMs and project management to LLMs with per-token pricing. Data comes from vendor pages, manually verified and kept current. Useful when you're evaluating tools, need to justify a purchase, or answering "what's the cheapest option with X feature" without opening a dozen pricing pages. Zero dependencies, runs via npx in Claude Desktop, Cursor, or any MCP client.
A zero-dependency Model Context Protocol server providing verified pricing, alternatives, and feature comparisons for 494+ SaaS and AI tools. Compatible with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. No API key required.
Add to your MCP client configuration:
{
"mcpServers": {
"comparedge": {
"command": "npx",
"args": ["-y", "@comparedge/mcp-server@latest"]
}
}
}
Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor: Settings > MCP > Add Server
VS Code + GitHub Copilot: .vscode/mcp.json
Full setup guides: ComparEdge MCP Server — setup and tool reference
search_toolsSearch 494+ software products by name, keyword, category, or natural language query.
query string required Search query (product name, keyword, or use case)
limit number optional Max results to return (default: 5, max: 20)
Example prompts:
get_toolRetrieve the full profile for a specific tool by its slug identifier.
slug string required URL-safe product identifier (e.g., "notion", "github-copilot")
Example prompts:
get_pricingComplete verified pricing breakdown: all plans, prices, features per tier, trial status, and free plan availability. Includes per-token pricing for LLM/AI tools.
slug string required Product slug. Use search_tools first if unsure of the exact slug.
Example prompts:
compare_toolsSide-by-side structured comparison of two software products: pricing, features, ratings, and key differences.
tool1 string required Slug of the first product
tool2 string required Slug of the second product
Example prompts:
compare_pricingFocused pricing analysis of two tools side by side: plan-by-plan cost breakdown with value assessment.
tool1 string required Slug of the first product
tool2 string required Slug of the second product
Example prompts:
get_alternativesTop verified alternatives to a given tool within the same category, sorted by aggregated rating. Each result includes a direct comparison link to the ComparEdge side-by-side page.
slug string required Slug of the reference product
limit number optional Number of alternatives to return (default: 5, max: 10)
Example prompts:
list_categoryBrowse all tools in a specific category with pricing overview. Supports sorting and free-only filtering.
category string required Category slug (e.g., "crm", "llm", "ai-coding")
sort_by string optional "rating" (default) or "startingPrice"
free_only boolean optional Return only tools with a free plan (default: false)
Example prompts:
get_leaderboardTop-rated software tools by category, ranked by aggregated G2 and Capterra scores.
category string optional Category slug, or "all" for overall leaderboard (default: "all")
limit number optional Number of tools to return (default: 10, max: 50)
Example prompts:
list_categoriesList all 44 supported software categories with their slugs and display names.
Example prompts:
accounting ai-agents ai-assistants ai-coding ai-image ai-meeting ai-productivity ai-security ai-video ai-voice ai-writing analytics cloud-hosting cloud-security compliance crm crypto-analytics crypto-exchanges crypto-portfolio-trackers crypto-tax crypto-telegram-bots crypto-trading-bots crypto-wallets customer-support data-observability databases defi-tools design-tools dex email-marketing endpoint-security erp finops hr-tools iam llm password-managers payments project-management seo-tools vector-databases video-conferencing vpn website-builders
Pricing and feature data is sourced directly from vendor pricing pages, verified against live sources, and updated continuously via an automated pipeline. Coverage spans SaaS, AI tools, security software, databases, and developer infrastructure. Each product record includes pricing plans, feature matrices, aggregated ratings from G2 and Capterra, free plan status, and trial availability.
| Documentation | ComparEdge MCP Server — setup and tool reference |
| Open Dataset | 494+ SaaS tools open dataset on ComparEdge (CC BY 4.0) |
| Data Methodology | How ComparEdge verifies pricing and feature data |
| Compare Hub | Side-by-side SaaS comparisons — 556 curated pairs |
| MCP Protocol Specification | Model Context Protocol official specification |