hyperliquid-mcp-server
Verified Safeby moner124
Overview
The server enables natural language interaction with the Hyperliquid DEX for real-time cryptocurrency trading, account management, and market data retrieval.
Installation
mcp dev server.pyEnvironment Variables
- HYPERLIQUID_NETWORK
- HYPERLIQUID_PRIVATE_KEY
- HYPERLIQUID_ACCOUNT_ADDRESS
- HYPERLIQUID_DEFAULT_SLIPPAGE
- HYPERLIQUID_MAX_RETRY_ATTEMPTS
- HYPERLIQUID_REQUEST_TIMEOUT
- LOG_LEVEL
Security Notes
The project follows good practices for handling sensitive information by requiring private keys and account addresses to be loaded from environment variables (e.g., .env file) rather than being hardcoded. The `setup.py` script automatically modifies the `claude_desktop_config.json` in the user's application support directory, which, while intended functionality for integration, could be considered an intrusive action for some users, though it does create a backup. The core trading and market data tools primarily interact with the Hyperliquid SDK, and no 'eval', obfuscation, or immediately malicious patterns are apparent in the provided source code snippets. The 'dead man's switch' feature in `TradingTools` is a positive security-oriented design for automated trading.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
trade-it-mcp
Enables natural-language interaction with stock, crypto, and options brokerages for trading, portfolio queries, and market insights.
options-chain
Provides real-time (delayed by 15 min) options chain data and historical prices from the Tradier Sandbox API to AI assistants within Claude Desktop.
claude-computer
An open-source platform demonstrating Claude's autonomous computer interaction capabilities, featuring real-time monitoring, behavioral frameworks (including a Gen Z crypto enthusiast persona), and tools for automated pull request creation and digital exploration.