MCP server for crypto rates, prices, coin metadata, market statistics, and stablecoin analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
get_ratesList 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_rate_by_symbolFetch all provider rates for a specific coin symbol. Optionally filter by category.
get_rate_historyHistorical rate timeseries for a symbol. Pro plans get up to 5 years; lower plans are clamped server-side. (Current plan: up to 7 days of history.)
list_providersAll rate providers, optionally filtered by product category.
get_coinFull metadata for a coin: description, links, categories, market data, developer stats.
list_coinsPaginated list of coins with optional name/symbol search.
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.
Requires a Bitcompare Pro or Enterprise plan. Get a ck_live_* key at https://pro.bitcompare.net/dashboard/keys.
18 read-only tools, all gated by the same plan limits as REST:
BTC, XBT, wBTC) to canonical coin IDsFull tool catalog: https://www.bitcompare.net/mcp ยท machine-readable: https://api.bitcompare.net/mcp/tools.json ยท agent manifest: https://api.bitcompare.net/llms.txt.
You don't need to install it โ run via npx:
Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
Restart Claude Desktop. Ask "what's the best yield on BTC right now?" โ Claude will call get_rates and answer from live data.
In your project's .claude/settings.local.json:
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.
A container is provided for hosted introspection (e.g. Glama). It installs the published npm package and runs the server over stdio:
tools/list introspection works without a key; tool calls require a valid ck_live_ Pro key.
--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)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.
MIT โ see LICENSE.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bitcompare-mcp-server)<a href="https://allmcps.com/mcp/bitcompare-mcp-server"><img src="https://allmcps.com/api/badge/bitcompare-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>