Hyperliquid WhaleAlert MCP
Real-time whale alerts and analytics for Hyperliquid with MCP integration
Key Features
Use Cases
README
Hyperliquid WhaleAlert MCP
An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million.
Features
- Tool:
get_whale_alerts: Fetches recent whale transactions and returns them as a Markdown table usingpandasfor clean formatting. - Prompt:
summarize_whale_activity: Generates a summary of whale transactions, including metrics like total position value and notable symbols.
Prerequisites
- Python: Version 3.10 or higher.
- CoinGlass API Key: Obtain from CoinGlass (required for API access).
- uv: Package and dependency manager (install uv).
Installation
-
Clone the Repository:
bashgit clone https://github.com/kukapay/hyperliquid-whalealert-mcp.git cd hyperliquid-whalealert-mcp -
Install Dependencies:
bashuv syncThis installs dependencies specified in
pyproject.toml. -
Claude Desktop Integration: Install the server in Claude Desktop:
bashuv run mcp install mcp.py --name "Hyperliquid Whale Alert"Or update the configuration file manually:
{ "mcpServers": { "hyperliquid-whalealert": { "command": "uv", "args": [ "--directory", "/path/to/hyperliquid-whalealert-mcp", "run", "main.py" ], "env": { "COINGLASS_API_KEY": "your_api_key" } } } }Replace
/path/to/hyperliquid-whalealert-mcpwith your actual installation path andCOINGLASS_API_KEYwith your API key.
Usage
Using the Tool
The get_whale_alerts tool fetches whale transaction data and returns it as a Markdown list. Example output:
- **ETH Transaction**:
- User Address: 0x3fd4444154242720c0d0c61c74a240d90c127d33
- Position Size: 12700
- Entry Price: $1611.62
- Liquidation Price: $527.2521
- Position Value (USD): $21003260
- Action: Close
- Create Time: 2025-05-20 12:31:57
- **BTC Transaction**:
- User Address: 0x1cadadf0e884ac5527ae596a4fc1017a4ffd4e2c
- Position Size: 33.54032
- Entry Price: $87486.2
- Liquidation Price: $44836.8126
- Position Value (USD): $2936421.4757
- Action: Close
- Create Time: 2025-05-20 12:31:17
To invoke the tool:
- In the MCP Inspector, select
get_whale_alertsand execute. - In Claude Desktop, use the registered server and call the tool via the UI or API.
Using the Prompt
The summarize_whale_activity prompt generates a summary of whale transactions. Example interaction (in a compatible client):
/summarize_whale_activity
Response:
I'll analyze the whale transaction data and provide a summary.
This can be extended by LLMs to provide detailed metrics like total position value or notable symbols.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Star History
Repository Owner
User
Repository Details
Programming Languages
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Whale Tracker MCP Server
Monitor and analyze large cryptocurrency transactions using MCP and Whale Alert API integration.
Whale Tracker MCP Server implements the Model Context Protocol to provide real-time monitoring and analysis of large-scale cryptocurrency transactions. Built in Python, it integrates seamlessly with the Whale Alert API and exposes tools, resources, and prompt templates to MCP-compatible clients such as Claude Desktop. This solution enables users to fetch recent whale transactions, retrieve detailed information, and leverage contextual data directly within their LLM-powered workflows.
- ⭐ 44
- MCP
- kukapay/whale-tracker-mcp
Web3 Jobs MCP Server
AI-ready MCP server delivering curated, real-time Web3 job listings.
Web3 Jobs MCP Server provides real-time access to curated Web3 job listings from web3.career through a Model Context Protocol (MCP) interface, enabling intelligent job discovery for AI agents. The server supports advanced filtering by location, remote status, job tag, and result limits, and returns results in Markdown format. It enables the generation of natural language prompts for job searches, facilitating seamless integration with AI platforms such as Claude Desktop. Designed for Python 3.10+, it offers flexible deployment and configuration options.
- ⭐ 4
- MCP
- kukapay/web3-jobs-mcp
Coincap MCP
Query live cryptocurrency data through Coincap's public API for desktop AI tools.
Coincap MCP provides seamless access to cryptocurrency market data from Coincap's public API without requiring API keys or registration. Designed to integrate with Claude Desktop using the Model Context Protocol (MCP), it enables users to query crypto asset prices, market capitalization, and a list of available assets. Installation and configuration are streamlined through Smithery or direct setup. The tool includes sample prompts and exposes specialized tools for crypto price lookup and asset listing.
- ⭐ 89
- MCP
- QuantGeekDev/coincap-mcp
mcp-server-ledger
Model Context Protocol server for interacting with Ledger CLI via AI assistants.
mcp-server-ledger provides a standardized Model Context Protocol interface for the Ledger CLI, enabling AI-driven querying and analysis of double-entry accounting data. It exposes key Ledger CLI commands as tools accessible by Large Language Models for financial reporting, budget analysis, and account management. It supports deployment via Docker, Smithery, or 'uv', and requires a valid ledger file and appropriate environment setup.
- ⭐ 35
- MCP
- minhyeoky/mcp-server-ledger
PumpSwap MCP Server
MCP server for real-time Solana token trades and pool data.
PumpSwap MCP Server allows AI agents to interact with the PumpSwap DEX on Solana for automated, real-time token swaps and on-chain trading operations. It exposes commands for buying and selling tokens, querying token prices, and retrieving liquidity pool information. Designed for secure integration with Solana accounts, it enables customizable slippage and transaction fees while supporting context-driven, AI-issued commands. The server operates as a bridge between AI agents and the PumpSwap protocol, facilitating seamless trading and data queries.
- ⭐ 5
- MCP
- kukapay/pumpswap-mcp
PancakeSwap PoolSpy MCP Server
Real-time tracking of new PancakeSwap pools for DeFi analytics.
PancakeSwap PoolSpy MCP Server provides a Model Context Protocol-compatible service for monitoring newly created liquidity pools on PancakeSwap. It offers real-time analytics including pool address, tokens, creation timestamp, volume, and total value locked. Users can customize queries for time range and results count, making it valuable for traders, analysts, and developers seeking up-to-date DeFi insights. The server is designed for easy deployment and integration via Smithery or manual setup.
- ⭐ 6
- MCP
- kukapay/pancakeswap-poolspy-mcp
Didn't find tool you were looking for?