kukapay/crypto-liquidations-mcp
If you are the rightful owner of crypto-liquidations-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that streams real-time cryptocurrency liquidation events from Binance, enabling AI agents to react instantly to high-volatility market movements.
Tools
Functions exposed to the LLM to take actions
get_latest_liquidations
Retrieve the latest liquidation events from Binance in a table format.
Args:
limit (int): The maximum number of liquidation events to return (default: 10, max: 1000).
ctx (Context, optional): The MCP context for logging and server interaction. Defaults to None.
Returns:
str: A Markdown table containing the latest liquidation events, sorted by timestamp in descending order.
Prompts
Interactive templates invoked by user choice
analyze_liquidations
Generate a prompt to analyze liquidation trends across all symbols
Resources
Contextual data attached and managed by the client