eToro MCP ServerServer

shlomico-tr
GitHub
FinanceAPI TestingPortfolio Management

Loading subscription status...

💡 Description

This server provides Model Context Protocol (MCP) tools to interact with the public API endpoints of eToro, allowing users to obtain portfolios, search for instrument details, and autocomplete instrument names while handling CORS restrictions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "eToro MCP Server": {
        "env": {},
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

fetch_etoro_portfolioget_instrument_detailssearch_instruments

Features

  • Fetch user eToro portfolio
  • Get instrument details by IDs
  • Search instruments by name prefix

💬 Example Queries

  • Fetch the portfolio of the user 'yoniasia'
  • Get details for instrument with ID '12345'
  • Search instruments with name prefix 'AAPL'