# io.github.bitcompare/mcp-server (remote · api.bitcompare.net)

Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.

- Trust score: 81/100 (high trust)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.bitcompare.net`: 81/100 (this document), [markdown](https://verifymcp.io/servers/bitcompare-mcp-server/api.md), [page](https://verifymcp.io/servers/bitcompare-mcp-server/api)
- npm · `@bitcompare/mcp-server`: 64/100, [markdown](https://verifymcp.io/servers/bitcompare-mcp-server/bitcompare-mcp-server.md), [page](https://verifymcp.io/servers/bitcompare-mcp-server/bitcompare-mcp-server)

## Channel facts

- Endpoint: `https://api.bitcompare.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **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 1245 tokens (~69/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 18/100
  - Stability check failed: schema churn in the 8 days we've observed: 1 tool removals, 1 breaking changes, 0 auth/transport breaks, 1 additions.
- **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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http bitcompare-mcp-server https://api.bitcompare.net/mcp
```

### Codex

```toml
[mcp_servers.bitcompare-mcp-server]
url = "https://api.bitcompare.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bitcompare-mcp-server": {
      "type": "remote",
      "url": "https://api.bitcompare.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bitcompare-mcp-server --url https://api.bitcompare.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  bitcompare-mcp-server:
    url: "https://api.bitcompare.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "bitcompare-mcp-server": {
      "type": "http",
      "url": "https://api.bitcompare.net/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 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 14 to 18.

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

No change was recorded against any check on this day. Stability & Change Management went from 8 to 11.

### 2026-07-31 (score 79, +5)

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

### 2026-07-30 (score 74, +2)

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

### 2026-07-27 (score 72, 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 72)

First indexed and scored.

## MCP tools (18)

### `get_rates` (~181 tokens)

Get current rates

List current rates across providers, optionally filtered by symbol, category, or provider. For "what is the best yield on BTC right now?" style questions, ALWAYS pass category="lending"/"borrowing"/"staking" — an unfiltered call mostly returns spot prices (category="price"), not yields.

Input parameters:

- `category` (string): Filter by product category. IMPORTANT for yield questions: without this filter, most returned rows are category="price" (spot prices), not yields. Pass category="lending", "borrowing", or "staking" t…
- `limit` (integer): Max results, default 100
- `provider` (string): Filter by provider slug, case-insensitive
- `symbol` (string): Filter by coin symbol, case-insensitive (e.g. "btc" or "BTC")

Output parameters:

- `data` (object)

### `get_rate_by_symbol` (~125 tokens)

Get rates for a single symbol

Fetch all provider rates for a specific coin symbol. Optionally filter by category — pass category="lending"/"borrowing"/"staking" for yield questions, since unfiltered results mix in spot prices (category="price").

Input parameters:

- `category` (string): Filter to a single product category. Without it, results mix spot prices (category="price") in with yields — pass "lending"/"borrowing"/"staking" for yield-only results.
- `symbol` (string, required): Coin symbol, case-insensitive (e.g. "btc" or "eth")

Output parameters:

- `data` (object)

### `get_rate_history` (~164 tokens)

Historical rates

Historical rate timeseries for a symbol. Recent history (~30 days) is per-tick; older history is daily granularity. Depth is clamped to your plan (up to 365 days on Pro) and bounded by how far back data has been recorded. (Current plan: up to 1825 days of history.)

Input parameters:

- `days` (integer): Days of history. Clamped server-side to your plan (Free 7, Starter 30, Growth 90, Pro 365, Enterprise 1825) and bounded by available data. Points within ~30 days are per-tick; older points are daily.
- `provider` (string): Provider slug to scope to, case-insensitive
- `symbol` (string, required): Coin symbol, case-insensitive

Output parameters:

- `data` (object)

### `list_providers` (~46 tokens)

List rate providers

All rate providers, optionally filtered by product category.

Input parameters:

- `category` (string): Filter to providers that offer this category
- `limit` (integer): Max results, default 100

Output parameters:

- `providers` (array)

### `get_coin` (~46 tokens)

Get coin metadata

Full metadata for a coin: description, links, categories, market data, developer stats.

Input parameters:

- `coinId` (string, required): Canonical coin id or slug (e.g. "bitcoin")

Output parameters:

- `id` (string): Canonical coin ID (e.g. `bitcoin`)
- `marketCap` (number): Market cap in USD
- `name` (string): Human-readable name (e.g. `Bitcoin`)
- `price` (number): Current spot price in USD
- `rank` (integer): Market cap rank (1 = largest)
- `symbol` (string): Trading symbol (e.g. `btc`)

### `list_coins` (~58 tokens)

List coins

Paginated list of coins with optional name/symbol search.

Input parameters:

- `limit` (integer): Page size, default 20
- `page` (integer): Page, default 1
- `search` (string): Search by name or symbol

Output parameters:

- `coins` (array)

### `top_coins` (~32 tokens)

Top coins by market cap

Top N coins ordered by market capitalisation.

Input parameters:

- `limit` (integer): Number of coins, default 100

Output parameters:

- `coins` (array)

### `similar_coins` (~60 tokens)

Similar coins

Coins related to the given coin by category/sector similarity.

Input parameters:

- `coinId` (string, required): Canonical coin id to find related coins for (e.g. "bitcoin")
- `limit` (integer): Max related coins to return, default 10

Output parameters:

- `coins` (array)

### `coin_history` (~57 tokens)

Historical coin price chart

Historical price timeseries for a coin. (Current plan: up to 1825 days of history.)

Input parameters:

- `coinId` (string, required): Canonical coin id (e.g. "bitcoin")
- `days` (integer): Days of history

Output parameters:

- `data` (object)

### `get_price` (~59 tokens)

Aggregated exchange price

Current aggregated price for one or more symbols, computed from multiple exchange feeds.

Input parameters:

- `symbols` (required): Single symbol or array of symbols (e.g. "btc" or ["btc","eth"])
- `vs` (string): Quote currency, default "usd"

Output parameters:

- `count` (integer)
- `prices` (array)
- `timestamp` (string)

### `get_price_by_symbol` (~81 tokens)

Aggregated price for a single symbol

Aggregated exchange price for one symbol, plus the raw per-provider prices that fed the aggregate. Use get_price for multiple symbols in one call.

Input parameters:

- `region` (string): Optional region filter for provider selection
- `symbol` (string, required): Single coin symbol, e.g. "btc"
- `vs` (string): Quote currency, default "usd"

Output parameters:

- `data` (object)

### `market_summary` (~30 tokens)

Global market summary

One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend.

Output parameters:

- `btcDominance` (number): BTC share of total market cap, 0-100
- `ethDominance` (number): ETH share of total market cap, 0-100
- `totalMarketCapUsd` (number): Combined market cap of all tracked coins
- `trend24h` (number): 24h trend as a decimal (0.02 = +2%)
- `volume24hUsd` (number): Combined 24h trading volume

### `fear_greed_index` (~21 tokens)

Fear & Greed index

Current Fear & Greed index value and historical trend.

Output parameters:

- `classification` (string): Label, e.g. `Greed`, `Neutral`, `Extreme Fear`
- `history` (array): Recent trend of the index
- `updatedAt` (string)
- `value` (integer): Current index, 0 (extreme fear) to 100 (extreme greed)

### `top_movers` (~58 tokens)

Top gainers/losers

Biggest 24h gainers and losers within a rank segment.

Input parameters:

- `limit` (integer): Number of gainers and losers to return on each side, default 10
- `segment` (string): Rank segment, default "top100"

Output parameters:

- `gainers` (array): Top 24h gainers in the requested segment
- `losers` (array): Top 24h losers in the requested segment

### `stablecoin_index` (~34 tokens)

Stablecoin stability leaderboard

Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap.

Input parameters:

- `limit` (integer): Default 50

Output parameters:

- `stablecoins` (array): Ranked stablecoin leaderboard

### `stablecoin_peg_stability` (~58 tokens)

Stablecoin peg stability

Peg deviation history and stability stats for a stablecoin.

Input parameters:

- `period` (string): Stability window, default "30d"
- `symbol` (string, required): Stablecoin symbol (e.g. "usdt", "usdc")

Output parameters:

- `deviation` (number): Current peg deviation in basis points
- `history` (array): Recent peg deviation samples
- `pegTarget` (number): Target peg in USD (typically 1.0)
- `symbol` (string)

### `resolve_symbol` (~72 tokens)

Resolve symbol to canonical coin

Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id. Useful when an exchange uses a non-standard ticker.

Input parameters:

- `context` (string): Source exchange or quote currency to disambiguate (e.g. "kraken", "binance")
- `symbol` (string, required): Exchange-specific or ambiguous symbol

Output parameters:

- `coinId` (string): Canonical Bitcompare coin ID
- `input` (string): The raw symbol that was queried
- `name` (string): Coin display name
- `symbol` (string): Canonical symbol

### `resolve_symbols_batch` (~63 tokens)

Batch resolve symbols

Resolve up to 100 symbols in a single request. Requires a plan with bulk endpoints enabled.

Input parameters:

- `context` (string): Source exchange or quote currency applied to every input symbol
- `symbols` (array, required): Up to 100 symbols to resolve in a single request

Output parameters:

- `resolved` (array)

## Diagnostics

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

## Score history

- 2026-08-03: 81
- 2026-08-02: 80
- 2026-08-01: 80
- 2026-07-31: 79
- 2026-07-30: 74
- 2026-07-29: 72
- 2026-07-28: 72
- 2026-07-27: 72
- 2026-07-26: 72

## Links

- Remote endpoint: https://api.bitcompare.net/mcp
- Website: https://bitcompare.net/mcp
- Changelog RSS feed: https://verifymcp.io/servers/bitcompare-mcp-server/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bitcompare-mcp-server/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bitcompare-mcp-server/api
