Releases: comparedge/mcp-server-comparedge
Releases · comparedge/mcp-server-comparedge
v2.6.0 — 494 products, fixed serverInfo version, improved README
Changes
- Product count updated: 495 → 494 (accurate as of 2026-06-08)
- Fixed
serverInfo.version: was incorrectly hardcoded as2.5.6, now correctly reports2.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 tomodelcontextprotocol.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
v2.5.8 - All 8 tools upgraded with BEHAVIOR + USAGE GUIDELINES + EXAMPLES
Improved tool descriptions
compare_tools- added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIESget_leaderboard- added BEHAVIOR, USAGE GUIDELINES, and EXAMPLE QUERIESlist_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 + EXAMPLESget_alternatives- BEHAVIOR + USAGE GUIDELINES + EXAMPLESget_pricing- BEHAVIOR + USAGE GUIDELINES + EXAMPLESsearch_tools- BEHAVIOR + USAGE GUIDELINES + EXAMPLESget_tool- BEHAVIOR + USAGE GUIDELINES + EXAMPLES
v2.5.7
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
What changed
- All version refs synced across index.js, mcp.json, server.json, smithery.yaml, glama.json
- Added LICENSE file (MIT)
- Added
startCommandand 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-serverv2.5.5
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
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 acceptutm=trueflag- New
mdLink(text, url)helper
Install
npx @comparedge/mcp-serverv2.1.7 — Official MCP Registry + GitHub Copilot support
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.mdfor Copilot-aware repos - Added
server.jsonwith registry metadata schema - Added
mcpNamefield topackage.jsonfor registry ownership verification
Install
npx @comparedge/mcp-serverMCP Registry
io.github.imkemit-ops/comparedge-mcp
v2.1.5
- 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
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.jsonfor Glama quality compliance
Installation
npx @comparedge/mcp-server