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 usingpandas
for 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:Copy
- Install Dependencies:This installs dependencies specified inCopy
pyproject.toml
. - Claude Desktop Integration:
Install the server in Claude Desktop:Or update the configuration file manually:CopyReplaceCopy
/path/to/hyperliquid-whalealert-mcp
with your actual installation path andCOINGLASS_API_KEY
with 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:
Copy
To invoke the tool:
- In the MCP Inspector, select
get_whale_alerts
and 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):
Copy
Response:
Copy
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.
This server cannot be installed
hyperliquid-whalealert-mcp