AgentStack
MCP verified MIT Self-run

Mcp Trading Agent

mcp-eternahybridexchange-mcp-trading-agent · by EternaHybridExchange

IDE configurations and trading strategies for MCP trading agents

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-eternahybridexchange-mcp-trading-agent

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Trading Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Trading Agent

Turn your IDE into a perpetual futures trading terminal. Ready-to-use configs and strategies for Claude Code, Cursor, and Claude Desktop.

0.014% maker fees on futures. Sub-account isolation. Copy config and trade.

[](LICENSE) [](https://modelcontextprotocol.io)


Pick Your IDE, Start Trading

| IDE | Config | Setup Time | |---|---|---| | [Claude Code](claude-code/) | .mcp.json + trading skills | 30 seconds | | [Cursor](cursor/) | .cursor/mcp.json + rules | 30 seconds | | [Claude Desktop](claude-desktop/) | config.json | 30 seconds |

Getting Started

  1. Navigate to your IDE's directory above
  2. Copy the config file into your project
  3. Ask your AI to call register_agent -- it gets an API key instantly
  4. Add the key to the config, restart, trade

No Bybit account needed. No API keys to manage. No server to run.


Included Strategies

| Strategy | Description | Style | |---|---|---| | [Momentum Scalping](strategies/momentum-scalping.md) | Scan for momentum, confirm with orderbook, scalp with tight TP/SL | Active, short timeframe | | [Grid Trading](strategies/grid-trading.md) | Place limit orders across a price range | Passive, range-bound markets | | [DCA Accumulation](strategies/dca-accumulation.md) | Dollar-cost average into positions over time | Conservative, long-term |


Works With Any Framework

This repo focuses on IDE configs, but the same MCP server works with LangChain, AutoGen, CrewAI, and any MCP-compatible client. See the eterna-mcp examples for framework integrations.


Available Tools

| Tool | Description | |---|---| | register_agent | Register and receive an API key | | get_tickers | Current prices and 24h statistics | | get_instruments | Contract specs: tick size, lot size, leverage limits | | get_orderbook | Order book depth for a symbol | | get_balance | Account balance and available margin | | get_positions | All open positions with PnL and leverage | | get_orders | Active and recent order history | | place_order | Place a market or limit order with optional TP/SL | | close_position | Close an entire position at market price | | get_deposit_address | Get deposit address for funding | | get_deposit_records | View deposit history | | transfer_to_trading | Move funds from Funding to Trading wallet |


Coming Soon

  • 130+ additional Bybit API endpoints (order management, position controls, kline data)
  • Code execution sandbox -- submit TypeScript strategies for isolated execution
  • Strategy runtime -- deploy strategies on cron, zero LLM at runtime
  • Backtesting engine with historical data replay

See the full roadmap.


Ecosystem

| Repository | Description | |---|---| | eterna-mcp | Full gateway docs, benchmarks, and API reference | | bybit-mcp-server | Bybit-focused managed MCP server | | mcp-trading-agent | IDE configs and strategies (this repo) | | awesome-mcp-trading | Curated list of MCP trading resources |


Powered by Eterna MCP Gateway

Contact

Questions or support: hello@eterna.exchange

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.