



API & MCP
Connect your AI assistant or trading bot to VOOI. Trade perps across Hyperliquid, Lighter, and Aster from one API.
How it works
Create a Token
Generate a key for your bot or assistant.
Set up your client
Paste the snippet for Claude, Codex, Cursor, or any MCP client.
Trade with AI
Quotes, positions, and orders through one layer.
Your tokens
Connect your AI assistant or trading bot to VOOI. Trade perps across Hyperliquid, Lighter, and Aster from one API. Keep them safe.
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.
{
"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.