AgentStore
All apps
💥
Data & Analytics

Liquidations MCP

Binance liquidation real-time stream

💥kukapay·AgentStore Score 7
GitHubCompare
Smithery
312
GitHub ⭐
7
Editor's take

Plugs into Binance's liquidation feed — which coin, which side, how big. 7 stars, niche but valuable for high-frequency traders.

Hand-written by the AgentStore research team from docs + code + live usage data

About

An MCP server that streams real-time cryptocurrency liquidation events from Binance, enabling AI agents to react instantly to high-volatility market movements.

From the project README
Key capabilities
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.

Install

Pick your runtime, copy the snippet, paste it into your client config.

{
  "mcpServers": {
    "kukapay-crypto-liquidations-mcp": {
      "command": "npx",
      "args": ["-y", "kukapay-crypto-liquidations-mcp"]
    }
  }
}
Prerequisites
  • ·Node.js 20+
  • ·An MCP-compatible client

Project pulse

Live from GitHub — see if the project is actually maintained.

Language
Python
License
MIT
Contributors
2
Open issues
1
Created
May 2025

How it compares

Position among 44 tools in the data category

By calls
#13/ 44
top 27%
By stars
#39/ 44
top 86%
By AgentStore Score
#40/ 44
top 89%

Security profile

Open source
Yes
Audited
No
Key handling
Local
Paid
Free

Similar tools