mcp-server-comparedge
OfficialThe ComparEdge MCP server lets you research, compare, and discover 495+ SaaS and AI software tools — including verified pricing, features, ratings, and alternatives — without an API key.
Search for tools (
search_tools): Find software by name, keyword, category, or natural language query (e.g., "best CRM for startups"), returning up to 20 results.Get a tool profile (
get_tool): Retrieve a full overview of a specific product using its slug, including description, category, rating, free plan status, starting price, and key features.Get pricing details (
get_pricing): Access complete, verified pricing breakdowns — all plans, costs per tier, free trial/plan availability, and per-token pricing for AI/LLM tools.Compare two tools (
compare_tools): Side-by-side structured comparison of two products covering pricing, features, ratings, and key differences.Compare pricing (
compare_pricing): Focused plan-by-plan cost comparison between two tools with value assessment.Find alternatives (
get_alternatives): Discover top-rated alternatives to a given tool within the same category, sorted by rating, with comparison links.Browse by category (
list_category): List all tools in a specific category, sortable by rating or starting price, with optional free-plan filtering.View leaderboards (
get_leaderboard): See the top-rated tools in any category or overall, ranked by aggregated G2 and Capterra scores.List all categories (
list_categories): Explore all 45 supported software categories with their slugs and display names.
Enables retrieval of pricing, ratings, and alternative tools for GitHub Copilot, an AI code completion service.
Offers pricing and rating data for Google's AI products and services, such as Gemini.
Delivers information on Meta's AI models, including pricing and user ratings.
Allows querying pricing plans, ratings, and feature breakdowns for Notion, a versatile productivity tool.
Provides comprehensive data on OpenAI's models, including token pricing and ratings for GPT-4 and other offerings.
ComparEdge MCP Server
A zero-dependency Model Context Protocol server providing verified pricing, alternatives, and feature comparisons for 495+ SaaS and AI tools. Compatible with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. No API key required.
Installation
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.com/mcp/docs
Tools
search_tools
Search 495+ 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:
"Find the best CRM for startups"
"What project management tools have a free plan?"
"Show me AI writing tools"
get_tool
Retrieve 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:
"Tell me about Linear"
"Give me an overview of HubSpot"
"What does Figma do?"
get_pricing
Complete 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:
"How much does Notion cost per user?"
"Does Slack have a free plan?"
"What is the cheapest project management tool under $10/month?"
"Show me OpenAI API pricing per million tokens"
compare_tools
Side-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 productExample prompts:
"Compare Notion vs Coda"
"Notion vs Obsidian — which is better for a team?"
"Compare Salesforce and HubSpot pricing"
compare_pricing
Focused 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 productExample prompts:
"Which is cheaper, Linear or Jira?"
"Compare GitHub Copilot vs Cursor pricing"
get_alternatives
Top verified alternatives to a given tool within the same category, sorted by aggregated rating. Each result includes a direct ComparEdge comparison link.
slug string required Slug of the reference product
limit number optional Number of alternatives to return (default: 5, max: 10)Example prompts:
"What are the best alternatives to Salesforce under $50/user/mo?"
"I want to switch from Slack — what else is there?"
"Find open-source alternatives to Notion"
list_category
Browse 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:
"Show me all password managers"
"List CRM tools sorted by price"
"What are the top-rated LLMs with a free tier?"
get_leaderboard
Top-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:
"Show me the top-rated password managers"
"What are the highest-rated AI coding tools?"
"Overall top 20 SaaS tools by rating"
list_categories
List all 45 supported software categories with their slugs and display names.
Example prompts:
"What categories does ComparEdge cover?"
"Show me all available software categories"
Supported Categories
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
Data
Pricing and feature data is sourced directly from vendor pricing pages, verified manually 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 | |
Open Dataset | comparedge.com/open-data — CC BY 4.0 |
Data Methodology | |
MCP Protocol Specification |
License
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/comparedge/mcp-server-comparedge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server