← Discover MCPs and Agents
m
AgentAI & MLGitHub
mcp-trading-agent
IDE configurations and trading strategies for MCP trading agents
Links
README
From the repo.
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.
Pick Your IDE, Start Trading
| IDE | Config | Setup Time |
|---|---|---|
| Claude Code | .mcp.json + trading skills | 30 seconds |
| Cursor | .cursor/mcp.json + rules | 30 seconds |
| Claude Desktop | config.json | 30 seconds |
Getting Started
- Navigate to your IDE's directory above
- Copy the config file into your project
- Ask your AI to call
register_agent-- it gets an API key instantly - 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 | Scan for momentum, confirm with orderbook, scalp with tight TP/SL | Active, short timeframe |
| Grid Trading | Place limit orders across a price range | Passive, range-bound markets |
| DCA Accumulation | 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
Collected info
- ★ 6 stars
- ⎇ 1 forks
- Source updated: 5/5/2026