Skip to content

Releases: comparedge/mcp-server-comparedge

v2.6.0 — 494 products, fixed serverInfo version, improved README

08 Jun 21:26

Choose a tag to compare

Changes

  • Product count updated: 495 → 494 (accurate as of 2026-06-08)
  • Fixed serverInfo.version: was incorrectly hardcoded as 2.5.6, now correctly reports 2.6.0
  • Updated User-Agent: comparedge-mcp/2.6.0
  • README improvements:
    • All link anchors are now descriptive (no bare URL anchors)
    • Added Compare Hub row: 556 curated side-by-side comparison pairs
    • [Model Context Protocol] now links to modelcontextprotocol.io
    • MCP Registry badge updated to v2.6.0
  • glama.json: version bump + updated description mentioning 556 compare pairs

Install

npx @comparedge/mcp-server@latest

v2.5.8

30 May 01:06

Choose a tag to compare

v2.5.8 - All 8 tools upgraded with BEHAVIOR + USAGE GUIDELINES + EXAMPLES

Improved tool descriptions

  • compare_tools - added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIES
  • get_leaderboard - added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIES
  • list_categories - added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIES

All 8 core tools now have full structured descriptions for better AI model routing and Glama scoring.

Previously upgraded (v2.5.7)

  • list_category - BEHAVIOR + USAGE GUIDELINES + EXAMPLES
  • get_alternatives - BEHAVIOR + USAGE GUIDELINES + EXAMPLES
  • get_pricing - BEHAVIOR + USAGE GUIDELINES + EXAMPLES
  • search_tools - BEHAVIOR + USAGE GUIDELINES + EXAMPLES
  • get_tool - BEHAVIOR + USAGE GUIDELINES + EXAMPLES

v2.5.7

30 May 00:09

Choose a tag to compare

Improvements

  • list_category: added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIES to tool description — Glama quality score upgraded to A
  • GitHub Marketplace listing published: github.com/marketplace/comparedge
  • Version bumped across all registry manifests (glama.json, mcp.json, server.json, smithery.yaml)

v2.5.6

27 May 01:10

Choose a tag to compare

What changed

  • All version refs synced across index.js, mcp.json, server.json, smithery.yaml, glama.json
  • Added LICENSE file (MIT)
  • Added startCommand and tools list to server.json for MCP directory indexing
  • Fixed category count: 44 everywhere (was mix of 44/45)
  • Removed index.js.bak stale backup file
  • User-Agent updated to comparedge-mcp/2.5.6

Install

npx @comparedge/mcp-server

v2.5.5

26 May 23:08

Choose a tag to compare

ComparEdge MCP Server v2.5.5

  • 495+ SaaS and AI tools
  • 9 tools: search_tools, get_tool, get_pricing, compare_tools, compare_pricing, get_alternatives, list_category, get_leaderboard, list_categories
  • Node 26 (Alpine)
  • 0 known vulnerabilities (Snyk)
  • Registered in MCP Registry: io.github.imkemit-ops/comparedge-mcp

Install:

{
  "mcpServers": {
    "comparedge": {
      "command": "npx",
      "args": ["-y", "@comparedge/mcp-server@latest"]
    }
  }
}

v2.1.8 — UTM tracking + inline markdown links

18 May 13:23

Choose a tag to compare

Changes

  • All tool response links are now inline markdown [text](url) — renders as clickable in VS Code / Cursor / Copilot Chat sidebar
  • UTM params on every link: utm_source=mcp&utm_medium=ide — full attribution tracking from IDE traffic
  • toolURL(), pricingURL(), alternativesURL() now accept utm=true flag
  • New mdLink(text, url) helper

Install

npx @comparedge/mcp-server

v2.1.7 — Official MCP Registry + GitHub Copilot support

18 May 13:11

Choose a tag to compare

What is new

  • Published to the official MCP Registry at registry.modelcontextprotocol.io
  • Added GitHub Copilot / VS Code setup instructions to README
  • Added .github/copilot-instructions.md for Copilot-aware repos
  • Added server.json with registry metadata schema
  • Added mcpName field to package.json for registry ownership verification

Install

npx @comparedge/mcp-server

MCP Registry

io.github.imkemit-ops/comparedge-mcp

v2.1.5

18 May 12:10

Choose a tag to compare

  • Added glama.json for Glama registry compatibility
  • Added maintainers field for org claim verification
  • Fixed schema URL in glama.json
  • smithery.yaml included for Smithery auto-index

v2.1.4 — Static JSON data source

18 May 11:31

Choose a tag to compare

Changes

  • Migrated data source from Railway API to static JSON files (llms-tools.json, llms-pricing.json) on comparedge.com
  • 508 active products (vs 331 previously on Railway)
  • In-process caching for both data sources
  • All 8 tools updated to use static endpoints
  • Removed Railway dependency entirely
  • Updated README: neutral wording for ratings (multi-layer verification), removed G2/Capterra direct mentions
  • Added glama.json for Glama quality compliance

Installation

npx @comparedge/mcp-server