MCP Server
MCP
eToro MCP Server
Connect AI assistants to eToro for portfolio analysis, market research, and trading.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment