Skip to main content
You can connect Cursor to the eToro Public API MCP server so its AI can discover routes, read the live OpenAPI schema, and execute API calls while you build.

Configuration

The fastest way is to let the skill handle MCP registration, authentication, and the demo-vs-real safety rules for you. In Cursor’s chat or composer, send:
Please install the skill at https://mcp.public-api.etoro.com/skill and follow the instructions.
The skill at mcp.public-api.etoro.com/skill walks Cursor through the exact mcp.json entry, auth headers, and the rules for money-moving routes (open/close trades, transfers, etc.).

One-click install

Install on Cursor

Manual setup

1

Open Cursor Settings

Navigate to Cursor Settings > Tools & MCP > Installed MCP Servers.
2

Add New MCP Server

Click on Add Custom MCP. This will open the mcp.json configuration file.
3

Configure mcp.json

Paste the following configuration into the file:
{
  "mcpServers": {
    "etoro-public-api": {
      "url": "https://mcp.public-api.etoro.com"
    }
  }
}

Usage

Once configured, ask Cursor anything about the eToro Public API. For example:
  • “What are the parameters for placing a market order?”
  • “How do I authenticate with the WebSocket API?”
Cursor will use the MCP server’s get-all-routes and get-route-spec tools to read the live OpenAPI document and respond with accurate code.