Analytics
bitcoincounterflow.com
Provides cryptocurrency market analytics including derivatives data, liquidation maps, on-chain metrics, and a consolidated market snapshot.
ENDPOINT 1
https://api.bitcoincounterflow.com/api/mcp
MCP server metadata
- Name
- bitcoincounterflow
- Version
- 1.0.0
Known tools 10
get_derivativesFetch derivatives market data: funding rate, open interest, long/short ratio and trading volume, aggregated or per exchange.
Inferred read-onlyget_liquidation_heatmapFetch the liquidation heatmap: where leveraged positions are stacked on the order book.
Inferred read-onlyget_liquidation_mapFetch projected liquidation levels grouped by leverage bracket, or raw liquidation events by exchange.
Inferred read-onlyget_onchain_metricsFetch on-chain cycle metrics: MVRV, NUPL, SOPR, Puell Multiple, realized profit and loss, value days destroyed, and network hash rate.
Inferred read-onlyget_market_snapshotFetch a consolidated Bitcoin market view: price, performance, dominance, fear and greed index, and Superchart candles with indicators.
Inferred read-onlyget_macro_correlationFetch Bitcoin correlation against macro assets: S&P 500, Nasdaq, gold (via PAX Gold), Ibovespa, DXY and global M2 money supply.
Inferred read-onlyget_etf_flowsFetch spot Bitcoin ETF flows, corporate treasury holdings, and MicroStrategy stock and treasury history.
Inferred read-onlyget_daily_briefFetch a consolidated daily market brief: price, 24h change, funding rate, dominance, fear and greed index, recent liquidation volume and 4h RSI, in a single call.
Inferred read-onlysearch_docsSearch the BitcoinCounterFlow documentation and indicator glossary for a term.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bitcoincounterflow]
url = "https://api.bitcoincounterflow.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bitcoincounterflow": {
"type": "http",
"url": "https://api.bitcoincounterflow.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bitcoincounterflow
Remote MCP URL: https://api.bitcoincounterflow.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bitcoincounterflow": {
"url": "https://api.bitcoincounterflow.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bitcoincounterflow": {
"type": "http",
"url": "https://api.bitcoincounterflow.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bitcoincounterflow",
"transport": "streamable-http",
"url": "https://api.bitcoincounterflow.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bitcoincounterflow.com was fetched 2026-08-27T21:29:21.634Z.
bitcoincounterflow.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.