hyperliquid-whalealert-mcp
This MCP server provides real-time monitoring of large cryptocurrency positions ("whales") on Hyperliquid exchange, specifically tracking transactions exceeding $1 million in notional value.
Key Capabilities:
Fetch Whale Alerts: Use the
get_whale_alertstool to retrieve recent whale transactions programmatically, formatted as clean Markdown tables/listsMonitor Transaction Details: View comprehensive information including user addresses, position sizes, entry/liquidation prices, USD values, position actions (open/close), timestamps, and cryptocurrency symbols (ETH, BTC, etc.)
Generate Activity Summaries: Use the
summarize_whale_activityprompt to analyze whale transactions with metrics like total position value and notable symbolsReal-time Tracking: Continuously monitor significant market movements as whale wallet activities occur
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hyperliquid-whalealert-mcpget recent whale alerts for hyperliquid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 usingpandasfor clean formatting.Prompt:
summarize_whale_activity: Generates a summary of whale transactions, including metrics like total position value and notable symbols.
Related MCP server: hyperliquid-info-mcp
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:
git clone https://github.com/kukapay/hyperliquid-whalealert-mcp.git cd hyperliquid-whalealert-mcpInstall Dependencies:
uv syncThis installs dependencies specified in
pyproject.toml.Claude Desktop Integration: 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-whalealert-mcpwith your actual installation path andCOINGLASS_API_KEYwith 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:
- **ETH Transaction**:
- User Address: 0x3fd4444154242720c0d0c61c74a240d90c127d33
- Position Size: 12700
- Entry Price: $1611.62
- Liquidation Price: $527.2521
- Position Value (USD): $21003260
- Action: Close
- Create Time: 2025-05-20 12:31:57
- **BTC Transaction**:
- User Address: 0x1cadadf0e884ac5527ae596a4fc1017a4ffd4e2c
- Position Size: 33.54032
- Entry Price: $87486.2
- Liquidation Price: $44836.8126
- Position Value (USD): $2936421.4757
- Action: Close
- Create Time: 2025-05-20 12:31:17To invoke the tool:
In the MCP Inspector, select
get_whale_alertsand 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):
/summarize_whale_activityResponse:
I'll analyze the whale transaction data and provide a summary.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.
Available Tools
1 toolget_whale_alertsB
Fetch recent whale alerts and return as a Markdown table
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden but only states the basic action and output format. It misses key behavioral details like rate limits, data source, error handling, or whether it's read-only/destructive, leaving significant gaps for an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core functionality ('Fetch recent whale alerts') and adds necessary detail ('return as a Markdown table') without any wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a tool that fetches data, the description is incomplete. It lacks details on data scope (e.g., time range, number of alerts), error cases, or response structure beyond format, making it inadequate for reliable agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are 0 parameters, and schema description coverage is 100%, so no parameter documentation is needed. The description doesn't add param info, but with no params, a baseline of 4 is appropriate as it doesn't have to compensate for gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Fetch') and resource ('recent whale alerts'), specifying the output format ('Markdown table'). However, with no sibling tools, it cannot demonstrate differentiation, so it doesn't reach a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool, such as frequency, data freshness, or limitations. The description lacks any context about alternatives or prerequisites, offering only basic functional information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
get_whale_alerts
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as fetching whale alerts, making it distinct by default.
The single tool follows a clear verb_noun pattern (get_whale_alerts), which is consistent and predictable. Since there are no other tools to compare against, naming is inherently consistent.
A single tool is too few for the server's apparent purpose of monitoring whale alerts, as it lacks operations like filtering, subscribing, or historical queries. This minimal scope limits functionality and may cause agent failures due to incomplete coverage.
The tool surface is severely incomplete for a whale alert system, offering only fetching recent alerts without capabilities such as filtering by criteria, accessing historical data, or managing alerts. This creates significant gaps that will hinder agent workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA mcp server for tracking cryptocurrency whale transactions.56MIT
- AlicenseAqualityFmaintenanceAn MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.1729MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that allows querying Hyperliquid open positions and unrealized PnL for any wallet address.15MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for Hyperliquid perpetual DEX with 48 tools for trading, monitoring, risk management, and security. Enables real-time market data, order management, risk validation, and automated trading strategies.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/hyperliquid-whalealert-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server