Connect your agent to Bitcoin market data
A Model Context Protocol server exposing liquidation heatmaps, derivatives, on-chain metrics and the CounterFlow signal as tools any MCP-compatible agent (Claude, ChatGPT, custom trading agents) can call directly.
FREE
Anonymous access, no API key required. Great for trying the tools out.
- No signup, no API key
- Market snapshot & search_docs
- Basic on-chain metrics
DEVELOPER
For agent builders prototyping against the full tool catalog with an API key.
- Core MCP tools unlocked
- Basic derivatives & on-chain data
- Priority over anonymous quota
BUSINESS
For agents running in production that need reliable, higher-frequency tool calls.
- All 11 MCP tools, full history depth
- CounterFlow contrarian signal
- run_backtest and daily brief
SCALE
For agent products with paying users, running against unlimited history.
- All 11 MCP tools, unlimited history
- get_liquidation_heatmap pro resolution
- Priority support, 5 seats
INSTITUTIONAL
For funds and desks that need negotiated limits, an SLA and invoicing.
Annual contract, billed by invoice
- Everything in Scale
- Contractual uptime SLA
- Annual contract & invoicing
MCP tiers reuse the same DEVELOPER / BUSINESS / SCALE / INSTITUTIONAL plans as the REST API — one API key unlocks both.
11 tools, one MCP server
Every tool maps 1:1 to the same catalog behind the REST API and OpenAPI schema.
get_liquidation_heatmapWhere leveraged positions are stacked on the order book.
get_liquidation_mapProjected liquidation levels by leverage bracket.
get_derivativesFunding rate, open interest and long/short ratio.
get_onchain_metricsMVRV, NUPL, SOPR, Puell Multiple and more.
get_market_snapshotPrice, dominance, Fear & Greed and more in one call.
get_macro_correlationBitcoin against S&P 500, gold, Ibovespa, DXY and M2.
get_etf_flowsSpot ETF flows and corporate treasury holdings.
get_counterflow_signalThe contrarian positioning signal (paid only).
get_daily_briefA consolidated daily market brief in a single call.
search_docsSearch the indicator glossary and documentation.
run_backtestRun a rule-based strategy backtest and get stats, trades and equity curve (Business and above).
Add the server to Claude in one step
Paste the endpoint into any MCP-compatible client. Without a key you get anonymous free-tier access, limited to 20 calls per day per IP. With a key, tier limits from your plan apply automatically.
Get an API key{
"mcpServers": {
"bitcoincounterflow": {
"url": "https://api.bitcoincounterflow.com/api/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}Ready to plug your agent in?
Start free with anonymous access, or unlock the full tool catalog with an API key.