io.github.bitcompare/mcp-server
io.github.bitcompare/mcp-serverCrypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.
Tools · 21
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"/"s…
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 (cat…
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 da…
All rate providers, optionally filtered by product category.
Full metadata for a coin: description, links, categories, market data, developer stats.
Paginated list of coins with optional name/symbol search.
Top N coins ordered by market capitalisation.
Coins related to the given coin by category/sector similarity.
Historical price timeseries for a coin. (Current plan: up to 1825 days of history.)
Current aggregated price for one or more symbols, computed from multiple exchange feeds.
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.
One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend.
Current Fear & Greed index value and historical trend.
Biggest 24h gainers and losers within a rank segment.
Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap.
Peg deviation history and stability stats for a stablecoin.
Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id. Useful when an exchange uses a non-standard ticker.
Resolve up to 100 symbols in a single request. Requires a plan with bulk endpoints enabled.
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. Use for "what do…
The immutable rate-change log: every material yield move with full provenance (previous rate, raw value, multiplier, collection method, confidence, base/bonus split). Time-ascending pages via cursor. …
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 carry…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.bitcompare/mcp-server": {
"url": "https://api.bitcompare.net/mcp",
"transport": "streamable-http"
}
}
}