Connect BitcoinCounterFlow to your AI tools in minutes.
Use one hosted MCP endpoint to expose liquidation heatmaps, derivatives, on-chain metrics, macro context and market snapshots inside Claude, Codex, VS Code, and other MCP-compatible clients.
https://api.bitcoincounterflow.com/api/mcpHow access works
You can start anonymously for quick testing, then unlock deeper access with the same account area used for API keys.
Anonymous demo
Good for first contact. No signup or key required. Limited daily usage and free tools only.
Personal access
Best for builders and individual operators. Your API key unlocks MCP and REST together.
Production access
Business and higher tiers are for higher throughput, commercial use, and deeper operational needs.
Get or create your API key
Use your account area to generate and rotate the same key used for REST and MCP access.
Paste the hosted endpoint into your MCP client
Point your client to the BitcoinCounterFlow endpoint and attach the X-API-Key header.
Start calling tools
Once connected, your client can request snapshots, derivatives, on-chain metrics, heatmaps and documentation search.
- Claude Code: run the one-line command below. Claude Desktop: paste the JSON snippet.
- Codex and VS Code MCP clients: use the same hosted URL and X-API-Key header in the client configuration.
- Custom MCP clients: point them to the HTTPS endpoint and forward your API key securely.
The MCP server mirrors the data catalog behind the API, so one key can support both programmatic and agent-based workflows. Seven of these tools take a metric parameter, for 64 distinct datasets in total.
get_liquidation_heatmap2 metricsfree samplefrom Builder
Where leveraged positions are stacked on the order book.
get_liquidation_map3 metricsfrom Developer
Projected liquidation levels by leverage bracket.
get_derivatives14 metricsfrom Developer
Funding rate, open interest and long-short ratio.
get_onchain_metrics8 metricsfrom Builder
MVRV, NUPL, SOPR, Puell Multiple and more.
get_market_snapshot14 metricsfree samplefrom Developer
Price, dominance, Fear and Greed and more in one call.
get_macro_correlation17 metricsfrom Developer
Bitcoin against S&P 500, gold, Ibovespa, DXY and M2.
get_etf_flows6 metricsfrom Developer
Spot ETF flows and corporate treasury holdings.
get_counterflow_signalfrom Scale
The contrarian positioning signal.
get_daily_brieffree samplefrom Free
A consolidated daily market brief in a single call.
search_docsfree samplefrom Free
Search the indicator glossary and documentation.
Claude Code sets up with a single line. Other MCP-compatible clients can use the same URL and header model.
claude mcp add --transport http bitcoincounterflow https://api.bitcoincounterflow.com/api/mcp --header "X-API-Key: YOUR_API_KEY"
Or paste this into any client that takes a config file
{
"mcpServers": {
"bitcoincounterflow": {
"url": "https://api.bitcoincounterflow.com/api/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Need a key or a bigger tier?
Use the pricing page to compare access levels, or open your account settings if you already have a plan and just need to configure the integration.