Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

eToro MCP Server

NPM · ETORO-MCP-SERVER · SCANNED AUG 3

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

Available components

+52 this week 76 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to gabrielcerutti/etoro-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 97 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1989 tokens (~56/item across 35 items; 35 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · etoro-mcp-server

# add to Claude Code
claude mcp add gabrielcerutti-etoro-mcp-server -- npx -y etoro-mcp-server
# add to Codex CLI
codex mcp add gabrielcerutti-etoro-mcp-server -- npx -y etoro-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gabrielcerutti-etoro-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "etoro-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gabrielcerutti-etoro-mcp-server --command npx --arg -y --arg etoro-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  gabrielcerutti-etoro-mcp-server:
    command: "npx"
    args: ["-y", "etoro-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "gabrielcerutti-etoro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "etoro-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +40
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: gabrielcerutti/etoro-mcp-server security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
gabrielcerutti/etoro-mcp-server
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/gabrielcerutti/etoro-mcp-server/.github/workflows/build-mcpb.yml@refs/heads/main
Rekor log index:
1393418968
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:703228ed919e69ed890525f372b860e58912a063c808461c01b682bf2d6acc439cde3ff1fafa418706857cd84be89d371ab5b6e25a95478f5c6246184
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 35 exposed · ~1,989 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
etoro_add_watchlist_items ~51

Add one or more instruments to an existing watchlist.

NameTypeReqDescription
instrumentIdsarrayyesInstrument IDs to add (1–100)
watchlistIdintegeryesWatchlist ID

No output schema declared.

No examples provided.

etoro_cancel_order ~34

Cancel a pending limit or market order before it executes.

NameTypeReqDescription
orderIdintegeryesThe order ID to cancel

No output schema declared.

No examples provided.

etoro_close_position ~101

Close an open position (fully or partially). Pass `unitsToDeduct` to close only part of the position; omit it to close fully.

NameTypeReqDescription
instrumentIdintegerInstrument ID of the position (optional; will be looked up from portfolio if omitted)
positionIdintegeryesThe position ID to close
unitsToDeductnumberNumber of units to close for partial close. Omit for full close.

No output schema declared.

No examples provided.

etoro_create_comment ~50

Add a comment to an existing post on the eToro social feed.

NameTypeReqDescription
contentstringyesComment content / text
postIdstringyesID of the post to comment on

No output schema declared.

No examples provided.

etoro_create_post ~54

Create a new post on the eToro social feed. Optionally tag an instrument.

NameTypeReqDescription
contentstringyesPost content / text
instrumentIdintegerOptional instrument ID to tag in the post

No output schema declared.

No examples provided.

etoro_create_watchlist ~39

Create a new watchlist with the given name.

NameTypeReqDescription
namestringyesName for the new watchlist (max 100 chars)

No output schema declared.

No examples provided.

etoro_delete_watchlist ~33

Delete a watchlist by its ID.

NameTypeReqDescription
watchlistIdintegeryesWatchlist ID to delete

No output schema declared.

No examples provided.

etoro_discover_users ~154

Discover popular investors / traders on eToro filtered by performance, risk, and popularity.

NameTypeReqDescription
gainMaxnumberMaximum gain percentage
gainMinnumberMinimum gain percentage
maxDailyRiskScoreMaxnumberMax daily risk score (1–10, lower = safer)
maxMonthlyRiskScoreMaxnumberMax monthly risk score (1–10, lower = safer)
pageintegerPage number (default 1)
pageSizeintegerResults per page (default 20)
periodstringyesPerformance period to filter by
popularInvestorbooleanFilter to popular investors (eligible for copy) only

No output schema declared.

No examples provided.

etoro_get_candles ~100

Fetch OHLCV candle data for an instrument. Useful for technical analysis and historical price research.

NameTypeReqDescription
countintegerNumber of candles to return (default 10, max 1000)
directionstringSort: 'asc' (oldest first) or 'desc' (newest first). Default: desc
instrumentIdintegeryesInstrument ID
periodstringyesCandle period

No output schema declared.

No examples provided.

etoro_get_closing_prices ~20

Fetch historical closing prices across all instruments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_copiers ~33

Get information about users currently copying the authenticated user's portfolio (country, club, copy duration, amount category).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_curated_lists ~22

Get eToro's curated / featured instrument lists.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_current_user ~49

Get the identity of the currently authenticated user: Global Customer ID (GCID), real account CID, demo account CID. Useful for self-referential queries and for resolving your own username.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_exchanges ~19

List all stock exchanges eToro supports.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_industries ~21

List all industry classifications used for stock instruments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_instrument_feed ~72

Get the social feed (posts, discussions) for a specific instrument.

NameTypeReqDescription
instrumentIdintegeryesInstrument ID
offsetintegerNumber of posts to skip (default 0)
takeintegerNumber of posts to retrieve (default 20, max 100)

No output schema declared.

No examples provided.

etoro_get_instrument_types ~28

List all instrument types eToro supports (stocks, crypto, ETFs, etc.).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_instruments ~39

Get full details for one or more instruments by their IDs.

NameTypeReqDescription
instrumentIdsarrayyesArray of instrument IDs (1–100)

No output schema declared.

No examples provided.

etoro_get_orders ~28

List all pending orders (limit orders, entry orders, etc.) for the current account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_portfolio ~55

Get the current account's portfolio with P&L: credit, open positions (with current rates), unrealized P&L, total invested, exposure summary, and longest-held position. Respects demo/real mode.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_get_public_watchlists ~38

Get publicly shared watchlists from a specific user.

NameTypeReqDescription
userIdintegeryesUser ID whose public watchlists to retrieve

No output schema declared.

No examples provided.

etoro_get_rates ~38

Get live bid/ask rates for one or more instruments.

NameTypeReqDescription
instrumentIdsarrayyesArray of instrument IDs (1–100)

No output schema declared.

No examples provided.

etoro_get_trade_history ~95

Fetch the history of closed trades (entry/exit, P&L, fees, duration). Supports pagination. Primary data source for performance analysis, win-rate, and drawdown research.

NameTypeReqDescription
minDatestringyesStart date (YYYY-MM-DD). Required by the API.
pageintegerPage number (default 1)
pageSizeintegerResults per page (default 100)

No output schema declared.

No examples provided.

etoro_get_user_feed ~76

Get the social feed (posts, discussions) for a specific user by their eToro username.

NameTypeReqDescription
offsetintegerNumber of posts to skip (default 0)
takeintegerNumber of posts to retrieve (default 20, max 100)
usernamestringyeseToro username

No output schema declared.

No examples provided.

etoro_get_user_performance ~67

Get a user's trading performance (returns, risk score). Pass `period` for time-windowed performance; omit for lifetime/default summary.

NameTypeReqDescription
periodstringOptional performance period. Omit for the default lifetime summary.
usernamestringyeseToro username

No output schema declared.

No examples provided.

etoro_get_user_portfolio ~35

Get a user's live public portfolio holdings (instruments, allocation).

NameTypeReqDescription
usernamestringyeseToro username

No output schema declared.

No examples provided.

etoro_get_user_profile ~31

Get an eToro user's public profile by username.

NameTypeReqDescription
usernamestringyeseToro username

No output schema declared.

No examples provided.

etoro_get_user_trades ~54

Get a user's trade info (averages, win/loss stats) for a specific period.

NameTypeReqDescription
periodstringyesPeriod to retrieve trade info for
usernamestringyeseToro username

No output schema declared.

No examples provided.

etoro_get_watchlists ~20

Get all watchlists for the current user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

etoro_open_position ~170

Open a new position on an instrument. Provide exactly one of `amount` (USD) or `units` (share/coin count). Respects the configured trading mode (demo or real).

NameTypeReqDescription
amountnumberInvestment amount in USD (mutually exclusive with `units`)
instrumentIdintegeryesInstrument ID to trade
isBuybooleanyestrue = Buy/Long, false = Sell/Short
leverageintegerLeverage multiplier (1, 2, 5, 10, etc.; max 400)
stopLossRatenumberStop-loss price
takeProfitRatenumberTake-profit price
unitsnumberNumber of units / shares / coins (mutually exclusive with `amount`)

No output schema declared.

No examples provided.

etoro_place_limit_order ~120

Place a limit / entry order that executes when the market reaches the specified price.

NameTypeReqDescription
amountnumberyesInvestment amount in USD
instrumentIdintegeryesInstrument ID
isBuybooleanyestrue = Buy/Long, false = Sell/Short
leverageintegerLeverage multiplier (default 1)
ratenumberyesLimit price at which the order should execute
stopLossRatenumberStop-loss price
takeProfitRatenumberTake-profit price

No output schema declared.

No examples provided.

etoro_remove_watchlist_item ~44

Remove an instrument from a watchlist.

NameTypeReqDescription
instrumentIdintegeryesInstrument ID to remove
watchlistIdintegeryesWatchlist ID

No output schema declared.

No examples provided.

etoro_rename_watchlist ~50

Rename an existing watchlist.

NameTypeReqDescription
namestringyesNew name for the watchlist (max 100 chars)
watchlistIdintegeryesWatchlist ID to rename

No output schema declared.

No examples provided.

etoro_search_instruments ~112

Search eToro instruments (stocks, crypto, ETFs, etc.) by keyword or exact ticker.

NameTypeReqDescription
exactSymbolbooleanIf true, match by exact ticker symbol (e.g. 'AAPL') instead of free-text
pageintegerPage number (default 1)
pageSizeintegerResults per page (default 10, max 100)
querystringyesSearch keyword (e.g. 'AAPL', 'Bitcoin', 'Tesla')

No output schema declared.

No examples provided.

etoro_set_default_watchlist ~37

Mark a watchlist as the user's default.

NameTypeReqDescription
watchlistIdintegeryesWatchlist ID to set as default

No output schema declared.

No examples provided.