Bitculator MCP Server
Official hosted MCP server exposing the Bitculator Data API as 19 curated, read-only tools over Streamable HTTP. One key, one quota: every tool call counts as one Data API request against the plan's monthly quota, with the plan's per-minute burst limit applying per tool call (Free 30, Starter 60, Pro 120). The protocol handshake (initialize, tools/list) is free. All prices, rates, market caps and supplies come back as decimal strings, exactly like the REST API. Documented client setups: Claude Code, Cursor, VS Code, the Claude Messages API MCP connector, plus OpenAI Agents SDK, Vercel AI SDK, LangChain, LlamaIndex, Mastra and Semantic Kernel snippets.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
search_coins— Resolve a coin or token by free-text name or symbol to its canonical slug, with a ranked market summary per match.get_coin— Full profile for one coin — supplies, rank, ATH/ATL, FDV, links, contracts, description.get_prices— Current spot prices for up to 100 coins in one call, optionally converted to a fiat currency.get_top_movers— Biggest gainers or losers by percentage change over 24h or 7d.get_trending_coins— Coins currently drawing the most attention on Bitculator.get_price_history— OHLCV candles for a coin over a date range (minutely ~8 days, half-hourly ~3 months, hourly ~6 months, daily full history).get_historical_price— Price of one coin on one specific past date, with up to a 3-day fallback.get_global_history— Time series of total crypto market cap or volume.get_global_market— Whole-market snapshot — total cap, 24h volume, BTC/ETH dominance, counts. No parameters.get_fear_greed— Fear & Greed index for the market or one coin, with 7d/30d sub-scores.get_altseason_index— Altseason index with optional daily history.get_liquidations_summary— Today's futures liquidation totals with long/short split and dominance. No parameters.list_exchanges— Ranked exchanges with 24h volume, dominance, pair/asset counts; resolves names to slugs.get_exchange— Full profile for one exchange.get_exchange_trust_score— Exchange trust score (0-10) with its 13-factor breakdown.get_coin_markets— Where a coin trades — markets across exchanges with pair, price, 24h volume.get_coin_technicals— Multi-indicator technical snapshot — RSI, MACD, SMA, ADX, MFI, CCI, OBV, VWAP, volatility and more.convert_currency— Convert an amount between any crypto and/or fiat currencies (up to 10 targets) at live rates.calculate_dca— Backtest a dollar-cost-averaging strategy against real price history.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.