Skip to main content
You can access the eToro API documentation directly within Cursor using the Model Context Protocol (MCP). This allows Cursor’s AI to search and reference the documentation while you code.

Configuration

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-api-docs": {
      "url": "https://etoro-6fc30280.mintlify.app/mcp"
    }
  }
}

Usage

Once configured, you can ask Cursor about the eToro 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 to retrieve the relevant documentation sections.