# ComparEdge Pricing (remote · comparedge.com)

Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives.

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

## Components

- remote · `comparedge.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/comparedge-pricing-api/api-mcp.md), [page](https://verifymcp.io/servers/comparedge-pricing-api/api-mcp)

## Channel facts

- Endpoint: `https://comparedge.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 831 tokens (~92/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http comparedge-pricing-api https://comparedge.com/api/mcp
```

### Codex

```toml
[mcp_servers.comparedge-pricing-api]
url = "https://comparedge.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "comparedge-pricing-api": {
      "type": "remote",
      "url": "https://comparedge.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add comparedge-pricing-api --url https://comparedge.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  comparedge-pricing-api:
    url: "https://comparedge.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "comparedge-pricing-api": {
      "type": "http",
      "url": "https://comparedge.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +1)

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

### 2026-07-30 (score 66, −2)

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

### 2026-07-29 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 66, 0)

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

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

First indexed and scored.

## MCP tools (9)

### `get_pricing` (~121 tokens)

Full sourced pricing record for one product: tiers with per-tier features, price range, annual discounts, hidden costs, capabilities, verdict, plan advice, category positioning, verification and links.

Input parameters:

- `depth` (string): summary = numbers and ranges; full = adds features, plan advice, expert take.
- `fields` (string): Optional comma-separated field list to narrow the payload, e.g. "tiers,hiddenCosts,discounts".
- `slug` (string, required): Product slug, e.g. "notion", "salesforce", "openai".

### `compare_software` (~72 tokens)

Structured side-by-side comparison of 2 to 4 products, each a full record plus a compact matrix (starting price, free tier, max annual discount, hidden-cost count).

Input parameters:

- `slugs` (array, required): 2 to 4 product slugs, e.g. ["notion","clickup"].

### `discover_software` (~128 tokens)

Find software by criteria: category, max starting price, free-tier requirement, or a keyword. Returns compact cards with the source link for each.

Input parameters:

- `category` (string): Category slug, e.g. "crm", "llm", "cloud-hosting".
- `hasFreeTier` (boolean): Only products with a perpetual free tier.
- `limit` (number): Max results (default 50, cap 200).
- `maxPrice` (number): Maximum starting (lowest paid) price per month.
- `q` (string): Keyword to match against name / slug / category.

### `get_hidden_costs` (~57 tokens)

The costs beyond the sticker price (implementation, add-ons, overage, support) for one product, with the intro context and category positioning. This is the data most pricing answers miss.

Input parameters:

- `slug` (string, required): Product slug.

### `calculate_tco` (~101 tokens)

Total cost of ownership for a team: the seat-aware, annual-aware subscription line plus the hidden-cost line items. Params: slug, seats, tier, billing (monthly|annual).

Input parameters:

- `billing` (string): Billing cadence.
- `seats` (number): Team size (per-seat products).
- `slug` (string, required): Product slug.
- `tier` (string): Plan name, e.g. "Business". Optional; defaults to the first paid plan.

### `estimate_llm_cost` (~123 tokens)

Per-model token rate card ($/1M input, output, cached input, context window) for a token-priced AI product, plus a cost estimate when a token volume is given.

Input parameters:

- `inputTokens` (number): Input token count for the estimate.
- `model` (string): Model id to select, e.g. "gpt-5.4". Optional.
- `outputTokens` (number): Output token count for the estimate.
- `slug` (string, required): Product slug, e.g. "openai", "claude", "gemini".

### `get_cost_guide` (~86 tokens)

Negotiation-ready true-cost brief for one product: real renewal-rate costs, the vendor cost-transparency score, discount programs that survive renewal, negotiation tactics with expected discount ranges, what is negotiable vs fixed, and a link to a free negotiation email generator.

Input parameters:

- `slug` (string, required): Product slug, e.g. "kling-ai", "fathom-meeting".

### `get_price_history` (~37 tokens)

Price-stability signal, latest verified snapshot, last observed change and derived trend for one product.

Input parameters:

- `slug` (string, required): Product slug.

### `get_positioning` (~50 tokens)

Where a product sits on price against its category: starting price vs the category median, min, max and sample size — the most citable one-line stat.

Input parameters:

- `slug` (string, required): Product slug.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/comparedge-pricing-api/api-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 66

## Links

- Remote endpoint: https://comparedge.com/api/mcp
- Repository: https://github.com/comparedge/pricing-api
- Website: https://comparedge.com/api-docs
- Changelog RSS feed: https://verifymcp.io/servers/comparedge-pricing-api/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/comparedge-pricing-api/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/comparedge-pricing-api/api-mcp
