You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A zero-dependency [Model Context Protocol](https://comparedge.com/mcp) 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.
8
+
A zero-dependency [Model Context Protocol server](https://modelcontextprotocol.io)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.
9
9
10
10
## Installation
11
11
@@ -26,12 +26,12 @@ Add to your MCP client configuration:
26
26
**Cursor:** Settings > MCP > Add Server
27
27
**VS Code + GitHub Copilot:**`.vscode/mcp.json`
28
28
29
-
Full setup guides: [ComparEdge MCP Server docs](https://comparedge.com/mcp/docs)
29
+
Full setup guides: [ComparEdge MCP Server — setup and tool reference](https://comparedge.com/mcp/docs)
30
30
31
31
## Tools
32
32
33
33
### `search_tools`
34
-
Search 495+ software products by name, keyword, category, or natural language query.
34
+
Search 494+ software products by name, keyword, category, or natural language query.
35
35
36
36
```
37
37
query string required Search query (product name, keyword, or use case)
@@ -104,7 +104,7 @@ tool2 string required Slug of the second product
104
104
---
105
105
106
106
### `get_alternatives`
107
-
Top verified alternatives to a given tool within the same category, sorted by aggregated rating. Each result includes a direct ComparEdge comparison link.
107
+
Top 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.
108
108
109
109
```
110
110
slug string required Slug of the reference product
@@ -162,16 +162,16 @@ List all 44 supported software categories with their slugs and display names.
162
162
163
163
## Data
164
164
165
-
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.
165
+
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.
166
166
167
167
|||
168
168
|---|---|
169
-
|**Documentation**|[MCP Server setup guides and tool reference](https://comparedge.com/mcp/docs)|
170
-
|**Open Dataset**|[495+ tools open dataset on ComparEdge](https://comparedge.com/open-data) (CC BY 4.0) |
171
-
|**Data Methodology**|[How ComparEdge verifies pricing and ratings](https://comparedge.com/methodology)|
169
+
|**Documentation**|[ComparEdge MCP Server — setup and tool reference](https://comparedge.com/mcp/docs)|
170
+
|**Open Dataset**|[494+ SaaS tools open dataset on ComparEdge](https://comparedge.com/open-data) (CC BY 4.0) |
171
+
|**Data Methodology**|[How ComparEdge verifies pricing and feature data](https://comparedge.com/methodology)|
Copy file name to clipboardExpand all lines: glama.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
"imkemit-ops"
5
5
],
6
6
"name": "mcp-server-comparedge",
7
-
"description": "Query verified pricing, independently aggregated ratings, feature comparisons, and category leaderboards for 495+ SaaS, AI, and security tools across 44 categories. Zero dependencies, no API key required.",
8
-
"version": "2.5.8",
7
+
"description": "Query verified pricing, independently aggregated ratings, feature comparisons, and category leaderboards for 494+ SaaS, AI, and security tools across 44 categories. Includes 556 curated side-by-side comparisons. Zero dependencies, no API key required.",
description: 'Search 495+ software products by name, keyword, category, or natural language query. Returns name, category, rating, free plan availability, starting price, and ComparEdge URL.\n\nBEHAVIOR: Scores each product against all meaningful keywords in the query (stopwords like "best", "find", "top" are ignored). Supports both exact product names and natural language queries.\n\nUSAGE GUIDELINES:\n- Use to discover tools when you do not know the exact slug.\n- Use before calling get_tool or get_pricing if the slug is uncertain.\n- Use for category browsing: query "crm", "ai coding", "project management".\n- Natural language works: "best CRM for startups" → extracts "crm" and "startups" keywords.\n\nEXAMPLE QUERIES: "notion", "CRM", "best CRM for startups", "project management free", "ai coding tools"',
181
+
description: 'Search 494+ software products by name, keyword, category, or natural language query. Returns name, category, rating, free plan availability, starting price, and ComparEdge URL.\n\nBEHAVIOR: Scores each product against all meaningful keywords in the query (stopwords like "best", "find", "top" are ignored). Supports both exact product names and natural language queries.\n\nUSAGE GUIDELINES:\n- Use to discover tools when you do not know the exact slug.\n- Use before calling get_tool or get_pricing if the slug is uncertain.\n- Use for category browsing: query "crm", "ai coding", "project management".\n- Natural language works: "best CRM for startups" → extracts "crm" and "startups" keywords.\n\nEXAMPLE QUERIES: "notion", "CRM", "best CRM for startups", "project management free", "ai coding tools"',
182
182
inputSchema: {
183
183
type: 'object',
184
184
properties: {
@@ -800,7 +800,7 @@ async function handleRequest(req) {
0 commit comments