Streams Binance liquidation events over MCP and exposes recent activity for retrieval and trend analysis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Crypto Liquidations MCP.
The kukapay/crypto-liquidations-mcp MCP server collects real-time liquidation events from Binance and makes the recent data available to MCP-compatible clients. It is intended for agents that need short-term visibility into forced futures orders and broader liquidation activity across trading pairs.
The server retains up to 1,000 events in an in-memory collection. It does not write the data to disk or provide persistent storage, so the available history begins when the process starts and is lost when the process stops.
After launch, the server connects to Binance's futures WebSocket endpoint for aggregate force-order events. Incoming records are held in memory while the process remains active. Internet access is required for this connection.
Clients can request recent records through the get_latest_liquidations tool. Results are returned as a Markdown table with the trading symbol, order side, price, quantity, and event time. The time is formatted as HH:MM:SS. The request accepts a limit value, which defaults to 10 and can be used to request up to 1,000 retained events.
The analyze_liquidations prompt provides instructions for examining liquidation trends across symbols. It is designed to work with the retrieval tool and directs analysis toward event frequency, volume, and possible market impact.
The kukapay/crypto-liquidations-mcp MCP server requires Python 3.10, the uv package and dependency manager, and network access to Binance. The documented setup flow is to clone the repository, change into its directory, and run uv sync to install dependencies.
An MCP client then needs to start the server with the repository directory and main.py, using a configuration equivalent to the documented Claude Desktop example. The example contains a local path placeholder that must be replaced with the directory where the repository was cloned. No API key, token, or other credential is specified in the provided setup instructions.
get_latest_liquidations: Returns the newest retained liquidation events in a Markdown table.analyze_liquidations: Supplies a prompt for analyzing liquidation patterns across trading pairs.The kukapay/crypto-liquidations-mcp MCP server is suitable for displaying recent liquidation activity, feeding current event data into an agent's market analysis, or examining whether liquidation frequency and volume are changing across symbols.
Data is limited to the events captured since the server started and the latest 1,000 records. Restarting the process clears the collection. The material does not describe a database, historical backfill, configurable retention period, logging system, or trading execution capability.
The server depends on Binance's futures WebSocket availability and requires an active internet connection. The documented client integration specifically shows Claude Desktop; compatibility with other clients is not established by the provided material. The kukapay/crypto-liquidations-mcp MCP server reports liquidation records but does not itself claim to place orders or provide investment recommendations.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-crypto-liquidations-mcp)<a href="https://allmcps.com/mcp/kukapay-crypto-liquidations-mcp"><img src="https://allmcps.com/api/badge/kukapay-crypto-liquidations-mcp?style=directory" alt="Crypto Liquidations MCP on AllMCPs" /></a>