Skip to content

Commit 954ffcc

Browse files
committed
chore: v2.4.0 — update README, add MCP Registry + mcpservers badges, fix protocol version
1 parent c246795 commit 954ffcc

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# @comparedge/mcp-server
22

33
[![mcp-server-comparedge MCP server](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge/badges/score.svg)](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge)
4+
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.4.0-7c3aed)](https://registry.modelcontextprotocol.io)
5+
[![mcpservers.org](https://img.shields.io/badge/mcpservers.org-listed-22c55e)](https://mcpservers.org/servers/comparedge/mcp-server-comparedge)
46
[![npm version](https://img.shields.io/npm/v/@comparedge/mcp-server.svg)](https://www.npmjs.com/package/@comparedge/mcp-server)
57
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
68

@@ -93,7 +95,7 @@ Use the `npx @comparedge/mcp-server` command with stdio transport in any MCP-com
9395
| `get_alternatives` | `slug` (string) | Top alternatives within the same category, sorted by rating. Optional: `limit` (default 5). |
9496
| `get_pricing` | `slug` (string) | Complete verified pricing breakdown: all plans, per-plan highlights, token pricing where applicable, and verification date. |
9597
| `get_leaderboard` | `category` (optional) | Top-rated tools by category or overall. Optional: `limit` (default 10). |
96-
| `list_categories` | none | All 45 supported category slugs and display names. |
98+
| `search_tools` | none | All 45 supported category slugs and display names. |
9799

98100
## Usage Examples
99101

@@ -148,11 +150,11 @@ Relevant hubs: [Analytics](https://comparedge.com/best/analytics) | [Data Observ
148150

149151
`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-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`
150152

151-
Use `list_categories` to retrieve the full list with display names at runtime.
153+
Use `search_tools` to retrieve the full list with display names at runtime.
152154

153155
## Data Quality
154156

155-
ComparEdge applies a multi-layer verification process to every product record. Pricing is verified directly against vendor pricing pages on a weekly rotation cycle. Each product includes a `verifiedAt` field reflecting the date of last verification. User ratings are aggregated independently across multiple review sources and normalized to a consistent 0-5 scale. The dataset covers 506 active products and 2 discontinued products (flagged as such).
157+
ComparEdge applies a multi-layer verification process to every product record. Pricing is verified directly against vendor pricing pages on a weekly rotation cycle. Each product includes a `verifiedAt` field reflecting the date of last verification. User ratings are aggregated independently across multiple review sources and normalized to a consistent 0-5 scale. The dataset covers 508 products (flagged as such).
156158

157159
Data source: [ComparEdge Software Intelligence](https://comparedge.com) | [Pricing Guide](https://comparedge.com/pricing) | [Tool Directory](https://comparedge.com/tools) | [Alternatives](https://comparedge.com/alternatives) | [Comparisons](https://comparedge.com/compare)
158160

@@ -164,7 +166,7 @@ Extension documentation: [comparedge.com/extension/docs](https://comparedge.com/
164166

165167
## Technical Details
166168

167-
- Protocol: MCP 2024-11-05, JSON-RPC 2.0 over stdio
169+
- Protocol: MCP 2025-03-26, JSON-RPC 2.0 over stdio
168170
- Runtime: Node.js 18+
169171
- Dependencies: zero (Node.js built-ins only)
170172
- Data transport: HTTPS fetch to comparedge.com (live, updated daily)

server.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.imkemit-ops/comparedge-mcp",
4+
"title": "ComparEdge",
45
"description": "Verified pricing, alternatives, and comparisons for 508+ SaaS and AI tools.",
56
"repository": {
67
"url": "https://github.com/comparedge/mcp-server-comparedge",
78
"source": "github"
89
},
9-
"version": "2.1.8",
10+
"version": "2.4.0",
11+
"websiteUrl": "https://comparedge.com/mcp",
1012
"packages": [
1113
{
1214
"registryType": "npm",
1315
"identifier": "@comparedge/mcp-server",
14-
"version": "2.1.8",
16+
"version": "2.4.0",
1517
"transport": {
1618
"type": "stdio"
1719
}

0 commit comments

Comments
 (0)