mcpbeat Sign in

eToro MCP Server

by gabrielcerutti Your server? Claim it
local only

eToro MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 29 Apr 2026.

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

Installs per day peak 34 · avg 13 · -36% w/w
a month agotoday
74
Installs / week
npm · etoro-mcp-server
1
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check eToro MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add etoro-mcp-server -- npx -y etoro-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "etoro-mcp-server": {
      "args": [
        "-y",
        "etoro-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.etoro-mcp-server]
command = "npx"
args = ["-y", "etoro-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "etoro-mcp-server": {
      "args": [
        "-y",
        "etoro-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "etoro-mcp-server": {
      "args": [
        "-y",
        "etoro-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ETORO_API_KEY (Your eToro API key (x-api-key header value).), ETORO_USER_KEY (Your eToro user key (x-user-key header value) tied to your account.), ETORO_TRADING_MODE (Use 'demo' for the practice account or 'real' for live trading.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to eToro MCP Server

same job, measured the same way
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
MCP Server Kalshi
by 9crusher

MCP server for end-to-end trading on Kalshi prediction markets: discover, research, trade.

242 installs/wk local only
Finance
by cybeleri

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

38 installs/wk local only
Gainium MCP
by gainium

MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

63 installs/wk answering
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
InsiderAlpha — SEC Insider Trading
by insideralpha

SEC Form 4 insider trades, daily trading plans, 8-K catalysts and market data for AI assistants.

answering
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only

eToro MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for eToro MCP Server?
eToro MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package etoro-mcp-server was installed 74 times last week.
How do I connect eToro MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls etoro-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use eToro MCP Server?
The npm package etoro-mcp-server was installed 74 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is eToro MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.