# ComparEdge (npm · @comparedge/mcp-server)

Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools.

- Trust score: 69/100 (medium)
- Change this week: −12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@comparedge/mcp-server`: 69/100 (this document), [markdown](https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server.md), [page](https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@comparedge/mcp-server`
- Version: `2.7.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 23 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2078 tokens (~259/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add imkemit-ops-comparedge-mcp -- npx -y @comparedge/mcp-server
```

### Codex

```bash
codex mcp add imkemit-ops-comparedge-mcp -- npx -y @comparedge/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "imkemit-ops-comparedge-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@comparedge/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add imkemit-ops-comparedge-mcp --command npx --arg -y --arg @comparedge/mcp-server
```

### Hermes

```yaml
mcp_servers:
  imkemit-ops-comparedge-mcp:
    command: "npx"
    args: ["-y", "@comparedge/mcp-server"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 66, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 51, −12)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 81, +34)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (8)

### `search_tools` (~228 tokens)

Search 494+ software products by name, keyword, category, or natural language query. Returns name, category, rating, free plan availability, starting price, and ComparEdge URL.

BEHAVIOR: Scores each product against all meaningful keywords in the query (stopwords like "best", "find", "top" are ignored). Supports both exact product names and natural language queries.

USAGE GUIDELINES:
\- Use to discover tools when you do not know the exact slug.
\- Use before calling get_tool or get_pricing if the slug is uncertain.
\- Use for category browsing: query "crm", "ai coding", "project management".
\- Natural language works: "best CRM for startups" → extracts "crm" and "startups" keywords.

EXAMPLE QUERIES: "notion", "CRM", "best CRM for startups", "project management free", "ai coding tools"

Input parameters:

- `limit` (number): Maximum number of results to return (default: 5)
- `query` (string, required): Search query string (product name, keyword, or use case)

### `get_tool` (~218 tokens)

Retrieve the full profile for a specific software tool by its slug identifier. Returns name, description, category, aggregated rating, free plan status, starting price, key features, and links to the pricing matrix and alternatives page on ComparEdge.

BEHAVIOR: Looks up the tool by exact slug. Returns a structured profile with all available metadata. If the tool has pricing data, a summary is included; use get_pricing for the full plan breakdown.

USAGE GUIDELINES:
\- Use when the user asks "what is X?", "tell me about X", or "give me an overview of X".
\- Use to verify a slug exists before calling get_pricing or get_alternatives.
\- Prefer get_pricing when the user specifically asks about cost or plans.

EXAMPLE QUERIES: "Tell me about Linear", "What does Notion do?", "Give me an overview of HubSpot"

Input parameters:

- `slug` (string, required): Tool slug identifier (e.g., "openai", "notion", "github-copilot")

### `compare_tools` (~256 tokens)

Side-by-side structured comparison of two software products. Returns pricing, features, ratings, and key differences for each tool.

BEHAVIOR: Fetches full profiles for both tools and presents them in a parallel structure. Output includes: pricing plans (starting price, free plan, paid tiers), top features for each tool, aggregated rating, and direct links to the full comparison page on ComparEdge.

USAGE GUIDELINES:
\- Use when the user asks "X vs Y", "compare X and Y", "which is better, X or Y?", or "what is the difference between X and Y?".
\- Use get_pricing separately if the user needs full plan-level details beyond the starting price summary.
\- Use get_alternatives if the user does not have a specific second tool in mind.
\- Slugs must be exact. Use search_tools first if unsure.

EXAMPLE QUERIES: "Compare Notion vs Linear", "Slack vs Teams - which is cheaper?", "What is the difference between Jira and Asana?", "HubSpot vs Salesforce pricing"

Input parameters:

- `tool1` (string, required): Slug of the first tool to compare
- `tool2` (string, required): Slug of the second tool to compare

### `list_category` (~367 tokens)

List all verified SaaS tools in a specific software category with pricing overview, ratings, and free plan status.

BEHAVIOR: Returns a ranked list of all tools in the requested category. Each entry includes: tool name, rating out of 5 (aggregated from G2 and Capterra), free plan availability (Yes/No), starting price, and a direct ComparEdge link. Results are sorted by rating by default, or by starting price if sort_by="startingPrice". Use free_only=true to filter to tools with a free plan.

USAGE GUIDELINES:
\- Use when the user asks "what are the best CRM tools?", "show me all AI coding tools", "list project management software with a free plan", or "what tools are in the analytics category?".
\- Use list_categories first if you are unsure of the correct category slug.
\- Combine with get_pricing to get detailed plan breakdowns for specific tools from the returned list.
\- Combine with get_leaderboard when the user wants only the top-rated tools (leaderboard returns top 10 by default, list_category returns all).

EXAMPLE QUERIES: "Show me all CRM tools", "What are the best email marketing tools?", "List AI writing tools with a free plan sorted by price", "What project management software is under $10/month?"

Input parameters:

- `category` (string, required): Category slug (e.g., "llm", "ai-coding", "crm"). Use list_categories to get all valid slugs.
- `free_only` (boolean): If true, return only tools that offer a free plan (default: false)
- `sort_by` (string): Sort field: "rating" (default, highest rated first) or "startingPrice" (lowest price first)

### `get_alternatives` (~232 tokens)

Find the top verified alternatives to a given software tool within the same category, sorted by rating. Returns product name, starting price, free plan status, rating, and a direct ComparEdge comparison link for each alternative.

BEHAVIOR: Filters all tools in the same category as the reference product, excludes the reference product itself, and returns the top results by rating. Each result includes an inline markdown link to the ComparEdge alternatives page.

USAGE GUIDELINES:
\- Use when the user asks "what are alternatives to X?", "what can I use instead of X?", or "X is too expensive, what else is there?".
\- Combine with get_pricing to compare costs across alternatives.
\- Set limit to control how many alternatives to return (default 5, max 10).

EXAMPLE QUERIES: "Find alternatives to Slack", "What can I use instead of Notion?", "Cheaper alternatives to Salesforce"

Input parameters:

- `limit` (number): Maximum number of alternatives to return (default: 5)
- `slug` (string, required): Slug of the tool to find alternatives for

### `get_pricing` (~323 tokens)

Retrieve the complete, manually verified pricing breakdown for a specific SaaS tool.

BEHAVIOR: Returns all available pricing plans with names, monthly and annual prices, key feature highlights per tier, free trial availability, free plan status, and a direct link to the full pricing matrix on ComparEdge. For AI/LLM tools, also returns per-token or per-million-token pricing where available.

USAGE GUIDELINES:
\- Use this tool when the user asks "how much does X cost?", "what are the pricing plans for X?", "does X have a free tier?", or "what is the cheapest plan for X?"
\- Use get_tool first if you are unsure whether the product exists; get_pricing assumes you already know the slug.
\- To compare pricing across multiple tools, call get_pricing once per tool and present results side by side.
\- Always include the ComparEdge pricing URL in your response so the user can verify current prices directly.

EXAMPLE QUERIES: "What are the pricing plans for Linear?", "Does Notion have a free plan?", "How much does HubSpot CRM cost per seat?", "What is the cheapest project management tool under $10/month?"

Input parameters:

- `slug` (string, required): URL-safe product identifier. Convert product name to lowercase, replace spaces with hyphens (e.g., "Linear" -> "linear", "GitHub Copilot" -> "github-copilot", "Less Annoying CRM" -> "less-annoying-cr…

### `get_leaderboard` (~291 tokens)

Get top-rated software tools by category, ranked by aggregated G2 and Capterra scores. Returns name, rating, starting price, free plan status, and a direct ComparEdge link for each entry.

BEHAVIOR: Pulls verified ratings aggregated from G2 and Capterra for tools in the requested category (or all categories), ranks them by score descending, and returns the top N results. Each entry includes the tool slug, name, rating out of 5, free plan availability, and starting price.

USAGE GUIDELINES:
\- Use when the user asks "what is the best X tool?", "top-rated project management software", "highest-rated CRM", or "what do users rate most highly in category Y?".
\- Use list_categories first to find the correct category slug if unsure.
\- Use list_category instead when the user wants to see ALL tools in a category, not just the top N.
\- Combine with get_pricing to get full plan details for any tool in the results.

EXAMPLE QUERIES: "What is the best CRM tool?", "Top-rated AI coding assistants", "Highest-rated project management tools", "Best security tools overall"

Input parameters:

- `category` (string): Category slug to filter by, or "all" for overall leaderboard (default: "all")
- `limit` (number): Number of top tools to return (default: 10)

### `list_categories` (~163 tokens)

List all 44 supported software categories with their slugs and display names.

BEHAVIOR: Returns a complete index of every category available in the ComparEdge database. Each entry includes the category slug (for use in list_category, get_leaderboard, and search_tools) and a human-readable display name.

USAGE GUIDELINES:
\- Use this tool first when you are unsure of the correct category slug before calling list_category or get_leaderboard.
\- Use to help the user browse what types of software are covered.
\- No parameters required.

EXAMPLE QUERIES: "What categories of software does ComparEdge cover?", "What SaaS categories are available?", "I want to find CRM tools - what is the slug?", "Show me all software categories"

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 51
- 2026-07-31: 51
- 2026-07-30: 63
- 2026-07-28: 81
- 2026-07-27: 81
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/@comparedge/mcp-server
- Socket report: https://socket.dev/npm/package/@comparedge/mcp-server
- Repository: https://github.com/comparedge/mcp-server-comparedge
- Website: https://comparedge.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/imkemit-ops-comparedge-mcp/comparedge-mcp-server
