Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. Crypto Liquidations MCP
Crypto Liquidations MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:34:43 PM

Crypto Liquidations MCP

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).
cryptocurrencybinanceliquidationsmarket-data

Streams Binance liquidation events over MCP and exposes recent activity for retrieval and trend analysis.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kukapay-crypto-liquidations-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Overview

The kukapay/crypto-liquidations-mcp MCP server streams real-time cryptocurrency liquidation events from Binance. It connects to Binance's futures WebSocket feed, keeps up to 1,000 events in memory, and exposes the latest records through an MCP tool. Use it when an AI agent needs recent liquidation activity across trading symbols without persistent storage or exchange credentials. A companion prompt helps analyze liquidation frequency, volume, and potential market impact.

Use cases

โ€ขMonitor recent Binance liquidation events
โ€ขRetrieve the latest forced-order activity by symbol
โ€ขAnalyze liquidation frequency and volume trends
โ€ขInspect short-term market impact signals

Key features

โ€ขStreams Binance liquidation events over WebSocket
โ€ขRetains up to 1,000 events in memory
โ€ขReturns recent events as a Markdown table
โ€ขSupports configurable retrieval limits up to 1,000
โ€ขIncludes a liquidation trend analysis prompt

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Crypto Liquidations MCP.

Extracted Tool Capabilities
Streams Binance liquidation events over WebSocket
Retains up to 1,000 events in memory
Returns recent events as a Markdown table
Supports configurable retrieval limits up to 1,000
Includes a liquidation trend analysis prompt

How Crypto Liquidations MCP works

What kukapay/crypto-liquidations-mcp MCP server does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

  • 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.
  • Binance WebSocket ingestion: Receives aggregate force-order events in real time.
  • In-memory retention: Keeps a maximum of 1,000 recent events during the current process.

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.

Limitations and notes

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.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Alpha Vantage MCP logoAlpha Vantage MCP

    Alpha Vantage API integration to fetch both stock and crypto information

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Alpha Vantage MCP โ†’
  • Coincap MCP logoCoincap MCP

    Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys

    ๐Ÿ’ฐ Finance & Fintech4 views
    Compare vs Coincap MCP โ†’
  • MCP Server Ccxt logoMCP Server Ccxt

    An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

    ๐Ÿ’ฐ Finance & Fintech4 views
    Compare vs MCP Server Ccxt โ†’
  • Tasty Agent logoTasty Agent

    Tastyworks API integration to handle trading activities on Tastytrade

    ๐Ÿ’ฐ Finance & Fintech4 views
    Compare vs Tasty Agent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Crypto Liquidations MCP

Clone the repository, enter its directory, and run `uv sync`. Then configure your MCP client to launch `main.py` with `uv` and the repository directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCrypto Liquidations MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kukapay-crypto-liquidations-mcp?style=directory)](https://allmcps.com/mcp/kukapay-crypto-liquidations-mcp)
HTML Embed
<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>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
39Quality signal: Fair ยท 39/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to Crypto Liquidations MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code