Crypto Liquidations MCP
@kukapay
About Crypto Liquidations MCP
An MCP server that streams real-time cryptocurrency liquidation events from Binance.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crypto-liquidations-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/crypto-liquidations-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 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.
How to use Crypto Liquidations MCP?
Install via Smithery (npx -y @smithery/cli install @kukapay/crypto-liquidations-mcp --client claude) or clone the repository and run uv sync. Configure your MCP client (e.g., Claude Desktop) with the command uv --directory /path/to/crypto-liquidations-mcp run main.py. Once running, use the get_latest_liquidations tool to fetch recent events (with an optional limit parameter) and the analyze_liquidations prompt to analyze trends.
Key features of Crypto Liquidations MCP
- Streams real-time liquidation events from Binance WebSocket.
- Stores up to 1000 recent liquidation events in memory.
- Provides
get_latest_liquidationstool returning a Markdown table. - Offers
analyze_liquidationsprompt for trend analysis. - No persistent storage or disk writes.
- Requires Python 3.10 and the
uvpackage manager.
Use cases of Crypto Liquidations MCP
- Fetch the most recent liquidation events to assess market volatility.
- Analyze liquidation trends across all trading pairs to detect increasing or decreasing activity.
- Integrate into AI agents that need to react to high-volatility movements from Binance.
FAQ from Crypto Liquidations MCP
What data does Crypto Liquidations MCP stream?
It streams real-time cryptocurrency liquidation events from Binance via the wss://fstream.binance.com/ws/!forceOrder@arr WebSocket.
How many liquidation events are stored?
The server maintains an in-memory list of up to 1000 events. Older events are overwritten once the limit is reached.
Does Crypto Liquidations MCP save data to disk?
No, all data is stored in memory only. The server does not persist any data to disk.
What are the system requirements?
Python 3.10, the uv package manager, and internet access to connect to the Binance WebSocket.
How do I retrieve liquidation events with a custom limit?
Use the get_latest_liquidations tool with a limit parameter (default 10, maximum 1000). For example, ask "Show me the 5 most recent liquidation events from Binance."
More Finance & Commerce MCP servers
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
China Stock MCP Server
peikuoFinancial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Binance MCP Server 🚀
AnalyticAceUnofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.
Comments