Skip to main content
Windsurf is an AI-powered IDE by Codeium that allows for “flow” state coding. By adding the eToro Documentation MCP, you can enable the Cascade AI assistant to reference our API docs.

Configuration

1

Locate MCP Configuration

Navigate to your home directory and find the .windsurf folder. Look for (or create) the mcp_config.json file.
2

Configure mcp_config.json

Paste the following configuration into the file:
{
  "mcpServers": {
    "etoro-api-docs": {
      "url": "https://etoro-6fc30280.mintlify.app/mcp"
    }
  }
}
3

Restart Windsurf

Restart the IDE to apply the changes.

Usage

You can reference the documentation in your conversation with Cascade. Example queries:
  • “How do I subscribe to real-time quotes using the eToro WebSocket?”
  • “@eToro Docs What are the rate limits for the REST API?”
Cascade will pull the relevant information to answer your questions and help generate code.