Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.69 KB

File metadata and controls

48 lines (37 loc) · 1.69 KB

Claude / MCP client setup

claude.ai, Claude Desktop, Claude Code (official path)

  1. Create your Eterna account at ehx.app — wallet signature, no KYC. (Referral link, code Steve — same fees for you.)

  2. In Claude: Customize → Connectors → Add Custom Connector.

  3. Name: Eterna. Server URL:

    https://mcp.eterna.exchange/mcp
    
  4. Add → Connect, sign in, click Authorize.

  5. Approval mode:

    • Needs Approval (default): Claude asks before every trading action. Start here.
    • Always Allow: fully autonomous. Only after you have watched your prompts behave over multiple sessions.

Eterna also ships an optional Eterna Trading Agent skill for Claude (Customize → Skills → Upload a Skill), activated with /eterna-trading-agent. See the official tutorial.

Other MCP clients (generic remote-server config)

For clients that take a JSON config and only support stdio servers, bridge the remote endpoint with mcp-remote:

{
  "mcpServers": {
    "eterna": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.eterna.exchange/mcp"]
    }
  }
}

Clients with native remote/HTTP MCP support can use https://mcp.eterna.exchange/mcp directly.

What the agent can and cannot do

  • Operates a dedicated sub-account: trading allowed, withdrawals impossible.
  • Your master account keeps custody and funds the sub-account.
  • One execute_code round-trip in the sandbox replaces dozens of classic MCP tool calls (per Eterna, ~90% fewer tokens).