# mcp-server MCP server

Crypto interest rates, prices, coin metadata, market stats, and stablecoin data. tools.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-bitcompare-mcp-server
- Repository: https://github.com/bitcompare/services
- Website: https://bitcompare.net/mcp

## Install
- Command: `npx -y @bitcompare/mcp-server`
- Endpoint: https://api.bitcompare.net/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote URL variable: apiKey (required; secret)
- Remote header: Authorization
- Package: Npm @bitcompare/mcp-server v1.0.5
- Environment variable: BITCOMPARE_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.bitcompare.net/mcp
- Header: Authorization
- URL variable: apiKey

## Tools
- 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. Endpoint: https://api.bitcompare.net/mcp
- get_rate_by_symbol (Get rates for a single symbol) - Fetch all provider rates for a specific coin symbol. Optionally filter by category. Endpoint: https://api.bitcompare.net/mcp
- get_rate_history (Historical rates) - Historical rate timeseries for a symbol. Pro plans get up to 5 years; lower plans are clamped server-side. (Current plan: up to 1825 days of history.) Endpoint: https://api.bitcompare.net/mcp
- list_providers (List rate providers) - All rate providers, optionally filtered by product category. Endpoint: https://api.bitcompare.net/mcp
- get_coin (Get coin metadata) - Full metadata for a coin: description, links, categories, market data, developer stats. Endpoint: https://api.bitcompare.net/mcp
- list_coins (List coins) - Paginated list of coins with optional name/symbol search. Endpoint: https://api.bitcompare.net/mcp
- top_coins (Top coins by market cap) - Top N coins ordered by market capitalisation. Endpoint: https://api.bitcompare.net/mcp
- similar_coins (Similar coins) - Coins related to the given coin by category/sector similarity. Endpoint: https://api.bitcompare.net/mcp
- coin_markets (Markets trading a coin) - Exchanges and trading pairs for a coin, with prices and volumes. Endpoint: https://api.bitcompare.net/mcp
- coin_history (Historical coin price chart) - Historical price timeseries for a coin symbol. (Current plan: up to 1825 days of history.) Endpoint: https://api.bitcompare.net/mcp
- get_price (Aggregated exchange price) - Current aggregated price for one or more symbols, computed from multiple exchange feeds. Endpoint: https://api.bitcompare.net/mcp
- market_summary (Global market summary) - One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend. Endpoint: https://api.bitcompare.net/mcp
- fear_greed_index (Fear & Greed index) - Current Fear & Greed index value and historical trend. Endpoint: https://api.bitcompare.net/mcp
- top_movers (Top gainers/losers) - Biggest 24h gainers and losers within a rank segment. Endpoint: https://api.bitcompare.net/mcp
- stablecoin_index (Stablecoin stability leaderboard) - Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap. Endpoint: https://api.bitcompare.net/mcp
- stablecoin_peg_stability (Stablecoin peg stability) - Peg deviation history and stability stats for a stablecoin. Endpoint: https://api.bitcompare.net/mcp
- 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. Endpoint: https://api.bitcompare.net/mcp
- resolve_symbols_batch (Batch resolve symbols) - Resolve up to 100 symbols in a single request. Requires a plan with bulk endpoints enabled. Endpoint: https://api.bitcompare.net/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.bitcompare
- Version: 1.0.5
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 20, 2026
- Source: https://registry.modelcontextprotocol.io
