eToro MCP Server✓
io.github.gabrielcerutti/etoro-mcp-server · v1.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gabrielcerutti/etoro-mcp-server",
"description": "Connect AI assistants to eToro for portfolio analysis, market research, and trading.",
"title": "eToro MCP Server",
"repository": {
"url": "https://github.com/gabrielcerutti/etoro-mcp-server",
"source": "github"
},
"version": "1.1.4",
"websiteUrl": "https://github.com/gabrielcerutti/etoro-mcp-server",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "etoro-mcp-server",
"version": "1.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your eToro API key (x-api-key header value).",
"isRequired": true,
"isSecret": true,
"name": "ETORO_API_KEY"
},
{
"description": "Your eToro user key (x-user-key header value) tied to your account.",
"isRequired": true,
"isSecret": true,
"name": "ETORO_USER_KEY"
},
{
"description": "Use 'demo' for the practice account or 'real' for live trading.",
"default": "demo",
"name": "ETORO_TRADING_MODE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}