kukapay/hyperliquid-whalealert-mcp
An MCP server that provides real-time whale alerts on Hyperliquid.
Platform-specific configuration:
{
"mcpServers": {
"hyperliquid-whalealert-mcp": {
"command": "npx",
"args": [
"-y",
"hyperliquid-whalealert-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million.
<a href="https://glama.ai/mcp/servers/@kukapay/hyperliquid-whalealert-mcp"> </a>
pandas for clean formatting. git clone https://github.com/kukapay/hyperliquid-whalealert-mcp.git
cd hyperliquid-whalealert-mcp uv sync This installs dependencies specified in pyproject.toml.
Install the server in Claude Desktop:
uv 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-
Loading reviews...