Claude · official connector

Connect Claude
to etoro

Add one official MCP URL in Claude. On the web you can look up your account and take actions (actions always ask you first). On Desktop, Claude can look things up only for now.

Official connector Web: read + write Desktop: read only
Connect in minutes

Official Claude → etoro MCP

Use the official connector URL https://mcp.public-api.etoro.com. Same link for Claude on the web and Claude Desktop — what each app allows is different (see below).

1

Add the connector

  1. In Claude on the web (claude.ai) or Claude Desktop, open Settings → Connectors (sometimes labeled Custom connectors / MCP).
  2. Choose Add custom connector.
  3. Name: etoro
  4. URL: https://mcp.public-api.etoro.com
  5. Save, then Connect and sign in with your etoro account.
2

Sign in with etoro

  1. Your browser opens the etoro sign-in page.
  2. Log in with your etoro user (complete 2FA if asked).
  3. Approve the connection when prompted.
  4. You’ll return to Claude with etoro connected.
3

Claude Code (CLI)

# add remote MCP (URL only)
claude mcp add --transport http etoro https://mcp.public-api.etoro.com

# auth as prompted
claude mcp login etoro

# confirm
claude mcp list
What you can do

Web vs Desktop

Same connector. Different Claude apps unlock different things. This comes from how Claude runs tools — not from a different etoro URL.

Claude on the web (claude.ai)

  • Look up your account, portfolio, markets, and more — no extra click for each read.
  • Take action (place orders, move money, change settings) — Claude will ask you to confirm first.
  • Best choice if you want the full experience.

Claude Desktop

  • Look up only for now — balances, portfolio, market data, account info.
  • No write actions in Desktop with this custom connector yet.
  • Great for checking your account safely without trading from the app.
Good to know

Want to place trades or change something on your account? Use Claude on the web and always review the confirmation before you approve. Prefer demo first when you’re trying something new.

Copy-paste

MCP URL

This is the only value you need in the client.

# Official MCP connector URL
url: https://mcp.public-api.etoro.com

# How-to pages (docs only, not the MCP endpoint)
# https://mcp.etoro.app/claude
# https://mcp.etoro.app/grok
Desktop config

Optional JSON snippet

{
  "mcpServers": {
    "etoro": {
      "url": "https://mcp.public-api.etoro.com"
    }
  }
}
Common mistake

Official connector MCP URL is https://mcp.public-api.etoro.com. Guide pages live on mcp.etoro.app (/claude, /grok) — those are docs, not the MCP endpoint.

After connect

Try a safe first check

1 · See what’s available

  • Ask Claude to list etoro tools
  • Or try: “What can you do with my etoro account?”

2 · Read-only check

  • Ask: “Show my etoro profile” or account summary
  • Optional: check portfolio / balances
  • Works on web and Desktop
Important

On the web, always confirm before any action that can move money. Start with demo when you’re learning. Never paste passwords, API keys, or tokens into chat. Desktop stays look-up only for now.

Share this page

Ready to connect Claude?

Share https://mcp.etoro.app/claude — title, description, and preview image are set for WhatsApp, X, Slack, and LinkedIn.

Educational connector guide for etoro MCP. Not investment advice. Claude menus and what each app allows can change. Official connector URL: https://mcp.public-api.etoro.com. Always follow official builders docs.