MCP
Model Context Protocol — a cross-tool access layer that connects AI IDEs to eToro APIs and docs.
What this tool is
The eToro MCP server exposes curated tools and resources so assistants can search instruments, read schemas, and draft requests without you pasting secrets into chat. It is the bridge between your editor and the platform’s live capabilities.
When to use it
- You use Cursor, Claude Code, Windsurf, or other MCP-capable clients.
- You want grounded answers tied to current API shapes instead of guessed URLs.
- You are prototyping integrations and want fast feedback before writing full client code.
Best-fit builder journeys
Match how you work — personal investing, shipping apps, or enterprise integrations.
Works with eToro products
Getting started
- 1
Install the MCP server: `npx @etoro/mcp-server` (see docs for pinned versions).
- 2
Add the server to your IDE’s MCP configuration with your API credentials.
- 3
Start asking questions — validate schemas, explore products, then generate calls.
Learn & docs
Vibe Coding with the eToro MCP Server
End-to-end setup patterns for AI-native development on eToro.
API Reference (Portal)
Canonical REST reference alongside the tools your MCP client can call.
Real-Time Market Data with WebSockets
When your assistant moves from REST exploration to streaming data.
Related tools
Next steps
Explore the full tools directory, open the playground, or jump into onboarding.