Back to MCP Servers
Hyperliquid Whalealert
An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million.
finance-fintech
By kukapay
Installation
npx -y hyperliquid-whalealert-mcpConfiguration
{
"mcpServers": {
"hyperliquid-whalealert-mcp": {
"command": "npx",
"args": ["-y", "hyperliquid-whalealert-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes