mcpbeat Sign in

Hyperliquid Agent Gateway MCP Server

local only

Hyperliquid Agent Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Read-only MCP gateway to Hyperliquid: 233 perps + spot, funding carry, account risk, HyperEVM.

Installs / week
pypi · hyperliquid-agent-gateway
1
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Hyperliquid Agent Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hyperliquid-agent-gateway -- uvx hyperliquid-agent-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hyperliquid-agent-gateway": {
      "args": [
        "hyperliquid-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hyperliquid-agent-gateway]
command = "uvx"
args = ["hyperliquid-agent-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "hyperliquid-agent-gateway": {
      "args": [
        "hyperliquid-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hyperliquid-agent-gateway": {
      "args": [
        "hyperliquid-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hyperliquid Agent Gateway

same job, measured the same way
Aster Agent Gateway
by alekskram

Read-only MCP gateway to Aster DEX: ~580 futures incl. TradFi 24/7, funding caps, vault flows.

local only
Market Depth Lab
by derkcc

Read-only Hyperliquid, funding-rate and cross-exchange perpetual spread tools.

35 installs/wk local only
Hyperliquid / HyperEVM
by sand0vvv

Read-only Hyperliquid and HyperEVM data: yields, protocols, fees, markets, funding, depth.

32 installs/wk local only
Carrydesk
by pelazas

Funding-carry rankings for Hyperliquid perps, metered per call in USDC via x402.

88 installs/wk local only
X
Hyperliquid Funding
by honeycheck

Hyperliquid funding, open interest and carry spreads across all 11 venues. Paid per call, x402.

360 installs/wk local only
Cerebrus Pulse MCP
by 0xsl1m

Real-time Hyperliquid perps intelligence: TA, funding, OI, liquidations. Pay-per-call via x402.

263 installs/wk local only
Hyperliquid MCP
by kitsune-de

Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills

30 installs/wk local only
dYdX Agent Gateway
by alekskram

Analytics-only MCP gateway to dYdX v4: market data, funding, trader PnL, anomalies. No keys.

local only

Hyperliquid Agent Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Hyperliquid Agent Gateway?
Hyperliquid Agent Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hyperliquid-agent-gateway.
How do I connect Hyperliquid Agent Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hyperliquid-agent-gateway straight from pypi; nothing to host, nothing to sign up for.
Is Hyperliquid Agent Gateway open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.