Claude Desktop
Claude Desktop is Anthropic's desktop application for conversational AI. It supports MCP natively, making it a great choice for market research and analysis through natural language.
Setup¶
-
Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Add the E8 Markets MCP server:
-
Replace
YOUR_API_KEYwith the key from the Prerequisites step. -
Restart Claude Desktop.
Verify¶
Ask Claude:
"What trading assets are available?"
If the connection is working, Claude will call the e8_trade_asset_list tool and return a list of tradeable instruments.
Example prompts¶
Market data:
- "Give me a full briefing on EURUSD — current price, a 24-hour chart, and any recent news"
- "Show me a 7-day chart for BTCUSD with daily candles"
- "Compare the order books of BTCUSD and ETHUSD"
Trading:
- "What's my account balance and equity?"
- "Buy 0.1 lots of EURUSD at market"
- "Show me my open positions and their P&L"
- "Close my BTCUSD position"
- "Close all my open positions"
How to trade¶
Once connected, you can trade entirely through natural language:
- Check your account — "Show me my account info"
- Research — "What's the current price of EURUSD?"
- Place an order — "Buy 0.1 lots of EURUSD at market"
- Monitor — "Show me my open positions"
- Close — "Close my EURUSD position"
All orders go through the same execution engine as the web terminal — same prices, same slippage checks, same risk controls.
Note
All accounts are demo/evaluation accounts. No real money is at risk.