Skip to main content
Antigravity is an agent-first IDE designed for autonomous execution and vibe coding. You can configure the eToro Documentation MCP to allow its agents to access our API references.

Configuration

1

Locate MCP Configuration

Navigate to your home directory and find the .antigravity 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 Antigravity

Restart the IDE to apply the changes.

Usage

Once configured, you can issue natural language commands to your agents involving the eToro API. Examples:
  • “Create a Python script that connects to the eToro WebSocket API using the authentication method described in the docs.”
  • “Explain the JSON structure for a market order from the eToro API reference.”
The agents will use the MCP connection to read the documentation and implement the requested features.