← Back to browse

eToro MCP Server

Indexed by io.github.gabrielcerutti

About

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsETORO_API_KEY ETORO_USER_KEY ETORO_TRADING_MODE
Claude Code
claude mcp add --env ETORO_API_KEY= --env ETORO_USER_KEY= --env ETORO_TRADING_MODE= etoro-mcp-server -- npx etoro-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"etoro-mcp-server","command":"npx","args":["etoro-mcp-server"],"env":{"ETORO_API_KEY":"","ETORO_USER_KEY":"","ETORO_TRADING_MODE":""}}'
JSON
{
  "mcpServers": {
    "etoro-mcp-server": {
      "command": "npx",
      "args": [
        "etoro-mcp-server"
      ],
      "env": {
        "ETORO_API_KEY": "",
        "ETORO_USER_KEY": "",
        "ETORO_TRADING_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.