Skip to content
Gemini CLI

Hyperliquid Funding for Gemini CLI

xyz.honeycheck/hyperliquid-funding-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Hyperliquid Funding in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hyperliquid-funding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyperliquid-funding-mcp"
      ],
      "env": {
        "PAY_WALLET_KEY": "<PAY_WALLET_KEY>",
        "PAY_CHAIN": "<PAY_CHAIN>",
        "PAY_MAX_USDC_PER_CALL": "<PAY_MAX_USDC_PER_CALL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Hyperliquid Funding in other clients