Bitcompare MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITCOMPARE_API_KEY | Yes | Your Bitcompare Pro or Enterprise API key, starts with ck_live_... |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ratesA | 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_rate_by_symbolA | Fetch all provider rates for a specific coin symbol. Optionally filter by category. |
| get_rate_historyA | Historical 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_providersB | All rate providers, optionally filtered by product category. |
| get_coinA | Full metadata for a coin: description, links, categories, market data, developer stats. |
| list_coinsA | Paginated list of coins with optional name/symbol search. |
| top_coinsB | Top N coins ordered by market capitalisation. |
| similar_coinsA | Coins related to the given coin by category/sector similarity. |
| coin_marketsA | Exchanges and trading pairs for a coin, with prices and volumes. |
| coin_historyB | Historical price timeseries for a coin symbol. (Current plan: up to 7 days of history.) |
| get_priceA | Current aggregated price for one or more symbols, computed from multiple exchange feeds. |
| market_summaryA | One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend. |
| fear_greed_indexA | Current Fear & Greed index value and historical trend. |
| top_moversA | Biggest 24h gainers and losers within a rank segment. |
| stablecoin_indexA | Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap. |
| stablecoin_peg_stabilityA | Peg deviation history and stability stats for a stablecoin. |
| resolve_symbolA | Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id. Useful when an exchange uses a non-standard ticker. |
| resolve_symbols_batchA | Resolve up to 100 symbols in a single request. Requires a plan with bulk endpoints enabled. Your current plan does not include bulk endpoints — calls will return 403. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitcompare/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server