eToro MCP Server Logo

eToro MCP Server

Official

Provides Model Context Protocol tools for interacting with eToro's public API endpoints, allowing us...

262 views
1 installs
Updated Jan 28, 2026
Not audited
Tools I Recommend
Provides Model Context Protocol tools for interacting with eToro's public API endpoints, allowing users to fetch portfolios, look up instrument details, and search for instruments while handling CORS restrictions.
  1. Open the FastMCP connection interface

    • Click the "Install Now" button for this MCP server in your FastMCP dashboard to open the connection/installation modal.
  2. Review required environment variables

    • The eToro MCP README does not list any mandatory environment variables required by the server. No keys or tokens are required to run the provided tools in their basic (unauthenticated) mode.
  3. (Optional) Add a global auth token if you need authenticated requests

    • If you plan to call endpoints that require authentication, add an environment variable in the FastMCP interface to hold your eToro authorization token (example name: ETORO_AUTH_TOKEN).
    • Paste the token value into the value field for that variable.
  4. Fill the FastMCP connection form

    • In the Install Now modal, enter any environment variables you want to set (none required by default; optionally add ETORO_AUTH_TOKEN).
    • For each variable: set the Name and Value, and mark it as secret if the interface offers that option.
  5. Save and complete installation

    • Click "Save" or "Install" in the FastMCP modal to store the environment values and finish installing the MCP server.
  6. Using auth tokens at runtime (alternative to storing as an ENV)

    • You can also pass an auth token per-request using the tool parameter authToken in the POST body when calling /tools/fetch_etoro_portfolio/execute, instead of storing it as an environment variable.

Quick Start

View on GitHub

More for Finance

View All →

More for API Development

View All →

Similar MCP Servers

ioBroker MCP Server

ioBroker MCP Server

Official

Provides a configurable web server foundation for ioBroker home automation systems to implement Model Context Protocol functionality. Features HTTP/HTTPS support, authentication, and basic REST API endpoints for adapter integration.

API Development Developer Tools
71
0
M

MCP Registry

Remote Remote

Search and discover MCP servers through the official MCP Registry service.

API Development Developer Tools
M

MCP Registry

Integrates with the official Model Context Protocol registry to provide server discovery, metadata retrieval, version information, and health status monitoring with filtered searches and pagination support.

Monitoring Developer Tools

Report Issue

Thank you! Your issue report has been submitted successfully.