← Registry

Data Collection

bitcompare.net

Provides cryptocurrency market rates, historical data, and coin metadata from multiple providers.

1 endpoint21 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.bitcompare.net/mcp

No auth detected

MCP server metadata

Name
bitcompare
Version
1.0.0
Capabilities
tools

Known tools 21

get_rates

List current rates across providers, optionally filtered by symbol, category, or provider.

Inferred read-only
get_rate_by_symbol

Fetch all provider rates for a specific coin symbol.

Inferred read-only
get_rate_history

Historical rate timeseries for a symbol.

Inferred read-only
list_providers

All rate providers, optionally filtered by product category.

Inferred read-only
get_coin

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

Inferred read-only
list_coins

Paginated list of coins with optional name/symbol search.

Inferred read-only
top_coins

Top N coins ordered by market capitalisation.

Inferred read-only
similar_coins

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

Inferred read-only
coin_history

Historical price timeseries for a coin.

Inferred read-only
get_price

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

Inferred read-only
get_price_by_symbol

Aggregated exchange price for one symbol, plus the raw per-provider prices that fed the aggregate.

Inferred read-only
market_summary

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

Inferred read-only
fear_greed_index

Current Fear & Greed index value and historical trend.

Inferred read-only
top_movers

Biggest 24h gainers and losers within a rank segment.

Inferred read-only
stablecoin_index

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

Inferred read-only
stablecoin_peg_stability

Peg deviation history and stability stats for a stablecoin.

Inferred read-only
resolve_symbol

Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id.

Inferred read-only
resolve_symbols_batch

Resolve up to 100 symbols in a single request.

Inferred read-only
stablecoin_earn_benchmark

The Bitcompare Earn Index for stablecoins: median USDC/USDT lending APY across servable providers, with CeFi/DeFi splits, TVL-weighted variant, deltas, and an immutable daily history.

Inferred read-only
get_rate_changes

The immutable rate-change log: every material yield move with full provenance (previous rate, raw value, multiplier, collection method, confidence, base/bonus split).

Inferred read-only
list_earn_products

The canonical earn product graph: products (provider × asset × category) with their term variants — lockups, tiers, minimum deposits, payout schedules, withdrawal notice, TVL, promo flags — each carrying collection method, confidence (0-100 with bands), verification timestamps, and geo eligibility resolved from variant overrides or provider defaults.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bitcompare]
url = "https://api.bitcompare.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bitcompare": {
      "type": "http",
      "url": "https://api.bitcompare.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bitcompare
Remote MCP URL: https://api.bitcompare.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bitcompare": {
      "url": "https://api.bitcompare.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bitcompare": {
      "type": "http",
      "url": "https://api.bitcompare.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bitcompare",
  "transport": "streamable-http",
  "url": "https://api.bitcompare.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bitcompare.net was fetched 2026-07-27T08:23:49.062Z and is being refreshed.

Trust status Trusted

bitcompare.net is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.