Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Streams real-time cryptocurrency liquidation events from Binance.

README.md

Crypto Liquidations MCP

![smithery badge](https://smithery.ai/server/@kukapay/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.

!License !Python Version !Status

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_liquidations tool.

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:

npx -y @smithery/cli install @kukapay/crypto-liquidations-mcp --client claude

1. Clone the Repository

git clone https://github.com/kukapay/crypto-liquidations-mcp.git
cd crypto-liquidations-mcp

2. Install Dependencies

Install required packages using uv: ``bash uv sync ``

3. Integrate with an MCP Client

Configure your MCP client to connect to the server. For Claude Desktop: ``json { "mcpServers": { "crypto-liquidations": { "command": "uv", "args": ["--directory", "/path/to/crypto-liquidations-mcp", "run", "main.py"] } } } ``

Usage

To get started, launch the MCP server to begin streaming liquidation events from Binance. The server runs quietly, collecting up to 1000 recent events in memory without generating logs or saving data to disk.

Retrieving Liquidation Events

Use the get_latest_liquidations tool to fetch the most recent liquidation events. You can specify how many events to retrieve (up to 1000) using the limit parameter. For example, you might ask:

"Show me the 5 most recent liquidation events from Binance."

This will return a neatly formatted table showing the trading pair, buy or sell side, price, quantity, and the time of each liquidation in HH:MM:SS format.

Example Output: ``markdown | Symbol | Side | Price | Quantity | Time | |----------|------|--------|----------|----------| | BTCUSDT | BUY | 50000 | 1.5 | 14:30:45 | | ETHUSDT | SELL | 3000 | 10.0 | 14:30:40 | | BNBUSDT | BUY | 500 | 20.0 | 14:30:35 | | ADAUSDT | SELL | 1.2 | 1000.0 | 14:30:30 | | XRPUSDT | BUY | 0.8 | 5000.0 | 14:30:25 | ``

This table makes it easy to see recent market activity, such as large buy or sell liquidations on Binance.

Analyzing Liquidation Trends

The analyze_liquidations prompt helps you dive deeper into the data. It generates instructions for analyzing liquidation trends across all trading pairs, focusing on frequency, volume, and market impact. The prompt suggests using the get_latest_liquidations tool to fetch data, ensuring you have the latest information to work with.

This is particularly useful for understanding broader market dynamics, such as whether liquidations are increasing or signaling significant price movements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.