
EToro MCP Server
Let your coding agent read eToro portfolios, run market research, and place trades from chat while you iterate on fintech or personal-investing workflows.
Overview
eToro MCP Server is a Grow-phase MCP server that connects AI assistants to eToro for portfolio analysis, market research, and demo or live trading via stdio tools.
What is this MCP server?
- Stdio MCP server (npm etoro-mcp-server v1.1.4) with ETORO_API_KEY and ETORO_USER_KEY auth
- ETORO_TRADING_MODE switches demo practice account vs real live trading
- Portfolio analysis, market research, and trading actions exposed as MCP tools for Claude Code and Cursor
- x-api-key and x-user-key header pattern matching eToro’s API expectations
- GitHub source at gabrielcerutti/etoro-mcp-server for self-hosted MCP registration
- Server schema version 1.1.4 on npm (etoro-mcp-server)
- Stdio transport; 3 documented env vars (2 required secrets + trading mode)
- ETORO_TRADING_MODE defaults to demo per server.json
What problem does it solve?
Switching between your agent session and eToro for holdings checks and trade ideas breaks flow and makes it hard to log what the model actually queried or executed.
Who is it for?
Solo builders automating personal portfolio Q&A, market scans, or scripted demo trades through Claude Code or Cursor with eToro API credentials already issued.
Skip if: Teams needing enterprise brokerage compliance, non-eToro brokers, or production trading bots without human review and your own risk controls.
What do I get? / Deliverables
After registration, your agent can call eToro-backed MCP tools with keyed auth and a clear demo vs real trading mode from one workspace.
- Agent-callable eToro portfolio and market tools over MCP
- Configurable demo vs live trading context via environment
- Local stdio MCP registration without custom HTTP proxy
Recommended MCP Servers
Journey fit
Portfolio tracking and market research compound after you ship—Grow is where solo builders measure positions and tune strategy without leaving the agent. Analytics is the canonical shelf for portfolio analysis and research outputs, distinct from one-off payment or infra integrations.
How it compares
eToro API MCP integration for agents—not a trading strategy skill or tax-advice playbook.
Common Questions / FAQ
Who is EToro MCP Server for?
Indie developers and agent users who already have eToro API and user keys and want portfolio and market data—or trades—inside MCP-enabled coding tools.
When should I use EToro MCP Server?
Use it during Grow analytics work when you want the agent to summarize positions, research instruments, or act on eToro while building investing-side automation.
How do I add EToro MCP Server to my agent?
Install the npm package etoro-mcp-server, set ETORO_API_KEY, ETORO_USER_KEY, and ETORO_TRADING_MODE (demo or real), then register the stdio server in your MCP client config.