Skip to main content

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

1
AI Code Editor
2
MCP Server
3
eToro API
4
Live Data

Quick start example

Copy this code to get started. Uses real eToro API endpoints.

terminal
# Install the MCP server in your editor
$ npx @etoro/mcp-server

→ Connected to eToro API
→ Authenticated via x-api-key + x-user-key
→ Available tools:
    get_portfolio      - Fetch current portfolio
    open_position      - Open a new position
    get_market_data    - Search instruments & prices
    get_social_feed    - Read social posts
    get_copier_data    - Popular Investor stats

# Now ask your AI assistant:
> "Open a $1000 demo position in TSLA"

→ Calling: open_position({
    InstrumentId: 100000,
    Amount: 1000,
    Leverage: 1,
    IsBuy: true
  })
→ POST /trading/execution/demo/market-open-orders/by-amount
→ Order placed successfully

Relevant APIs

All APIs56+
MCP ServerNative
WebSocket

Ready to start building?

Get your API keys and make your first call in under 10 minutes.