Hyperliquid Portfolio — Account State & Trade History
Hyperliquid account analysis API for AI agents. Full clearinghouse state for any wallet: open positions with PnL, trade fills with timestamps, pending orders, funding payments, margin usage, and acco…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/hl-portfolio
# Browse available tools
npx -y smithery tool list axel-belfort/hl-portfolio
# Get full schema for a tool
npx -y smithery tool get axel-belfort/hl-portfolio hyperliquid_get_account_state
# Call a tool
npx -y smithery tool call axel-belfort/hl-portfolio hyperliquid_get_account_state '{}'Direct MCP Connection
Endpoint: https://hl-portfolio--axel-belfort.run.tools
Tools (4)
hyperliquid_get_account_state— Use this when you need to retrieve the full portfolio state of a Hyperliquid perpetuals account. Returns the complete c…hyperliquid_get_trade_fills— Use this when you need to retrieve recent trade executions (fills) for a Hyperliquid perpetuals account. Returns the mo…hyperliquid_get_open_orders— Use this when you need to see all pending/open orders for a Hyperliquid perpetuals account. Returns every resting order…hyperliquid_get_user_funding— Use this when you need to retrieve funding payment history for a Hyperliquid perpetuals account. Returns all funding ra…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/hl-portfolio