eToro Plugin for Cursor
May 6, 2026 · View on GitHub
Official eToro plugin for Cursor — for developers building apps and integrations on top of the eToro Public API. Provides AI-powered guidance in your IDE for trading, market data, portfolio management, OAuth/SSO, instrument resolution, and session handling.
What's Included
- MCP Server — live access to eToro's official API documentation at
https://api-portal.etoro.com/mcp, so the agent can look up any endpoint on demand. - Rules — always-on conventions and guardrails the agent applies whenever you write code against the eToro API: request shape, authentication, identifier handling, account-data semantics, and identity model.
- Skills — procedural playbooks the agent loads when you tackle a specific task: building an API client, implementing SSO, resolving instruments, handling session expiry, or scaffolding a full app.
Getting Started
- Install this plugin in Cursor.
- Get your eToro API credentials:
- Log in to eToro.
- Go to Settings > Trading.
- Create a new API key (choose Demo for virtual trading or Real for live trading).
- The MCP server provides live documentation — ask the agent about any eToro API endpoint.
API Documentation
- API Portal: https://api-portal.etoro.com/
- MCP Server:
https://api-portal.etoro.com/mcp - Documentation Index: https://api-portal.etoro.com/llms.txt
License
MIT