Skip to content
Back to search
100
MCP v1.0.0 sse

HL Portfolio API

io.github.Br0ski777/hl-portfolio

Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.

Uptime
0.0%
1 direct probes · 30d
Response
190ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hl_portfolio_api": {
      "url": "https://hl-portfolio.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}