MCP Directory

kukapay/hyperliquid-whalealert-mcp

GitHub
Productivity

An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y hyperliquid-whalealert-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from kukapay/hyperliquid-whalealert-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "hyperliquid-whalealert-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyperliquid-whalealert-mcp"
      ]
    }
  }
}

Route kukapay/hyperliquid-whalealert-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add hyperliquid-whalealert-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use kukapay/hyperliquid-whalealert-mcp directly without routing

npx -y hyperliquid-whalealert-mcp

New to Agent-CoreX? View setup guide →

kukapay/hyperliquid-whalealert-mcp MCP Server — Agent-CoreX