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
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Comments