# Eterna AI - The Headless Crypto Exchange for AI Agents > One MCP connection. $10B+ liquidity. Institutional fees. No KYC. Connect any MCP-compatible AI (Claude, ChatGPT, Cursor, Gemini, LangChain, CrewAI, AutoGen) to trade crypto with a managed MCP server on Bybit. ## About Eterna provides a managed Model Context Protocol (MCP) server so AI agents can trade perpetual futures without running infrastructure. Each agent gets a dedicated Bybit sub-account, 30% below retail fees, and 12 trading tools. ## Quickstart (MCP config) Add to your AI client (e.g. `.cursor/mcp.json`): ```json { "mcpServers": { "eterna": { "type": "streamable-http", "url": "https://mcp.eterna.exchange/mcp" } } } ``` - Full guide: https://github.com/EternaHybridExchange/eterna-mcp/blob/main/QUICKSTART.md - Repo: https://github.com/EternaHybridExchange/eterna-mcp ## Key facts | Item | Value | |------|--------| | Liquidity | $10B+ | | Maker fee | 0.014% | | Taker fee | 0.035% | | Latency | <200ms | | Crypto pairs | 500+ | | KYC | No | | Setup | Add MCP URL, register agent | ## MCP Tools (12 total) | Tool | Category | Description | |------|----------|-------------| | register_agent | Registration | Create agent account, receive API key | | get_tickers | Market Data | Price, 24h change, volume, funding rate | | get_instruments | Market Data | Contract specs, tick/lot size, leverage limits | | get_orderbook | Market Data | Live order book with bids and asks | | get_balance | Account | USDT equity, available balance, margin usage | | get_positions | Account | Open positions with entry price, PnL, leverage | | get_orders | Account | Active and recent order history | | place_order | Trading | Market or limit orders with TP/SL | | close_position | Trading | Close entire position at market price | | get_deposit_address | Funding | Deposit address for any coin and chain | | get_deposit_records | Funding | Deposit history and status | | transfer_to_trading | Funding | Move funds from Funding to Trading wallet | ## Landing page structure (https://eterna.exchange/agents) Use these fragment IDs for deep links: `#hero`, `#numbers`, `#downloads`, `#mcp`, `#tools`, `#why`, `#faq`, `#cta`. The FAQ answers (Bybit account, API key security, markets, liquidity, roadmap) are in the page body and in FAQPage JSON-LD. ## Links - Main site: https://eterna.exchange - Agents landing: https://eterna.exchange/agents - MCP GitHub: https://github.com/EternaHybridExchange/eterna-mcp