Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ‘¨β€πŸ’» Code Execution
  3. Eterna MCP
E
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:58:18 PM

Eterna MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website

No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "eterna-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ‘¨β€πŸ’» More in Code Execution

Capabilities & Tool Schemas (3) ~54 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Eterna MCP.

execute_code

Run TypeScript in a Deno sandbox with the `eterna.*` trading SDK

search_sdk

Search SDK docs (`list` / `summary` / `full` / `params` / `keywords`)

search_examples

Semantic search over curated trading examples

Documentation Overview

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.

License: MIT MCP Protocol Tools SDK


30-Second Install

Add to your MCP client and complete OAuth when prompted:

config.json
{
  "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


How it works

Eterna is not a one-MCP-tool-per-exchange-endpoint server.

  1. Agent calls search_sdk to find the right eterna.* method.
  2. Agent calls execute_code with TypeScript that uses the full SDK in one round-trip.
  3. 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

ToolDescription
execute_codeRun TypeScript in a Deno sandbox with the eterna.* trading SDK
search_sdkSearch SDK docs (list / summary / full / params / keywords)
search_examplesSemantic search over curated trading examples

Prompts

PromptDescription
getting_startedHow to use execute_code, deposit flow, sandbox rules
sdk_referenceFull eterna.* method signatures and response shapes
error_handlingError categories and recovery
technical_analysisRSI, MACD, EMA, SMA, Bollinger, VWAP
strategy_momentum_scalpingOptional strategy template
strategy_mean_reversionOptional strategy template
strategy_funding_rate_arbitrageOptional strategy template

Resources

URIDescription
eterna://docs/sdkComplete SDK reference
eterna://docs/errorsError reference
eterna://docs/examplesExample snippets

Full parameter docs: docs/tools-reference.md


SDK methods (via execute_code)

29 methods on the eterna object inside the sandbox:

CategoryMethods
Market datagetTickers, getOrderbook, getInstruments
Technical analysisgetRsi, getMacd, getEma, getSma, getBollingerBands, getVwap
TradingplaceOrder, closePosition, cancelOrder, cancelAllOrders, setLeverage, setTradingStop
AccountgetBalance, getAccountInfo, getAllCoinsBalance, getPositions, getOrders
FundinggetDepositAddress, getDepositRecords, getAllowedDepositCoins, transferToTrading, swapToUsdt, getCoinInfo, getWithdrawableAmount, submitWithdrawal, getWithdrawalStatus

Example:

server.ts
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 serversDirect API wrappers
Setup time~30 seconds15-30 minHours
AuthOAuth (or legacy API key)You create & rotate keysYou create & rotate keys
Agent isolationDedicated sub-account per agentShared accountShared account
Execution modelSandboxed TypeScript SDKUsually one tool per endpointCustom code
TransportStreamable HTTP (remote)Often stdio (local only)HTTP
MaintenanceZero β€” we handle updatesYou manageYou manage
Futures fees0.014% maker / 0.035% takerRetail unless you negotiate VIPRetail 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

bash
openclaw plugins install @eterna-hybrid-exchange/openclaw-plugin
npm install -g @eterna-hybrid-exchange/cli
eterna login

Any 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

Related MCP Servers

View all in Code Execution View all alternatives
  • Matlab Mcp Server Python logoMatlab Mcp Server Python

    Connect AI agents to MATLAB β€” execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard.

    πŸ‘¨β€πŸ’» Code Execution1 views
    Compare vs Matlab Mcp Server Python β†’
  • Container Use logoContainer Use

    Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack.

    πŸ‘¨β€πŸ’» Code Execution2 views
    Compare vs Container Use β†’
  • Mcp Server logoMcp Server

    Run untrusted Python/JavaScript code in WebAssembly sandboxes.

    πŸ‘¨β€πŸ’» Code Execution1 views
    Compare vs Mcp Server β†’
  • Spotdb logoSpotdb

    Ephemeral data sandbox for AI workflows with guardrails and security

    πŸ‘¨β€πŸ’» Code Execution0 views
    Compare vs Spotdb β†’

Frequently Asked Questions about Eterna MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "eterna-mcp": { "command": "npx", "args": ["-y", "Eterna MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEterna MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/eterna-mcp?style=directory)](https://allmcps.com/mcp/eterna-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/eterna-mcp"><img src="https://allmcps.com/api/badge/eterna-mcp?style=directory" alt="Eterna MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ‘¨β€πŸ’»Code Execution
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit12d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 29, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ‘¨β€πŸ’» Code Execution β†’Best MCP servers for Code Execution β†’Alternatives to Eterna MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code