Crypto Liquidations MCP MCP Server

An MCP server that streams real-time cryptocurrency liquidation events from Binance.

Local serverstdioPython

What is the Crypto Liquidations MCP MCP server?

Most file and storage access work still happens through a UI a human drives. Crypto Liquidations MCP MCP server moves it into the conversation instead. An MCP server that streams real-time cryptocurrency liquidation events from Binance.

The short version

An MCP server that streams real-time cryptocurrency liquidation events from Binance, enabling AI agents to react instantly to high-volatility market movements.

  • Real-time Liquidation Streaming — Connects to Binance WebSocket to capture liquidation events
  • Liquidation Data Storage — Maintains an in-memory list of up to 1000 liquidation events, with no persistent storage
  • Tool: get_latest_liquidations —
  • Retrieves the latest liquidation events in a Markdown table
  • Columns: Symbol, Side, Price, Quantity, Time (HH:MM:SS format)
  • Parameters: limit (default 10)

Getting it running

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

What it needs from you

  • Python 3.10: Required for compatibility. - uv: Package and dependency manager (install instructions below). - Internet Access: To connect to Binance WebSocket.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

How to install the Crypto Liquidations MCP MCP server

{
  "mcpServers": {
    "crypto-liquidations": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.10: Required for compatibility. - uv: Package and dependency manager (install instructions below). - Internet Access: To connect to Binance WebSocket.

Frequently asked questions

It streams real-time cryptocurrency liquidation events from Binance via the `wss://fstream.binance.com/ws/!forceOrder@arr` WebSocket.