Frequently Asked Questions about eToro MCP Server:
Q: What is the eToro MCP Server? A: The eToro MCP Server provides MCP (Model Context Protocol) tools for interacting with eToro’s public API endpoints. It allows you to fetch user portfolios, look up instrument details, and search for instruments.
Q: What is MCP? A: MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs.
Q: What can I do with the eToro MCP Server? A: You can use it to fetch a user’s eToro portfolio using their username, look up instrument details by IDs, and search for instruments by name prefix.
Q: How do I install the eToro MCP Server?
A: Use npm install to install dependencies after cloning the repository.
Q: How do I start the development server?
A: Run npm run dev.
Q: How do I build for production?
A: Execute npm run build.
Q: How do I start the production server?
A: Use npm start.
Q: What tools are available in the server?
A: The available tools include fetch_etoro_portfolio, fetch_instrument_details, and search_instruments.
Q: What does fetch_etoro_portfolio do?
A: It fetches an eToro user’s portfolio using their username, automatically converting the username to a Customer ID (CID) internally.
Q: What parameters does fetch_etoro_portfolio accept?
A: It accepts username and an optional authToken.
Q: What does fetch_instrument_details do?
A: It fetches details for a list of eToro instruments.
Q: What parameters does fetch_instrument_details accept?
A: It accepts instrumentIds and an optional fields parameter.
Q: What does search_instruments do?
A: It searches for eToro instruments by name prefix (autocomplete).
Q: What parameters does search_instruments accept?
A: It accepts namePrefix and an optional fields parameter.
Q: Why do I need a server-side environment to call some eToro API endpoints? A: Some eToro API endpoints have CORS restrictions, which are handled server-side to avoid issues.
Q: How do I access the tools via REST API?
A: You can use GET /tools to list available tools, GET /tools/:name/schema to get a tool’s schema, and POST /tools/:name/execute to execute a tool.
Q: Can the eToro MCP server be used with AI Agents in UBOS? A: Yes, the eToro MCP server integrates seamlessly with the UBOS platform, allowing AI agents to access and leverage eToro’s data for various financial tasks.
eToro Portfolio Server
Project Details
- shlomico-tr/etoroPortfolioMCP
- Last Updated: 3/12/2025
Recomended MCP Servers
Mcp server for supabase
🔍 Enable AI assistants to search, access, and analyze ChEMBL through a simple MCP interface.
Google Calendar MCP server for Claude Desktop integration
Examples and tutorials for building AI applications with watsonx.ai Flows Engine
use Bitget’s API to get cryptocurrency info
MCP server providing a knowledge graph implementation with semantic search capabilities powered by Qdrant vector database
A VSCode/Cursor extension providing an MCP Server for Confluence Wiki integration
MCP server for enabling LLM applications to perform deep research via the MCP protocol
MCP (Model Context Protocol) server for identifying whether two sets of data are from the same entity. 识别两组数据是否来自同一主体的MCP服务器
A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in...
Hedera MCP server





