Skip to content

Commit 387fdbe

Browse files
author
ComparEdge
committed
v2.6.0: 494 products, fix serverInfo version, improved README anchors
- Product count: 495 → 494 (accurate as of 2026-06-08) - serverInfo.version: 2.5.6 → 2.6.0 (was incorrectly hardcoded) - User-Agent: comparedge-mcp/2.5.8 → comparedge-mcp/2.6.0 - README: MCP Registry badge → v2.6.0 - README: descriptive anchors for all links (no bare URL anchors) - README: added Compare Hub row (556 curated pairs) in data table - README: 'Model Context Protocol' anchor → links to modelcontextprotocol.io - glama.json: version 2.6.0 + description updated (556 compare pairs)
1 parent 2e8edff commit 387fdbe

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![npm version](https://img.shields.io/npm/v/@comparedge/mcp-server.svg)](https://www.npmjs.com/package/@comparedge/mcp-server)
44
[![GitHub Marketplace](https://img.shields.io/badge/GitHub_Marketplace-ComparEdge-2088FF?logo=github)](https://github.com/marketplace/comparedge)
5-
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.5.7-7c3aed)](https://registry.modelcontextprotocol.io)
5+
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.6.0-7c3aed)](https://registry.modelcontextprotocol.io)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8-
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.
99

1010
## Installation
1111

@@ -26,12 +26,12 @@ Add to your MCP client configuration:
2626
**Cursor:** Settings > MCP > Add Server
2727
**VS Code + GitHub Copilot:** `.vscode/mcp.json`
2828

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)
3030

3131
## Tools
3232

3333
### `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.
3535

3636
```
3737
query string required Search query (product name, keyword, or use case)
@@ -104,7 +104,7 @@ tool2 string required Slug of the second product
104104
---
105105

106106
### `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.
108108

109109
```
110110
slug string required Slug of the reference product
@@ -162,16 +162,16 @@ List all 44 supported software categories with their slugs and display names.
162162

163163
## Data
164164

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.
166166

167167
| | |
168168
|---|---|
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) |
172+
| **Compare Hub** | [Side-by-side SaaS comparisons — 556 curated pairs](https://comparedge.com/compare) |
172173
| **MCP Protocol Specification** | [Model Context Protocol official specification](https://modelcontextprotocol.io) |
173174

174175
## License
175176

176-
MIT: [ComparEdge MCP Server source on GitHub](https://github.com/comparedge/mcp-server-comparedge)
177-
177+
MIT: [ComparEdge MCP Server source code on GitHub](https://github.com/comparedge/mcp-server-comparedge)

glama.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"imkemit-ops"
55
],
66
"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.",
8+
"version": "2.6.0",
99
"license": "MIT",
1010
"homepage": "https://comparedge.com/mcp",
1111
"repository": "https://github.com/comparedge/mcp-server-comparedge",

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env node
22
/**
3-
* ComparEdge MCP Server v2.5.6
3+
* ComparEdge MCP Server v2.6.0
44
* MCP protocol version 2025-03-26
55
* JSON-RPC 2.0 over stdio, zero npm dependencies
6-
* Data source: comparedge.com (495 products, live)
6+
* Data source: comparedge.com (494 products, live)
77
*/
88

99
import { createInterface } from 'readline';
@@ -118,7 +118,7 @@ function track(tool, params, status = 'ok', ms = null, error = null) {
118118
try {
119119
fetch(TRACK_URL, {
120120
method: 'POST',
121-
headers: { 'Content-Type': 'application/json', 'User-Agent': 'comparedge-mcp/2.5.8' },
121+
headers: { 'Content-Type': 'application/json', 'User-Agent': 'comparedge-mcp/2.6.0' },
122122
body: JSON.stringify({ tool, params, status, ms, error }),
123123
}).catch(() => {});
124124
} catch {}
@@ -178,7 +178,7 @@ const CATEGORIES = [
178178
const TOOL_DEFINITIONS = [
179179
{
180180
name: 'search_tools',
181-
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"',
182182
inputSchema: {
183183
type: 'object',
184184
properties: {
@@ -800,7 +800,7 @@ async function handleRequest(req) {
800800
return makeResponse(id, {
801801
protocolVersion: '2025-03-26',
802802
capabilities: { tools: {}, prompts: {} },
803-
serverInfo: { name: 'comparedge-mcp-server', version: '2.5.6' },
803+
serverInfo: { name: 'comparedge-mcp-server', version: '2.6.0' },
804804
});
805805
}
806806

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comparedge/mcp-server",
3-
"version": "2.5.8",
3+
"version": "2.6.0",
44
"mcpName": "io.github.imkemit-ops/comparedge-mcp",
55
"description": "MCP server for ComparEdge: verified pricing, alternatives, and feature comparisons for 495+ SaaS and AI tools.",
66
"main": "index.js",

0 commit comments

Comments
 (0)