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
50.0%
4 probes
Response
36ms
last probe
Tools
4
callable

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…

Similar MCP servers embedding-nearest

HL Portfolio API
Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.
0 tools · sse
Hyperliquid Portfolio
Analyze Hyperliquid account positions, PnL, fills, orders, and funding.
0 tools
Hyperliquid Funding Rates API
HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402.
0 tools · sse
Hyperliquid Whale Position Tracker API
Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402.
0 tools · sse
Hyperliquid Vaults API
Hyperliquid vault summaries — APR, TVL, PnL, followers, sorted by performance. x402.
0 tools · sse
Hyperliquid Spot API
Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
0 tools · sse

How to use

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

{
  "mcpServers": {
    "hl_portfolio_api": {
      "url": "https://hl-portfolio-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}