Google's agent-first IDE designed for autonomous execution and vibe coding. Configure the eToro MCP server to let its agents access API references.
Ask Antigravity's agent to install the eToro Public API skill — it walks the agent through registering the MCP server and the safety rules:
Please install the skill at https://mcp.public-api.etoro.com/skill and follow the instructions.Manual fallback — open Antigravity, navigate to the `.antigravity` folder in your home directory, and add this to `mcp_config.json`:
{
"mcpServers": {
"etoro-public-api": {
"url": "https://mcp.public-api.etoro.com"
}
}
}Restart Antigravity to apply the changes. The agents can now read eToro API documentation via MCP.
Issue natural language commands to your agents. Examples:
# Example prompts:
"Create a Python script that connects to the eToro WebSocket API"
"Explain the JSON structure for a market order"