kukapay/hyperliquid-whalealert-mcp
An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/hyperliquid-whalealert-mcpClaude Desktop configuration example:
{
"mcpServers": {
"hyperliquid-whalealert-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/hyperliquid-whalealert-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.