← coinlobster.com

INDIVIDUAL MCP TOOL

market_changes

What changed across the market recently, in one call: the current risk regime, which coins whales are net buying and selling now, the coins that just turned unusual, the biggest movers, and the 24h forced-close picture (perp and lending kept separate).

coinlobster.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://coinlobster.com/mcp

No auth detected

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

Indexed 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 server

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_trades — Live whale trades merged across 15 CEX venues plus on-chain DEX swaps (Ethereum, Base, Arbitrum), newest first.
  • whale_tape — Deprecated alias for whale_trades, kept so existing clients keep working.
  • whale_radar — Which coins have UNUSUAL whale flow right now, each measured against its OWN trailing baseline, across 1h, 4h and 24h windows.
  • market_digest — One-call market brief for a scheduled or recurring run: current BTC risk regime, which coins whales are net buying and selling now, the coins on the Smart Money Radar, the biggest movers, and the 24h forced-close picture (perp and lending kept separate).
  • market_movers — The biggest 24h gainers and losers across the streamed top-~300 board, each with price, 24h change and 24h volume (so a move on thin volume shows).
  • 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.
  • market_liquidations — The whole market's forced closes in one call rather than per pair: 24h dollars and counts split long vs short, hour by hour so a cascade is locatable, ranked by coin, plus the biggest single event.