Data Collection
bitcompare.net
Provides cryptocurrency market rates, historical data, and coin metadata from multiple providers.
ENDPOINT 1
https://api.bitcompare.net/mcp
MCP server metadata
- Name
- bitcompare
- Version
- 1.0.0
Known tools 21
get_ratesList current rates across providers, optionally filtered by symbol, category, or provider.
Inferred read-onlyget_coinFull metadata for a coin: description, links, categories, market data, developer stats.
Inferred read-onlyget_priceCurrent aggregated price for one or more symbols, computed from multiple exchange feeds.
Inferred read-onlyget_price_by_symbolAggregated exchange price for one symbol, plus the raw per-provider prices that fed the aggregate.
Inferred read-onlymarket_summaryOne-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend.
Inferred read-onlystablecoin_indexRanked stablecoin leaderboard with stability scores, peg deviation, and market cap.
Inferred read-onlystablecoin_peg_stabilityPeg deviation history and stability stats for a stablecoin.
Inferred read-onlyresolve_symbolMap an exchange-specific or ambiguous symbol to bitcompare's canonical coin id.
Inferred read-onlystablecoin_earn_benchmarkThe 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-onlyget_rate_changesThe immutable rate-change log: every material yield move with full provenance (previous rate, raw value, multiplier, collection method, confidence, base/bonus split).
Inferred read-onlylist_earn_productsThe 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-onlyCONNECT 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.
bitcompare.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.