Skip to content

Commit 6e40a90

Browse files
fix: update version to 2.5.5 and product count to 495+
- smithery.yaml: version 2.1.9 -> 2.5.5, 508+ -> 495+ - README.md: badge v2.5.1 -> v2.5.5, 508+ -> 495+ - package.json: description 508+ -> 495+
1 parent 3373bb5 commit 6e40a90

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.5.1-7c3aed)](https://registry.modelcontextprotocol.io)
4+
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.5.5-7c3aed)](https://registry.modelcontextprotocol.io)
55
[![mcpservers.org](https://img.shields.io/badge/mcpservers.org-listed-22c55e)](https://mcpservers.org/servers/comparedge/mcp-server-comparedge)
66
[![npm version](https://img.shields.io/npm/v/@comparedge/mcp-server.svg)](https://www.npmjs.com/package/@comparedge/mcp-server)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![Known Vulnerabilities](https://snyk.io/test/github/comparedge/mcp-server-comparedge/badge.svg)](https://snyk.io/test/github/comparedge/mcp-server-comparedge)
99

10-
Model Context Protocol server providing structured access to the [ComparEdge](https://comparedge.com) software intelligence database. Covers verified pricing plans, independently aggregated ratings, feature breakdowns, and category rankings for 508+ SaaS, AI, and security products. No API key required.
10+
Model Context Protocol server providing structured access to the [ComparEdge](https://comparedge.com) software intelligence database. Covers verified pricing plans, independently aggregated ratings, feature breakdowns, and category rankings for 495+ SaaS, AI, and security products. No API key required.
1111

1212
## Installation
1313

@@ -89,7 +89,7 @@ Use the `npx @comparedge/mcp-server` command with stdio transport in any MCP-com
8989

9090
| Tool | Required Parameters | Description |
9191
|---|---|---|
92-
| `search_tools` | `query` (string) | Full-text search across 508+ products by name, keyword, or use case. Returns name, category, rating, free plan flag, starting price, and ComparEdge URL. |
92+
| `search_tools` | `query` (string) | Full-text search across 495+ products by name, keyword, or use case. Returns name, category, rating, free plan flag, starting price, and ComparEdge URL. |
9393
| `get_tool` | `slug` (string) | Complete product profile: description, category, rating, all pricing plans with highlights, key features, and verified date. |
9494
| `compare_tools` | `tool1`, `tool2` (strings) | Side-by-side comparison of two products: pricing, ratings, free plan availability, and direct comparison URL. |
9595
| `list_category` | `category` (string) | All tools in a category. Optional: `sort_by` ("rating" or "startingPrice"), `free_only` (boolean). |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@comparedge/mcp-server",
33
"version": "2.5.5",
44
"mcpName": "io.github.imkemit-ops/comparedge-mcp",
5-
"description": "MCP server for ComparEdge: verified pricing, alternatives, and feature comparisons for 508+ SaaS and AI tools.",
5+
"description": "MCP server for ComparEdge: verified pricing, alternatives, and feature comparisons for 495+ SaaS and AI tools.",
66
"main": "index.js",
77
"bin": {
88
"mcp-server-comparedge": "./index.js"

smithery.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: comparedge
22
displayName: ComparEdge Software Intelligence
3-
description: Query verified pricing, aggregated ratings, feature comparisons, and category rankings for 508+ SaaS, AI, and security tools. No API key required.
3+
description: Query verified pricing, aggregated ratings, feature comparisons, and category rankings for 495+ SaaS, AI, and security tools. No API key required.
44
homepage: https://comparedge.com
55
license: MIT
66
runtime: node
7-
version: "2.1.9"
7+
version: "2.5.5"
88

99
startCommand:
1010
type: stdio
@@ -20,7 +20,7 @@ startCommand:
2020
2121
tools:
2222
- name: search_tools
23-
description: Search 508+ software products by name or keyword
23+
description: Search 495+ software products by name or keyword
2424
- name: get_tool
2525
description: Full pricing plans and feature details for a specific tool
2626
- name: compare_tools

0 commit comments

Comments
 (0)