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.
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
- Log in to etoro.com (your account must be verified).
- Go to Settings → Trading → API Key Management and click Create New Key.
- 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.
- 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)
- API key (public key, sent as
Recommendation: a Read key is sufficient — this connector never trades, so there is no reason to give it a Write key.
Installation (Claude Desktop)
- Download
etoro-mcp-connector.mcpbfrom the releases page (or build it yourself, below). - Double-click the file, or in Claude Desktop go to Settings → Extensions → Install Extension… and pick it.
- 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.
- 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 thex-api-key/x-user-keyheaders 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
readOnlyHintand 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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。