hAI.etoroMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hAI.etoroMCPshow me my current portfolio balance and open positions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hAI.etoroMCP Server
This repository provides a containerised MCP server for Etoro, incorporating the SSH authentication proxy from hAI.SSHMCPAuth.
Features
Etoro MCP core functionality
Integrated SSH authentication proxy
Dockerised deployment
GitHub Actions CI/CD for Docker image builds and secret scanning
Related MCP server: eToro MCP Server
Quick Start
# Build and run the Docker image
docker run -e SSHMCP_API_KEY=your_key \
-e SSHMCP_TARGET_HOST=your_host \
-e SSHMCP_TARGET_PORT=22 \
-e SSHMCP_ADMIN_PASSWORD=admin_pass \
ghcr.io/jbkunama1/hai.etoromcp:latestSee instructions.md for full configuration.
Development
# Install dependencies
npm install
# Run locally
npm run devLicense
MIT © 2024 jbkunama1
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
MCP server exposing the Backtest360 engine API as tools for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for operating headless MetaTrader 4 terminals remotely over SSH, enabling status checks, logs, screenshots, systemd control, and automated first-login.131MIT
- FlicenseAqualityDmaintenanceA security-hardened MCP server that wraps the eToro public API, enabling AI assistants to trade, access market data, manage portfolios, and interact with social feeds via 34 tools.6-
- FlicenseNot gradedqualityCmaintenanceProvides an MCP server for Interactive Brokers trading operations, managing an IBKR Gateway Docker container and exposing trading functionality through REST API and MCP endpoints.6-
- FlicenseAqualityDmaintenanceEnables AI assistants to perform comprehensive SSH operations including command execution, file transfers, port forwarding, and key management through a stateless, Docker-ready MCP server.15-