# Antigravity

## Antigravity

Google's agent-first IDE designed for autonomous execution and vibe coding. Configure the eToro MCP server to let its agents access API references.

### Getting started

1.

Open Antigravity and navigate to the `.antigravity` folder in your home directory. Open (or create) `mcp_config.json`:

```json
{
  "mcpServers": {
    "etoro-api-docs": {
      "url": "https://api-portal.etoro.com/mcp"
    }
  }
}
```

2.

Restart Antigravity to apply the changes. The agents can now read eToro API documentation via MCP.
3.

Issue natural language commands to your agents. Examples:

```bash
# Example prompts:
"Create a Python script that connects to the eToro WebSocket API"
"Explain the JSON structure for a market order"
```


### Resources

- [Vibe Coding with eToro MCP](/blog/vibe-coding-with-etoro-mcp) — Editor-agnostic MCP setup and prompts you can use in Antigravity.
- [Instrument Discovery Guide](/blog/developers-guide-to-instrument-discovery) — How to search and filter eToro instruments programmatically.

### Related tools

- mcp
- skills
- cursor