https://api.bitcoincounterflow.com/api/mcpCopy the hosted URL
Use the official production endpoint. There is nothing to install locally.
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/mcpYou can start anonymously for quick testing, then unlock deeper access with the same account area used for API keys.
Good for first contact. No signup or key required. Limited daily usage and free tools only.
Best for builders and individual operators. Your API key unlocks MCP and REST together.
Business and higher tiers are for higher throughput, commercial use, and deeper operational needs.
This runs a real handshake, reads the available tools, and performs one free documentation search against the production endpoint.
https://api.bitcoincounterflow.com/api/mcpThe final step uses one anonymous search_docs call from the daily free allowance.
Connect to the endpoint
Read the tool catalog
Run a documentation search
The screens may vary slightly by Claude version, but the connection flow stays the same.
https://api.bitcoincounterflow.com/api/mcpUse the official production endpoint. There is nothing to install locally.
Custom connector
api.bitcoincounterflow.com
In Claude settings, open Connectors and choose the option to add a custom MCP server.
MCP server URL
Authentication
Paste the URL and select no authentication for the anonymous test. A key is only needed inside paid tool calls.
Try “Search the BitcoinCounterFlow documentation for MVRV” to verify the complete flow.
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 metricsWhere leveraged positions are stacked on the order book.
get_liquidation_map3 metricsProjected liquidation levels by leverage bracket.
get_derivatives14 metricsFunding rate, open interest and long-short ratio.
get_onchain_metrics8 metricsMVRV, NUPL, SOPR, Puell Multiple and more.
get_market_snapshot14 metricsPrice, dominance, Fear and Greed and more in one call.
get_macro_correlation17 metricsBitcoin against S&P 500, gold, Ibovespa, DXY and M2.
get_etf_flows6 metricsSpot ETF flows and corporate treasury holdings.
get_counterflow_signalThe contrarian positioning signal.
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 an equity curve. Rules using derivatives (funding, open interest, liquidations) need Builder or above.
There is no reliable universal link that can configure every desktop AI app. Choose your client and copy the exact URL, command, or config it accepts.
Paste in Settings → Connectors → Add custom connector, then choose no authentication.
https://api.bitcoincounterflow.com/api/mcpRun one command to register the hosted HTTP server anonymously.
claude mcp add --transport http bitcoincounterflow https://api.bitcoincounterflow.com/api/mcpRegister the remote server in Codex with its official MCP command.
codex mcp add bitcoincounterflow --url https://api.bitcoincounterflow.com/api/mcpUse this in clients that accept an mcpServers configuration object.
{
"mcpServers": {
"bitcoincounterflow": {
"url": "https://api.bitcoincounterflow.com/api/mcp"
}
}
}Copy a ready-made instruction and paste it into a terminal-capable agent. It includes the endpoint, anonymous authentication mode, and a first test.
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.