Yield Copilot
Задавайте вопросы о крипто-доходах в реальном времени.
Bitcompare Yield Copilot предоставляет тот же набор данных о доходности, что и инструменты, совместимые с MCP, поэтому Claude, ChatGPT и любой другой AI-хост, поддерживающий MCP, могут запрашивать бенчмарки, ставки и изменения ставок в рамках рабочего процесса агента.
Попробуйте
Примеры промптов.
Вставьте их в любой AI-хост, поддерживающий MCP, после подключения сервера Bitcompare MCP. Copilot проверяет их по живым данным о доходности — без галлюцинаций модели.
- Промпт
“Какие самые выгодные доходы USDC прямо сейчас?”
- Промпт
“Сравните ставки ETH стейкинга в CeFi и DeFi.”
- Промпт
“Какие BTC продукты заработка изменили ставки на этой неделе?”
- Промпт
“Покажите доходность стейблкойнов с последними обновлениями.”
- Промпт
“Создайте таблицу доходности для страницы издателя.”
Каталог инструментов
Доступные инструменты MCP.
Каждый инструмент ниже — это совместимый с MCP вызываемый модуль. Хосты автоматически обнаруживают их через сервер Bitcompare MCP.
18 tools, one API key
All tools are read-only, structured JSON, and streamed through the same plan limits you already use for REST.
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/ratesget_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/ethget_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/historylist_providers
List rate providers
All rate providers, optionally filtered by product category.
GET /api/v1/providersget_coin
Get coin metadata
Full metadata for a coin: description, links, categories, market data, developer stats.
GET /api/v1/coins/bitcoinlist_coins
List coins
Paginated list of coins with optional name/symbol search.
GET /api/v1/coinstop_coins
Top coins by market cap
Top N coins ordered by market capitalisation.
GET /api/v1/coins/topsimilar_coins
Similar coins
Coins related to the given coin by category/sector similarity.
GET /api/v1/coins/bitcoin/similarcoin_markets
Markets trading a coin
Exchanges and trading pairs for a coin, with prices and volumes.
GET /api/v1/coins/ethereum/marketscoin_history
Historical coin price chart
Historical price timeseries for a coin symbol.
GET /api/v1/coins/history/btcget_price
Aggregated exchange price
Current aggregated price for one or more symbols, computed from multiple exchange feeds.
GET /api/v1/pricesmarket_summary
Global market summary
One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend.
GET /api/v1/global-stats/summaryfear_greed_index
Fear & Greed index
Current Fear & Greed index value and historical trend.
GET /api/v1/global-stats/fear-greedtop_movers
Top gainers/losers
Biggest 24h gainers and losers within a rank segment.
GET /api/v1/global-stats/moversstablecoin_index
Stablecoin stability leaderboard
Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap.
GET /api/v1/stablecoins/indexstablecoin_peg_stability
Stablecoin peg stability
Peg deviation history and stability stats for a stablecoin.
GET /api/v1/stablecoins/usdc/peg-stabilityresolve_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/resolveresolve_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Подключите сервер Bitcompare MCP.
Бесплатно для личного использования. Pro план разблокирует более высокие лимиты запросов для production-агентов.