eToro Portfolio Connector

eToro Portfolio Connector

A read-only MCP server that connects Claude to your eToro account, enabling queries about your portfolio, P\&L, balances, watchlists, live prices, and price history.

Category
Visit Server

README

eToro Portfolio Connector for Claude (Unofficial, read-only)

A Claude Desktop extension (MCP server) that connects Claude to your eToro account through eToro's official public API. Ask Claude about your portfolio, P&L, balances, watchlists, live prices, and price history.

This is a read-only connector: it can view your account and market data but cannot place, close, or cancel any trades — there are no trade-execution tools at all. (A trading-capable version is kept on the with-trading git branch.)

Disclaimer: This is an unofficial, community-built connector. It is not affiliated with, endorsed by, or supported by eToro. Nothing it produces is financial advice.

Features

All tools are read-only and work with a Read-permission eToro key:

Tool What it does
get_account_info Account identity, API key scopes, connector configuration
get_portfolio_summary Equity, available cash, used margin, current P&L, per-instrument exposure
get_positions Open positions (entry rate, amount, units, leverage, SL/TP) with instrument names
get_pnl Unrealized P&L per position with current close rates
get_balances Cash balances across eToro account types (real account only; not available in demo mode)
get_trade_history Closed trades: profit, fees, open/close rates and times
search_instruments Find stocks, ETFs, crypto, currencies, indices, commodities
get_quotes Live bid/ask for up to 100 instruments
get_price_history OHLCV candles, 1-minute to 1-week intervals
get_watchlists Your watchlists and the instruments they contain
check_trade_eligibility Allowed leverage, minimum amounts, SL/TP limits per instrument (informational)
get_order_status Status of an order you previously submitted via the eToro app or website

Both real and demo (virtual) eToro accounts are supported — flip Demo mode in the settings and use a Demo-environment key.

Getting your eToro API keys

  1. Log in to etoro.com (your account must be verified).
  2. Go to Settings → Trading → API Key Management and click Create New Key.
  3. Choose:
    • Environment: Real or Demo — a key works for exactly one environment.
    • Permissions: Read is all this connector needs.
    • Optionally an IP whitelist and an expiration date.
  4. Confirm via SMS, then copy both values from the Generated Keys list:
    • API key (public key, sent as x-api-key)
    • User key (private key, sent as x-user-key)

Recommendation: a Read key is sufficient — this connector never trades, so there is no reason to give it a Write key.

Installation (Claude Desktop)

  1. Download etoro-mcp-connector.mcpb from the releases page (or build it yourself, below).
  2. Double-click the file, or in Claude Desktop go to Settings → Extensions → Install Extension… and pick it.
  3. Enter your API key and User key, and toggle Demo mode if your key is for the Demo environment. Keys are stored in your operating system's keychain.
  4. Ask Claude something like "What's in my eToro portfolio right now?"

Building from source

Requires Node.js ≥ 18.

npm install
npm run build      # compiles TypeScript to dist/
npm run smoke      # boots the server over stdio and verifies the tools

# Build the installable bundle (build + smoke + prune dev deps + pack):
npm run pack:mcpb  # produces etoro-mcp-connector.mcpb

Security notes

  • Your keys are sent only to eToro's official API endpoint, https://public-api.etoro.com, as the x-api-key / x-user-key headers eToro's documentation specifies. There is no other network traffic, no telemetry, and no local persistence of any account data.
  • This connector is read-only: every tool is annotated readOnlyHint and the server contains no order placement, closing, or cancellation code. Even a Write-permission key cannot trade through it. For extra safety, use a Read-only key.
  • eToro rate-limits keys to roughly 60 requests per minute; the connector retries politely on 429 responses.

Privacy Policy

This extension runs entirely on your machine. It does not collect, store, or transmit any personal data to anyone other than eToro itself (your API requests) — see PRIVACY.md for the full policy.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured