mcp_etoro
Verified Safeby p-karwowski-dev
Overview
Interacts with the eToro API to provide a list of available financial instruments through an MCP server.
Installation
uv run server.pySecurity Notes
The server uses `subprocess.run` to execute `getInstruments.py` if the `instruments.json` file is missing. While `subprocess.run` can be a security risk, in this context it executes a fixed, local, trusted script within the project, which is safe. No other significant security risks like `eval`, hardcoded secrets, or user-controlled command injection were identified. The external API call to eToro appears to be for public metadata without authentication.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
trading212-mcp-server
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.
mcp-bybit-server
Provides an MCP interface for interacting with the Bybit cryptocurrency exchange API to fetch market data, manage accounts, and place orders.