What is the eToro MCP Server MCP server?
Connect AI assistants to eToro for portfolio analysis, market research, and trading.
How to install eToro MCP Server
Copy-paste configuration for popular MCP clients.
ETORO_API_KEYrequiredsecretYour eToro API key (x-api-key header value).
ETORO_USER_KEYrequiredsecretYour eToro user key (x-user-key header value) tied to your account.
ETORO_TRADING_MODEUse 'demo' for the practice account or 'real' for live trading.
{
"mcpServers": {
"etoro-mcp-server": {
"command": "npx",
"args": [
"-y",
"etoro-mcp-server"
],
"env": {
"ETORO_API_KEY": "<YOUR_ETORO_API_KEY>",
"ETORO_USER_KEY": "<YOUR_ETORO_USER_KEY>",
"ETORO_TRADING_MODE": "<YOUR_ETORO_TRADING_MODE>"
}
}
}
}{
"mcpServers": {
"etoro-mcp-server": {
"command": "npx",
"args": [
"-y",
"etoro-mcp-server"
],
"env": {
"ETORO_API_KEY": "<YOUR_ETORO_API_KEY>",
"ETORO_USER_KEY": "<YOUR_ETORO_USER_KEY>",
"ETORO_TRADING_MODE": "<YOUR_ETORO_TRADING_MODE>"
}
}
}
}{
"mcpServers": {
"etoro-mcp-server": {
"command": "npx",
"args": [
"-y",
"etoro-mcp-server"
],
"env": {
"ETORO_API_KEY": "<YOUR_ETORO_API_KEY>",
"ETORO_USER_KEY": "<YOUR_ETORO_USER_KEY>",
"ETORO_TRADING_MODE": "<YOUR_ETORO_TRADING_MODE>"
}
}
}
}{
"servers": {
"etoro-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"etoro-mcp-server"
],
"env": {
"ETORO_API_KEY": "<YOUR_ETORO_API_KEY>",
"ETORO_USER_KEY": "<YOUR_ETORO_USER_KEY>",
"ETORO_TRADING_MODE": "<YOUR_ETORO_TRADING_MODE>"
}
}
}
}claude mcp add etoro-mcp-server --env ETORO_API_KEY=<YOUR_ETORO_API_KEY> --env ETORO_USER_KEY=<YOUR_ETORO_USER_KEY> --env ETORO_TRADING_MODE=<YOUR_ETORO_TRADING_MODE> -- npx -y etoro-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.