# Cursor

## Cursor

AI-native code editor with built-in MCP support. Add the eToro MCP server and start building with inline API context.

### Getting started

1.

Add the eToro API docs MCP server to `.cursor/mcp.json` in your project root:

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

2.

Optional — send this prompt to your agent to install the eToro skill:

```text
Please install the skill at https://builders.etoro.com/skills/etoro-apps/SKILL.md and follow the instructions.
```

3.

Open Cursor's chat or composer and start building. The agent queries eToro through MCP and follows the skill's instructions.

### Resources

- [Vibe Coding with eToro MCP](/blog/vibe-coding-with-etoro-mcp) — Step-by-step MCP setup in Cursor with real prompts and workflows.
- [Building an Algo Trading Bot](/learn/building-an-algo-trading-bot) — A practical project you can build with Cursor + eToro.

### Related tools

- mcp
- skills
- claude-code