Command Palette

Search for a command to run...

UnylyUnyly
Browse all

kukapay/crypto-liquidations-mcp

FreeNot checked

Streams real-time cryptocurrency liquidation events from Binance.

GitHubEmbed

About

Streams real-time cryptocurrency liquidation events from Binance.

README

smithery badge

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:

uv sync

3. Integrate with an MCP Client

Configure your MCP client to connect to the server. For Claude Desktop:

{
 "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:

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

from github.com/kukapay/crypto-liquidations-mcp

Installing kukapay/crypto-liquidations-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kukapay/crypto-liquidations-mcp

FAQ

Is kukapay/crypto-liquidations-mcp MCP free?

Yes, kukapay/crypto-liquidations-mcp MCP is free — one-click install via Unyly at no cost.

Does kukapay/crypto-liquidations-mcp need an API key?

No, kukapay/crypto-liquidations-mcp runs without API keys or environment variables.

Is kukapay/crypto-liquidations-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install kukapay/crypto-liquidations-mcp in Claude Desktop, Claude Code or Cursor?

Open kukapay/crypto-liquidations-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

$5

Stripe

Payments, customers, subscriptions

Stripeby Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemby malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseby whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgby trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersby embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneby carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdby tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticby laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtby mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxby jiayuanliang0716-max

Compare kukapay/crypto-liquidations-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs