← Top 100 / Full directory (5,562)

Hyperliquid Portfolio — Account State & Trade History

AI & Memory Remote 4 tools

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 account value. Tools: hyperliquid_get_account_state, hyperliquid_get_trade_fills, hyperliquid_get_open_orders, hyperliquid_get_user_funding. Use this for portfolio monitoring, trade analysis, PnL tracking, or building account dashboards. Essential for any Hyperliquid portfolio management agent. IMPORTANT: For market-wide data, use hyperliquid_get_market_data instead. Returns full account snapshot. No API key required — x402 micropayment $0.003/call on Base L2.

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://hl-portfolio--axel-belfort.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

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 clearinghouse state for any wallet address including account-level metrics and per

  • hyperliquid_get_trade_fills

    Use this when you need to retrieve recent trade executions (fills) for a Hyperliquid perpetuals account. Returns the most recent trades with full execution details including realized PnL on closed pos

  • hyperliquid_get_open_orders

    Use this when you need to see all pending/open orders for a Hyperliquid perpetuals account. Returns every resting order on the book with full order parameters. Returns: 1. coin: the perpetual market

  • hyperliquid_get_user_funding

    Use this when you need to retrieve funding payment history for a Hyperliquid perpetuals account. Returns all funding rate payments received or paid, useful for calculating funding income/expense and e

Related servers