kukapay/crypto-liquidations-mcp
An MCP server that streams real-time cryptocurrency liquidation events from Binance.
Platform-specific configuration:
{
"mcpServers": {
"crypto-liquidations-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-liquidations-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](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.
Symbol, Side, Price, Quantity, Time (HH:MM:SS format).limit (default 10).get_latest_liquidations tool.To install Crypto Liquidations for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/crypto-liquidations-mcp --client claudegit clone https://github.com/kukapay/crypto-liquidations-mcp.git
cd crypto-liquidations-mcpInstall required packages using uv:
uv syncConfigure your MCP client to connect to the server. For Claude Desktop:
{
"Loading reviews...