Eterna MCP
OfficialEnables CrewAI agents to utilize trading tools from the Eterna MCP Gateway, including market data, order placement, and account management.
Allows AI agents built with LangChain to connect to the Eterna MCP Gateway and perform trading operations such as placing orders, checking balances, and managing positions on Bybit futures.
Offers a Python interface using the MCP SDK to interact with the Eterna MCP Gateway, allowing custom Python scripts and agents to execute trades, manage accounts, and access market data.
Eterna MCP Gateway
The fastest way to give your AI agent real trading capabilities.
No KYC. Sandboxed TypeScript SDK. Isolated sub-accounts. 0.014% maker fees on futures.
30-Second Install
Add to your MCP client and complete OAuth when prompted:
{
"mcpServers": {
"eterna": {
"type": "streamable-http",
"url": "https://mcp.eterna.exchange/mcp"
}
}
}Your agent is auto-provisioned on first sign-in. There is no register_agent tool.
See QUICKSTART.md for Claude, Cursor, and Openclaw walkthroughs.
Product site: ai.eterna.exchange
Related MCP server: Purple Flea Trading
How it works
Eterna is not a one-MCP-tool-per-exchange-endpoint server.
Agent calls
search_sdkto find the righteterna.*method.Agent calls
execute_codewith TypeScript that uses the full SDK in one round-trip.Code runs in a sandboxed Deno runtime. Result is returned as JSON.
That model uses ~90% fewer tokens than wrapping every Bybit call as a separate MCP tool.
MCP tools
Tool | Description |
| Run TypeScript in a Deno sandbox with the |
| Search SDK docs ( |
| Semantic search over curated trading examples |
Prompts
Prompt | Description |
| How to use |
| Full |
| Error categories and recovery |
| RSI, MACD, EMA, SMA, Bollinger, VWAP |
| Optional strategy template |
| Optional strategy template |
| Optional strategy template |
Resources
URI | Description |
| Complete SDK reference |
| Error reference |
| Example snippets |
Full parameter docs: docs/tools-reference.md
SDK methods (via execute_code)
29 methods on the eterna object inside the sandbox:
Category | Methods |
Market data |
|
Technical analysis |
|
Trading |
|
Account |
|
Funding |
|
Example:
const balance = await eterna.getBalance();
const ticker = await eterna.getTickers("BTCUSDT");
return { equity: balance.totalEquity, last: ticker[0]?.lastPrice };Why Eterna?
Eterna (managed) | Self-hosted MCP servers | Direct API wrappers | |
Setup time | ~30 seconds | 15-30 min | Hours |
Auth | OAuth (or legacy API key) | You create & rotate keys | You create & rotate keys |
Agent isolation | Dedicated sub-account per agent | Shared account | Shared account |
Execution model | Sandboxed TypeScript SDK | Usually one tool per endpoint | Custom code |
Transport | Streamable HTTP (remote) | Often stdio (local only) | HTTP |
Maintenance | Zero — we handle updates | You manage | You manage |
Futures fees | 0.014% maker / 0.035% taker | Retail unless you negotiate VIP | Retail unless you negotiate VIP |
What you don't have to build
Sub-account provisioning
Rate limiting and request validation
Deposit address management and fund routing
Error handling for exchange API changes
A Deno sandbox + typed trading SDK
Works with your stack
Claude (claude.ai)
Add a custom connector with URL https://mcp.eterna.exchange/mcp, complete OAuth, Approve.
Claude Code / Cursor
Use the JSON config above (Claude Code: .mcp.json, Cursor: .cursor/mcp.json). Complete OAuth when prompted.
Openclaw
openclaw plugins install @eterna-hybrid-exchange/openclaw-plugin
npm install -g @eterna-hybrid-exchange/cli
eterna loginAny Streamable HTTP MCP client
Point the client at https://mcp.eterna.exchange/mcp and authenticate with OAuth (mcp:full) or a legacy Bearer API key. Polished guides for LangChain / CrewAI / AutoGen / ChatGPT are expanding.
Authentication
Preferred: OAuth via https://ai-auth.eterna.exchange with scope mcp:full.
Legacy: long-lived agent API keys as Authorization: Bearer … (Argon2 hashed at rest).
Details: docs/authentication.md
Markets
USDT-margined perpetual futures (200+ pairs)
Spot trading is on the roadmap
Roadmap
See ROADMAP.md.
Shipped: code execution sandbox, OAuth agent provisioning, 29 SDK methods, technical analysis, funding/withdrawal flows.
Next: broader SDK coverage, cron strategy runtime, backtesting, spot.
Skills
Claude Code skills for trading knowledge:
skills/claude-code/trading/SKILL.md — Risk management, position sizing, deposit flow, order lifecycle
skills/claude-code/scalping/SKILL.md — Momentum scalping strategy
Or grab the latest bundle: https://ai.eterna.exchange/claude-skills
Documentation
QUICKSTART.md — Connect and trade
Tools Reference — MCP tools + SDK overview
Authentication — OAuth and API keys
Architecture — Isolation and transport
CHANGELOG.md — Version history
ROADMAP.md — What's next
Machine-readable product facts: https://ai.eterna.exchange/llms.txt
Contact
Questions, partnerships, or support: contact@eterna.exchange
License
MIT — Copyright 2025-2026 Eterna Exchange
This server cannot be deployed
Maintenance
Related MCP Connectors
- FensoryOAuthcom.fensory
Non-custodial trading for AI agents: 1,900+ assets — US stocks, treasuries, gold, 250+ perps.
Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Unified financial infrastructure connecting AI agents directly to trade live/demo brokerage accounts, Web3 non-custodial wallets, real-time market data across equities, ETFs, crypto, forex, options, DeFi swaps, and prediction markets, institutional research feeds, and algorithmic strategy backtesters.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceAI-native cryptocurrency exchange built for autonomous agents. Register, deposit USDC, select a strategy, and trade 8 crypto pairs (BTC, ETH, SOL + more) programmatically — no KYC required. Includes sandbox with 10,000 virtual USDC for testing.-

Purple Flea Tradingofficial
AlicenseNot gradedqualityDmaintenancePerpetual futures trading API for AI agents. Access 275+ markets (crypto, stocks, commodities, forex) via Hyperliquid. Copy trading, leaderboard, up to 50x leverage. No KYC. 20% referral commissions.11 npmMIT- AlicenseBqualityDmaintenanceCross-exchange crypto orderflow for AI agents. 20 exchanges, 26 tokens, 9 tools — CVD, whale activity, funding/OI, 7-year OHLCV, on-chain address risk (EVM + Solana). Pay-per-call USDC via x402, no API key.9278 npm1MIT
- FlicenseAqualityFmaintenanceDeFi execution and agent-to-agent economy tools for AI agents — swaps, yield, transfers, policy enforcement, trust scoring, A2A jobs, and P\&L across Ethereum, Base, Arbitrum, and Polygon.311-