Provides repository access for installation and management of the MCP server code
Formats whale transaction data as Markdown lists and tables for better readability and presentation of transaction details
Leverages pandas for data manipulation and formatting of whale transaction data into clean Markdown tables for presentation
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:
- Install Dependencies:This installs dependencies specified in
pyproject.toml
. - Claude Desktop Integration:
Install the server in Claude Desktop:Or update the configuration file manually:Replace
/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:
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):
Response:
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.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
hyperliquid-whalealert-mcp
Related MCP Servers
- -securityAlicense-qualityA mcp server for tracking cryptocurrency whale transactions.Last updated -29PythonMIT License
- TypeScriptMIT License
- PythonMIT License
- PythonApache 2.0