Compar Edge MCP Server

Your assistant already knows what Notion is. It does not know that Notion Plus costs $12 a seat this month, or that the tool you are evaluating quietly dropped its free plan in spring. Training data ages; prices move. This server closes that gap with verified pricing, plans, ratings and alternatives for 494 SaaS and AI tools, checked against vendor pages before they ship. Live docs and examples: comparedge.com/mcp.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 3 · #111 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Compar Edge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add comparedge-mcp-server-comparedge -- npx -y @comparedge/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @comparedge/mcp-server - published under the repo owner's npm scope (@comparedge)

registry registry publisher io.github.imkemit-ops is not the repo owner (comparedge) - the registry entry was published by someone else

03 · What Compar Edge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.7.1 · 2026-07-10

README rewritten from scratch: first link goes to the ComparEdge MCP hub, anchors are short plain text, dead links removed. · Dockerfile base image bumped to node:26.5.0-alpine (Snyk: 25 vulnerabilities on 26.1.0, zero…

v2.7.0 · 2026-07-10

Data fetches send a proper User-Agent (comparedge-mcp/<version>); bare node UA was blocked by CDN bot filtering for several days in July 2026. · Catalog cache: 6-hour TTL with serve-stale-on-error for long-lived MCP…

v2.6.0 · 2026-06-08

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…

04 · Who maintains Compar Edge

ComparEdge is maintained by comparedge. We track 4 MCP servers from comparedge - 4 actively maintained, 9 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from comparedge.

  1. ComparEdge LLM Cost Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers. ★ 2
  2. ComparEdge Price Watch Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases. ★ 2
  3. ComparEdge Pricing Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives. ★ 2

05 · Facts

category
API integration - ranked #111 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-10)
registry
io.github.imkemit-ops/comparedge-mcp (active, first published 2026-05-18 · 12 versions)
packages
npm:@comparedge/mcp-server

06 · Compar Edge FAQ

What is Compar Edge?

Your assistant already knows what Notion is. It does not know that Notion Plus costs $12 a seat this month, or that the tool you are evaluating quietly dropped its free plan in spring. Training data ages; prices move. This server closes that gap with verified pricing, plans, ratings and alternatives for 494 SaaS and AI tools, checked against vendor pages before they ship. Live docs and examples: comparedge.com/mcp.

Is Compar Edge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Compar Edge?

Run `npx -y @comparedge/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Compar Edge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Compar Edge