Crypto Liquidations MCP
An MCP server that streams real-time cryptocurrency liquidation events from Binance, enabling AI agents to react instantly to high-volatility market movements.
Features
- 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).
- Prompt:
analyze_liquidations:- Generates a prompt to analyze liquidation trends across all symbols, leveraging the
get_latest_liquidationstool.
- Generates a prompt to analyze liquidation trends across all symbols, leveraging the
Prerequisites
- Python 3.10: Required for compatibility.
- uv: Package and dependency manager (install instructions below).
- Internet Access: To connect to Binance WebSocket.
Installation
Installing via Smithery
To install Crypto Liquidations for Claude Desktop automatically via Smithery:






