NewBitcompare Yield API and MCP now give developers and AI agents access to live crypto yield data.
Bitcompare MCP·18 tools

Live crypto yield intelligence
for AI agents.

Connect Claude, ChatGPT-compatible MCP hosts, and agent workflows to Bitcompare's live yield data. Query lending rates, staking rewards, borrowing costs, stablecoin yields, provider metadata, market context, and symbol resolution through one read-only MCP server.

Pro plan required ($499/mo). Free trial available.

Three steps, under two minutes

  1. 1

    Get your Pro API key

    Sign up on pro.bitcompare.net, subscribe to Pro, and generate a ck_live_* key from the dashboard.

  2. 2

    Copy the config

    Paste the JSON block below into your Claude Desktop, Claude Code, or Claude.ai client. Restart the client.

  3. 3

    Ask Claude

    "What’s the best yield on BTC right now?" Claude picks up the tool, hits our API, and answers from live data.

Works across the MCP ecosystem

Bitcompare ships a standard read-only MCP server, so it works with any MCP-compatible client — Claude, ChatGPT, VS Code, Cursor, and the rest of the ecosystem. Claude is the fastest way in, but the same server runs anywhere agents run.

Claude DesktopClaude CodeClaude.aiChatGPT (MCP-compatible)VS CodeCursorAny MCP clientOther MCP-aware hostsInternal research agentsWallet, fintech & publisher workflows

What agents can ask

Natural-language questions Claude answers in one call — no scraping, no stale snapshots. Just live rates, yields, and stability data.

What a first call looks like

Sample conversation after the MCP server is connected. Tool call and response shapes match the live API.

  1. You

    "What's the best lending rate on BTC right now, and which provider?"

  2. Claude → Bitcompare MCP

    {
      "tool": "get_rates",
      "input": { "symbol": "btc", "category": "lending", "limit": 1 }
    }

    Bitcompare → Claude

    [
      {
        "provider": "nexo",
        "symbol": "btc",
        "category": "lending",
        "apy": 0.08,
        "updatedAt": "2026-05-18T13:00:00Z"
      }
    ]
  3. Claude

    "Nexo is paying 8.0% APY on BTC lending right now — the best rate I'm seeing across all tracked providers. Updated about a minute ago. Want me to compare it against the top 5?"

Illustrative example. Actual rates and providers fluctuate; see live data via the API or on bitcompare.net.

18 tools, grouped by job

All tools are read-only, structured JSON, and streamed through the same plan limits you already use for REST.

Find current yield

Rates

get_rates

Get current rates

List current rates across providers, optionally filtered by symbol, category, or provider. Use this to answer "what is the best yield on BTC right now?" style questions.

GET /api/v1/rates
Rates

get_rate_by_symbol

Get rates for a single symbol

Fetch all provider rates for a specific coin symbol. Optionally filter by category.

GET /api/v1/rates/eth

Track changes

Rates

get_rate_history

Historical rates

Historical rate timeseries for a symbol. Pro plans get up to 5 years; lower plans are clamped server-side.

GET /api/v1/rates/btc/history

Understand providers

Rates

list_providers

List rate providers

All rate providers, optionally filtered by product category.

GET /api/v1/providers

Understand assets

Coins

get_coin

Get coin metadata

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

GET /api/v1/coins/bitcoin
Coins

list_coins

List coins

Paginated list of coins with optional name/symbol search.

GET /api/v1/coins
Coins

top_coins

Top coins by market cap

Top N coins ordered by market capitalisation.

GET /api/v1/coins/top
Coins

similar_coins

Similar coins

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

GET /api/v1/coins/bitcoin/similar
Coins

coin_markets

Markets trading a coin

Exchanges and trading pairs for a coin, with prices and volumes.

GET /api/v1/coins/ethereum/markets
Coins

coin_history

Historical coin price chart

Historical price timeseries for a coin symbol.

GET /api/v1/coins/history/btc

Add market context

Prices

get_price

Aggregated exchange price

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

GET /api/v1/prices
Market

market_summary

Global market summary

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

GET /api/v1/global-stats/summary
Market

fear_greed_index

Fear & Greed index

Current Fear & Greed index value and historical trend.

GET /api/v1/global-stats/fear-greed
Market

top_movers

Top gainers/losers

Biggest 24h gainers and losers within a rank segment.

GET /api/v1/global-stats/movers

Check stablecoins

Stablecoins

stablecoin_index

Stablecoin stability leaderboard

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

GET /api/v1/stablecoins/index
Stablecoins

stablecoin_peg_stability

Stablecoin peg stability

Peg deviation history and stability stats for a stablecoin.

GET /api/v1/stablecoins/usdc/peg-stability

Resolve symbols

Symbols

resolve_symbol

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.

GET /api/v1/symbols/resolve
Symbols

resolve_symbols_batch

Batch resolve symbols

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

POST /api/v1/symbols/resolve/batch

Setup

Drop the config into your Claude client. Replace ck_live_... with your API key.

{
  "mcpServers": {
    "bitcompare": {
      "command": "npx",
      "args": ["-y", "@bitcompare/mcp-server"],
      "env": {
        "BITCOMPARE_API_KEY": "ck_live_..."
      }
    }
  }
}

Pricing & access

No surprises after you click “Get an API key.” Here’s exactly what you get and how billing works.

What you need

  • MCP access requires a Pro plan ($499/mo).
  • A free trial is available and covers MCP access — no charge to start.
  • Public docs and the OpenAPI spec stay open: no login required to read them.

One key, two surfaces: the same ck_live_ API key authenticates both the REST API and the MCP server.

Get your key

  1. 1Sign up for a Bitcompare account.
  2. 2Subscribe to Pro (or start the free trial).
  3. 3Generate a ck_live_ key in your dashboard.

“Get an API key” takes you to signup and checkout at the secure auth/Pro portal. Already subscribed? Head straight to your dashboard keys.

Trust & safety

Agents answer real people from this data. Here is how it behaves and what it does — and does not — claim.

Read-onlyEvery tool is read-only. The MCP server returns data — it never moves funds, places orders, or mutates anything on your behalf.
Rates change and varyRates move constantly and differ by region, account tier, balance, lockup period, and individual provider terms. Treat any single figure as a snapshot, not a guarantee.
Freshness is surfacedTimestamps and freshness indicators are included in responses where available, so agents can tell users how recent a figure is.
Sponsored vs organicSponsored placements are clearly separated from organic rate data. Agents can distinguish paid positioning from independently sourced rates.
Not financial adviceOutputs are informational data, not financial advice. Users should verify with the provider before acting.

Next steps

Available on

Coming soon to Smithery, mcp.so, Anthropic MCP registry.

Give your agents live crypto yield intelligence.

One read-only MCP server, one API key. Connect Claude or any MCP-aware agent and start querying live yield, rates and market data in minutes.