left
VOOI
Ultra
is Live!
Join the private beta now.
right
Ultra · API & MCP

API & MCP

Connect your AI assistant or trading bot to VOOI. Trade perps across Hyperliquid, Lighter, and Aster from one API.

How it works

01

Create a Token

Generate a key for your bot or assistant.

02

Set up your client

Paste the snippet for Claude, Codex, Cursor, or any MCP client.

03

Trade with AI

Quotes, positions, and orders through one layer.

Read the docs

Your tokens

Connect your AI assistant or trading bot to VOOI. Trade perps across Hyperliquid, Lighter, and Aster from one API. Keep them safe.

Loading...

MCP Setup instructions

Pick your client. Replace {YOUR_TOKEN} with a token from above.

Open Claude menu → Settings → Developer and click Edit Config. Paste this into the file, then quit and reopen Claude.

CLAUDE_DESKTOP_CONFIG.JSON
{
  "mcpServers": {
    "vooi-perps": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://perps-api.vooi.io/mcp",
        "--header",
        "Authorization:Bearer {YOUR_TOKEN}"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) · %APPDATA%\Claude\claude_desktop_config.json (Windows). Claude Desktop loads remote servers through mcp-remote, which requires Node.js.

Claude Desktop MCP docs