Skip to content

Releases: comparedge/mcp-server-comparedge

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