MCP Tool Catalog

All 18 tools the Bitcompare MCP server exposes. Each tool maps 1:1 to a REST endpoint and respects the same plan limits, errors, and rate limiting.

Rates

Lending, borrowing, staking, and savings yields across 50+ providers.

ToolDescriptionREST endpoint
get_ratesList current rates across providers, optionally filtered by symbol, category, or provider. Use for "what's the best yield on BTC right now?" style questions.GET /api/v1/rates
get_rate_by_symbolFetch all provider rates for a single coin symbol. Optionally filter by category.GET /api/v1/rates/{symbol}
get_rate_historyHistorical rate timeseries for a symbol. Pro: up to 5 years; lower plans are clamped server-side.GET /api/v1/rates/{symbol}/history
list_providersAll rate providers, optionally filtered by product category.GET /api/v1/providers

Deep docs: Rates.

Coins

Metadata, markets, history, and similarity for 500+ cryptocurrencies.

ToolDescriptionREST endpoint
get_coinFull metadata for a coin: description, links, categories, market data, developer stats.GET /api/v1/coins/{coinId}
list_coinsPaginated list of coins with optional name/symbol search.GET /api/v1/coins
top_coinsTop N coins ordered by market capitalisation.GET /api/v1/coins/top
similar_coinsCoins similar to a given coin (category + market-cap clustering).GET /api/v1/coins/{coinId}/similar
coin_historyHistorical OHLC and market data for a coin.GET /api/v1/coins/{coinId}/history
coin_marketsPer-exchange market data for a coin.GET /api/v1/coins/{coinId}/markets

Deep docs: Coins.

Prices

Aggregated cryptocurrency prices using median calculation with outlier filtering.

ToolDescriptionREST endpoint
get_priceMedian price across multiple providers.GET /api/v1/prices/{symbol}

Deep docs: Prices.

Market

Global market statistics, sentiment, and movement signals.

ToolDescriptionREST endpoint
market_summaryTotal market cap, dominance, 24h volume.GET /api/v1/global
fear_greed_indexCrypto Fear & Greed Index (current + 30d window).GET /api/v1/global/fear-and-greed
top_moversBiggest 24h gainers and losers across the top 200 coins.GET /api/v1/global/movers

Deep docs: Global Stats.

Stablecoins

Stability leaderboard ranked by peg deviation and historical drift.

ToolDescriptionREST endpoint
stablecoin_indexStability leaderboard ranked by peg deviation.GET /api/v1/stablecoins
stablecoin_peg_stabilityHistorical peg deviation for a stablecoin.GET /api/v1/stablecoins/{symbol}/history

Deep docs: Stablecoin Index.

Symbols

Map exchange-specific tickers to canonical coin identifiers.

ToolDescriptionREST endpoint
resolve_symbolResolve exchange-specific tickers (e.g. BTC, XBT, wBTC) to canonical coin IDs.GET /api/v1/symbols/resolve
resolve_symbols_batchResolve many exchange tickers in a single call.POST /api/v1/symbols/resolve/batch

Deep docs: Symbols.

See also

Was this page helpful?