eToro MCP Server
OfficialProvides Model Context Protocol tools for interacting with eToro's public API endpoints, allowing us...
Open the FastMCP connection interface
- Click the "Install Now" button for this MCP server in your FastMCP dashboard to open the connection/installation modal.
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.
(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.
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.
Save and complete installation
- Click "Save" or "Install" in the FastMCP modal to store the environment values and finish installing the MCP server.
Using auth tokens at runtime (alternative to storing as an ENV)
- You can also pass an auth token per-request using the tool parameter
authTokenin the POST body when calling /tools/fetch_etoro_portfolio/execute, instead of storing it as an environment variable.
- You can also pass an auth token per-request using the tool parameter
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.