{
  "name": "Eterna MCP",
  "description": "Headless crypto exchange for AI agents. One MCP connection, $10B+ liquidity, 12 trading tools. No KYC.",
  "url": "https://mcp.eterna.exchange/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "register_agent",
      "category": "Registration",
      "description": "Create an agent account and receive an API key instantly"
    },
    {
      "name": "get_tickers",
      "category": "Market Data",
      "description": "Price, 24h change, volume, and funding rate"
    },
    {
      "name": "get_instruments",
      "category": "Market Data",
      "description": "Contract specs, tick size, lot size, leverage limits"
    },
    {
      "name": "get_orderbook",
      "category": "Market Data",
      "description": "Live order book with bids and asks"
    },
    {
      "name": "get_balance",
      "category": "Account",
      "description": "USDT equity, available balance, margin usage"
    },
    {
      "name": "get_positions",
      "category": "Account",
      "description": "Open positions with entry price, PnL, leverage"
    },
    {
      "name": "get_orders",
      "category": "Account",
      "description": "Active and recent order history"
    },
    {
      "name": "place_order",
      "category": "Trading",
      "description": "Market or limit orders with TP/SL"
    },
    {
      "name": "close_position",
      "category": "Trading",
      "description": "Close an entire position at market price"
    },
    {
      "name": "get_deposit_address",
      "category": "Funding",
      "description": "Deposit address for any coin and chain"
    },
    {
      "name": "get_deposit_records",
      "category": "Funding",
      "description": "View deposit history and status"
    },
    {
      "name": "transfer_to_trading",
      "category": "Funding",
      "description": "Move funds from Funding to Trading wallet"
    }
  ],
  "configSnippet": {
    "mcpServers": {
      "eterna": {
        "type": "streamable-http",
        "url": "https://mcp.eterna.exchange/mcp"
      }
    }
  },
  "links": {
    "quickstart": "https://github.com/EternaHybridExchange/eterna-mcp/blob/main/QUICKSTART.md",
    "toolsReference": "https://github.com/EternaHybridExchange/eterna-mcp/blob/main/docs/tools-reference.md",
    "errorsAndLimits": "https://github.com/EternaHybridExchange/eterna-mcp/blob/main/docs/tools-reference.md#errors-and-rate-limits",
    "skills": "https://github.com/EternaHybridExchange/eterna-mcp/tree/main/skills"
  }
}
