Sponsored by Deepsite.site

Hyperliquid MCP Server v2

Created By
TradingBalthazar8 months ago
A Model Context Protocol server for Hyperliquid with integrated dashboard
Content

Hyperliquid MCP Server v2

A Model Context Protocol (MCP) server for interacting with the Hyperliquid exchange API through HL Coder, with an integrated dashboard for account management.

Features

  • One-Command Setup: Quickly initialize both the MCP server and dashboard
  • Authentication: Connect to Hyperliquid using private keys or wallet addresses
  • Trading: Place and cancel orders on the Hyperliquid exchange
  • Market Data: Retrieve real-time market data for trading pairs
  • Strategy Management: Create and manage custom trading strategies
  • Dashboard: Visual interface for account management and monitoring

Quick Start

To set up the Hyperliquid MCP server and dashboard in your HL Coder environment, simply paste this command:

git clone https://github.com/TradingBalthazar/hyperliquid-mcp-server-v2.git && cd hyperliquid-mcp-server-v2 && ./setup.sh && cd ..

This will:

  1. Clone the repository
  2. Install dependencies
  3. Build the MCP server
  4. Configure the MCP server for use with HL Coder
  5. Set up the dashboard in your Next.js project

After setup, you can access the dashboard at http://localhost:3000.

Using the Dashboard

The dashboard provides a user-friendly interface for:

  1. Authentication: Connect to Hyperliquid using your credentials
  2. Account Overview: View your total account value across perpetuals and spot
  3. Perpetuals Management: Monitor your perpetual positions and margin
  4. Spot Management: Track your spot balances and values

Authentication Options

  • Private Key: For full trading capabilities (required for placing orders)
  • Wallet Address: For read-only operations (viewing account information)
  • Testnet/Mainnet: Toggle between test environment and live trading
  • Vault Address: Optional for using a vault contract

Using with HL Coder

Once set up, you can use the MCP server with HL Coder through the following tools:

Authentication

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>authenticate</tool_name>
<arguments>
{
  "privateKey": "your-private-key",
  "testnet": true
}
</arguments>
</use_mcp_tool>

Get Market Data

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>get_market_data</tool_name>
<arguments>
{
  "symbol": "BTC-PERP"
}
</arguments>
</use_mcp_tool>

Place an Order

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>place_order</tool_name>
<arguments>
{
  "symbol": "ETH-PERP",
  "side": "buy",
  "size": 0.1,
  "price": 3000,
  "orderType": "limit",
  "reduceOnly": false
}
</arguments>
</use_mcp_tool>

Create a Strategy

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>create_strategy</tool_name>
<arguments>
{
  "name": "Simple Moving Average Crossover",
  "description": "Buy when short MA crosses above long MA, sell when it crosses below",
  "config": {
    "symbol": "BTC-PERP",
    "shortPeriod": 10,
    "longPeriod": 50,
    "positionSize": 0.01
  }
}
</arguments>
</use_mcp_tool>

Creating Custom Strategies

You can use HL Coder to create, customize, and run trading strategies. Here's a basic workflow:

  1. Authenticate with Hyperliquid
  2. Create a strategy using the create_strategy tool
  3. Customize the strategy by modifying its configuration
  4. Activate the strategy using the activate_strategy tool
  5. Monitor performance through the dashboard

Example conversation with HL Coder:

User: Create a simple moving average crossover strategy for BTC-PERP

HL Coder: I'll help you create a moving average crossover strategy. First, let's authenticate with Hyperliquid.

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>authenticate</tool_name>
<arguments>
{
  "privateKey": "your-private-key",
  "testnet": true
}
</arguments>
</use_mcp_tool>

Now, let's create the strategy:

<use_mcp_tool>
<server_name>hyperliquid</server_name>
<tool_name>create_strategy</tool_name>
<arguments>
{
  "name": "BTC MA Crossover",
  "description": "Buy when 10-period MA crosses above 50-period MA, sell when it crosses below",
  "config": {
    "symbol": "BTC-PERP",
    "shortPeriod": 10,
    "longPeriod": 50,
    "positionSize": 0.01
  }
}
</arguments>
</use_mcp_tool>

Security Considerations

  • The MCP server stores credentials in memory only
  • Always use testnet for testing before using real funds on mainnet
  • Do not share your private keys or expose them in public repositories
  • The dashboard uses secure input fields for sensitive information

Advanced Configuration

For advanced users who want to customize the MCP server or dashboard:

  • MCP server source code is in the src directory
  • Dashboard components are in the dashboard directory
  • Configuration files can be modified to suit your needs

License

MIT

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Tavily Mcp
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Amap Maps高德地图官方 MCP Server
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
DeepChatYour AI Partner on Desktop
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code