← bitcoincounterflow.com

INDIVIDUAL MCP TOOL

get_counterflow_signal

Fetch the CounterFlow contrarian positioning signal.

bitcoincounterflow.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.bitcoincounterflow.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_counterflow_signal and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

bitcoincounterflow.com

CONNECT 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.

Related tools

  • get_derivatives — Fetch derivatives market data: funding rate, open interest, long/short ratio and trading volume, aggregated or per exchange.
  • get_liquidation_heatmap — Fetch the liquidation heatmap: where leveraged positions are stacked on the order book.
  • get_liquidation_map — Fetch projected liquidation levels grouped by leverage bracket, or raw liquidation events by exchange.
  • get_onchain_metrics — Fetch on-chain cycle metrics: MVRV, NUPL, SOPR, Puell Multiple, realized profit and loss, value days destroyed, and network hash rate.
  • get_market_snapshot — Fetch a consolidated Bitcoin market view: price, performance, dominance, fear and greed index, and Superchart candles with indicators.
  • get_macro_correlation — Fetch Bitcoin correlation against macro assets: S&P 500, Nasdaq, gold (via PAX Gold), Ibovespa, DXY and global M2 money supply.
  • get_etf_flows — Fetch spot Bitcoin ETF flows, corporate treasury holdings, and MicroStrategy stock and treasury history.
  • get_daily_brief — Fetch 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.