← coinlobster.com

INDIVIDUAL MCP TOOL

whale_radar

Smart Money Radar: which coins have unusual whale flow right now, across 1h, 4h and 24h windows.

coinlobster.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

coinlobster.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.coinlobster]
url = "https://coinlobster.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coinlobster": {
      "type": "http",
      "url": "https://coinlobster.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coinlobster
Remote MCP URL: https://coinlobster.com/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": {
    "coinlobster": {
      "url": "https://coinlobster.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coinlobster": {
      "type": "http",
      "url": "https://coinlobster.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coinlobster",
  "transport": "streamable-http",
  "url": "https://coinlobster.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whale_tape — Live whale prints merged across 15 CEX venues plus on-chain DEX swaps (Ethereum, Base, Arbitrum), newest first, capped at 50 rows.
  • flag_outcomes — Recently fired signal-ledger flags with fire-time price and later price outcomes, logged live and never backfilled.
  • whale_flow — Hourly buy and sell USD flow buckets for one coin, CEX and DEX split, over a rolling window.
  • liquidations — Recent liquidation trades for a pair with the long and short breakdown.