AI Agents & Copilots
eToro is the first major brokerage to ship an MCP server. Your AI code editor can query live data, inspect endpoints, and generate working code — without leaving the IDE.
Why eToro?
- MCP server connects Cursor, Claude Code, Windsurf, and more directly to eToro APIs
- AI tools discover endpoints, inspect schemas, and generate authenticated requests
- Dedicated SKILL.md for AI agent frameworks that need structured API context
- Full API coverage: trading, market data, social, and portfolio endpoints
- No other financial API portal ships this — eToro is first
How it works
AI Code Editor
MCP Server
eToro API
Live Data
Code example
terminal
# Install the MCP server in your editor
$ npx @etoro/mcp-server
→ Connected to eToro API
→ Authenticated as dev@company.com
→ Available tools:
get_portfolio - Fetch current portfolio
create_trade - Open a new position
get_market_data - Search instruments & prices
get_social_feed - Read social posts
get_pi_data - Popular Investor stats
# Now ask your AI assistant:
> "Open a $1000 demo position in TSLA"
→ Calling: create_trade({
instrument: "TSLA",
amount: 1000,
direction: "BUY",
account: "demo"
})
→ Position opened: pos_8k3m... (demo)
→ Current PnL: $0.00Relevant APIs
All APIs56+
MCP ServerNative
WebSocket∞