Skip to content

Hyperliquid Agent Gateway for Grok

io.github.alekskram/hyperliquid-agent-gateway

Read-only MCP gateway to Hyperliquid: liquidation distance, funding carry, HyperEVM flows. No keys.

client:Grok transport:stdio runtime:pypi

Install Hyperliquid Agent Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hyperliquid-agent-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hyperliquid-agent-gateway"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Hyperliquid Agent Gateway in other clients