Crypto yield intelligence for Claude and other MCP-compatible agents. 18 read-only tools serving live and historical lending, staking, borrowing and stablecoin yields across 350+ assets and 60+ providers (CeFi + DeFi), refreshed every 5 minutes — plus coin metadata, aggregated prices, market stats, and stablecoin peg-stability data. One ck_live_* API key authenticates both the REST API and the MCP server. Hosted Streamable HTTP endpoint at https://api.bitcompare.net/mcp, or run via npx @bitcompare/mcp-server. Docs: https://docs.bitcompare.net/mcp
Tools
get_rates
get_rate_by_symbol
get_rate_history
list_providers
get_coin
list_coins
top_coins
similar_coins
coin_markets
coin_history
get_price
market_summary
fear_greed_index
top_movers
stablecoin_index
stablecoin_peg_stability
resolve_symbol
resolve_symbols_batch
Server Config
{
"mcpServers": {
"bitcompare": {
"command": "npx",
"args": [
"-y",
"@bitcompare/mcp-server"
],
"env": {
"BITCOMPARE_API_KEY": "ck_live_..."
}
}
}
}