MCP Server for AI Agents

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.

$0/month
Rate limit20 calls/day per IP
Tools includedFree-tier metrics only
CounterFlow signalNot included
  • No signup, no API key
  • Market snapshot & search_docs
  • Basic on-chain metrics
Just connect the endpoint

DEVELOPER

For agent builders prototyping against the full tool catalog with an API key.

$49/month
Rate limit20 req/min
Historical depthLast 30 days
CounterFlow signalNot included
  • Core MCP tools unlocked
  • Basic derivatives & on-chain data
  • Priority over anonymous quota
Request access
Recommended

BUSINESS

For agents running in production that need reliable, higher-frequency tool calls.

$299/month
Rate limit120 req/min
Historical depthLast 720 days
CounterFlow signalIncluded
  • All 11 MCP tools, full history depth
  • CounterFlow contrarian signal
  • run_backtest and daily brief
Request access

SCALE

For agent products with paying users, running against unlimited history.

$999/month
Rate limit600 req/min
Historical depthUnlimited
CounterFlow signalIncluded
  • All 11 MCP tools, unlimited history
  • get_liquidation_heatmap pro resolution
  • Priority support, 5 seats
Request access

INSTITUTIONAL

For funds and desks that need negotiated limits, an SLA and invoicing.

from$2,500/month

Annual contract, billed by invoice

Rate limitNegotiated
Historical depthUnlimited
CounterFlow signalIncluded
  • Everything in Scale
  • Contractual uptime SLA
  • Annual contract & invoicing
Talk to sales

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_heatmap

Where leveraged positions are stacked on the order book.

get_liquidation_map

Projected liquidation levels by leverage bracket.

get_derivatives

Funding rate, open interest and long/short ratio.

get_onchain_metrics

MVRV, NUPL, SOPR, Puell Multiple and more.

get_market_snapshot

Price, dominance, Fear & Greed and more in one call.

get_macro_correlation

Bitcoin against S&P 500, gold, Ibovespa, DXY and M2.

get_etf_flows

Spot ETF flows and corporate treasury holdings.

get_counterflow_signal

The contrarian positioning signal (paid only).

get_daily_brief

A consolidated daily market brief in a single call.

search_docs

Search the indicator glossary and documentation.

run_backtest

Run a rule-based strategy backtest and get stats, trades and equity curve (Business and above).

Setup

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
claude_desktop_config.json
{
  "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.