Hyperliquid MCP Server
@TradingBalthazar
关于 Hyperliquid MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hyperliquid-mcp-server-v1": {
"command": "npx",
"args": [
"create-next-app",
"hyperliquid-dashboard"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Hyperliquid MCP Server?
A Model Context Protocol (MCP) server that enables interaction with the Hyperliquid exchange API through HL Coder or Claude, supporting trading, market data, and strategy management.
How to use Hyperliquid MCP Server?
Install by cloning the repository, running npm install and npm run build, then configure the server in your HL Coder settings file using the path to build/index.js. An optional companion dashboard (Next.js) is available for credential management and balance viewing. Use the server’s tools to authenticate, fetch market data, place orders, and create trading strategies.
Key features of Hyperliquid MCP Server
- Authenticate with private keys or wallet addresses
- Place and cancel orders on Hyperliquid
- Retrieve real-time market data for trading pairs
- Create and manage custom trading strategies
- Credentials stored in memory only
- Full testnet support for safe development
Use cases of Hyperliquid MCP Server
- Automate trading strategies on Hyperliquid via AI assistants
- Monitor real-time market data for BTC-PERP and other pairs
- Test order placement and strategy logic on testnet before going live
- Manage multiple Hyperliquid accounts from a centralized interface
FAQ from Hyperliquid MCP Server
What tools does the server provide?
The server provides tools to authenticate, get market data, place orders, and create strategies. Specific tool names include authenticate, get_market_data, place_order, and create_strategy.
How do I install the Hyperliquid MCP Server?
Clone the repository, run npm install then npm run build, and add a configuration block in your HL Coder settings file pointing to the built index.js.
What are the security considerations?
Credentials are stored only in memory. Always use testnet ("testnet": true) for testing before using real funds on mainnet. Never share private keys or expose them in public repositories.
Is a dashboard required to use the server?
No, the dashboard is optional. It is a separate Next.js project for managing credentials and viewing account balances, but the core server works independently.
Does the server support both mainnet and testnet?
Yes, the authenticate tool accepts a testnet parameter to switch between testnet and mainnet environments.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
评论