Liquid Trading MCP Server
Click on "Deploy 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., "@Liquid Trading MCP ServerShow me my current positions"
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.
Liquid Trading MCP Server
Trade Hyperliquid perpetual futures via natural language using the Liquid API. Connect from Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client.
What it does
A fully featured trading session in natural language:
Check your portfolio — account equity, balances, open positions
Read market data — prices, order books, funding rates across all perpetual markets
Place and manage orders — market/limit orders with leverage, TP/SL, and confirmation widgets
Close positions — full or partial close with confirmation before execution
All sizes are in USD notional. All markets are perpetual futures on Hyperliquid.
Related MCP server: Hyperliquid MCP Server
MCP Tools
Tool | Description | Input |
| List all tradeable perpetual markets | — |
| Price, volume, funding rate for a symbol |
|
| Bids and asks for a symbol |
|
| Equity, available balance, margin used | — |
| All open positions with PnL | — |
| Place a buy/sell order (confirmation required) |
|
| Cancel an open order |
|
| Close a position fully or partially (confirmation required) |
|
Safety
place_order and close_position require explicit confirmation before execution — these are real financial transactions. A confirmation widget is shown first; the order is only submitted after the user confirms.
Getting Started
Prerequisites
Bun runtime
A Liquid API key and secret (get one here)
Setup
# Install dependencies
bun install
# Configure environment
cp .env.example .env
# Edit .env with your LIQUID_API_KEY and LIQUID_API_SECRET
# Run in dev mode
bun run devThe server starts at http://localhost:3000. Open /inspector to test tools interactively.
Connecting from Claude Desktop
Add to your Claude Desktop MCP config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"liquid-trading": {
"command": "bun",
"args": ["run", "start"],
"cwd": "/path/to/liquid-trading",
"env": {
"LIQUID_API_KEY": "lq_...",
"LIQUID_API_SECRET": "sk_..."
}
}
}
}Connecting from ChatGPT
Point ChatGPT to the HTTP URL:
http://localhost:3000Interactive widgets are rendered directly in the conversation for market data, positions, and order confirmations.
Tech Stack
mcp-use — MCP server framework with widget support
Liquid API — REST API wrapping Hyperliquid perpetual futures
React — interactive ChatGPT widgets
Zod — schema validation for all tool inputs
TypeScript strict mode
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Non-custodial Hyperliquid perp trading: live markets, account state, user-armed order execution
Hyperliquid - 2 tools for perpetuals, options, and position data
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Live Hyperliquid perps analytics for agents: funding, OI, whale prints, leaderboard, wallet risk.
111
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables interaction with the Hyperliquid DEX for retrieving market data, managing positions, and executing trades. Supports both testnet and mainnet operations with comprehensive trading tools including order placement, cancellation, and portfolio management.11MIT
- AlicenseAqualityDmaintenanceEnables interaction with the Hyperliquid exchange to trade perpetuals, check positions, and manage risk through natural language. It provides tools for fetching real-time market data, tracking portfolio value, and executing orders with a focus on safety through default paper trading.101MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to securely trade on Hyperliquid perpetual exchange, including order placement, position management, market data retrieval, and vault operations via natural language.21MIT
- AlicenseBqualityDmaintenanceIntegrates with Hyperliquid DEX to enable trading, account management, and market data queries through natural language.126 npm3MIT