Skip to main content
Glama
ranjanvipul88

eToro MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ETORO_API_KEYYesYour eToro API key.
ETORO_USER_KEYYesYour eToro user key.
ETORO_TRADING_MODENoTrading mode: 'demo' or 'real'.demo

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
etoro_check_connectionA

Verifies the configured eToro API key works and lists any agent-portfolios on the account (read-only).

etoro_portfolio_summaryA

Returns total portfolio value, total invested, unrealized P&L, and available cash for the real eToro account (read-only).

etoro_holdingsA

Returns open positions grouped by instrument with invested amount, current value, P&L, P&L%, and portfolio weight % (read-only).

etoro_raw_pnlA

Returns the raw response from /trading/info/real/pnl: every open position, pending order, and account-level PnL (read-only, large output).

etoro_search_instrumentA

Resolves a trading symbol (e.g. AAPL, BTC) to an eToro instrument ID (read-only).

etoro_instrument_detailsA

Fetches display metadata (name, type, exchange, etc.) for one or more instrument IDs (read-only).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ranjanvipul88/etoro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server