Back to Home
p-karwowski-dev icon

mcp_etoro

Verified Safe

by p-karwowski-dev

Overview

Interacts with the eToro API to provide a list of available financial instruments through an MCP server.

Installation

Run Command
uv run server.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-30

Tags

eToroMCPFinancialAPIPython