Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

bitcompare/mcp-server MCP server](https://glama.ai/mcp/servers/bitcompare/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/bitcompare/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Crypto rates (lending, staking, borrowing), coin metadata, aggregated prices, market...

README.md

@bitcompare/mcp-server

The official crypto yield data MCP server: native Claude access to live and historical crypto lending, savings, staking, borrowing, stablecoin, price, coin metadata, and market data. Built on Model Context Protocol β€” works with Claude Desktop, Claude Code, Claude.ai, and any MCP-compatible agent.

One npm install, eighteen tools, one API key.

npx -y @bitcompare/mcp-server

Requires a Bitcompare Pro or Enterprise plan. Get a ck_live_* key at <https://pro.bitcompare.net/dashboard/keys>.

What you get

18 read-only tools, all gated by the same plan limits as REST:

  • Crypto yield data β€” current & historical lending, borrowing, savings, and staking APYs across CeFi and DeFi providers
  • Coins β€” metadata, markets, history, similar coins, and top-by-market-cap lookups
  • Prices β€” aggregated exchange prices with median + outlier filtering
  • Global market stats β€” total market cap, dominance, Fear & Greed Index, 24h top movers
  • Stablecoin data β€” peg deviation leaderboard, historical drift, and yield comparison
  • Symbol resolution β€” map exchange-specific tickers (BTC, XBT, wBTC) to canonical coin IDs

Full tool catalog: <https://www.bitcompare.net/mcp> Β· machine-readable: <https://api.bitcompare.net/mcp/tools.json> Β· agent manifest: <https://api.bitcompare.net/llms.txt>.

Install

You don't need to install it β€” run via npx:

BITCOMPARE_API_KEY=ck_live_... npx @bitcompare/mcp-server --test

Configure Claude Desktop

Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):

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

Restart Claude Desktop. Ask "what's the best yield on BTC right now?" β€” Claude will call get_rates and answer from live data.

Configure Claude Code

In your project's .claude/settings.local.json:

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

Hosted alternative

If you prefer not to install anything, we also run the MCP server at https://api.bitcompare.net/mcp over Streamable HTTP. Point your MCP client at that URL with an Authorization: Bearer ck_live_* header.

Docker

A container is provided for hosted introspection (e.g. Glama). It installs the published npm package and runs the server over stdio:

docker build -t bitcompare-mcp .
docker run -i -e BITCOMPARE_API_KEY=ck_live_... bitcompare-mcp

tools/list introspection works without a key; tool calls require a valid ck_live_ Pro key.

CLI flags

  • --test β€” validate your key and list available tools, then exit
  • --version β€” print version
  • --help β€” print help
  • --base-url <url> β€” override API base URL (for staging/dev)

Source

The server is developed in the Bitcompare services monorepo and published to npm as @bitcompare/mcp-server. This repository mirrors the published package and its container for public discovery and hosted introspection.

Support

  • Documentation: <https://www.bitcompare.net/mcp>
  • Issues: <https://github.com/bitcompare/mcp-server/issues>
  • Email: <support@bitcompare.net>

License

MIT β€” see LICENSE.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.