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 Desktop: paste the JSON snippet below.
- 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.
- Market snapshot and Bitcoin context
- Liquidation heatmaps and liquidation maps
- Funding, open interest, liquidations and long-short ratios
- On-chain metrics like MVRV, NUPL, SOPR and Puell Multiple
- Macro and cross-asset context such as DXY, M2, S&P 500 and gold
- Documentation and glossary search for tool-aware agents
This is the fastest hosted setup pattern. Other MCP-compatible clients can use the same URL and header model.
{
"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.