# Claude Code

## Claude Code

Anthropic's terminal-based coding agent with MCP support. Connect it to eToro for agentic development from the command line.

### Getting started

1.

Add the same MCP block to Claude Code’s MCP settings (see Anthropic docs for the file path on your OS):

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

2.

Restart Claude Code or reload MCP. Authenticate via api-portal.etoro.com when the tools need it.
3.

Start Claude Code in your project directory and ask questions — the etoro-api-docs server supplies API context.

```bash
claude
```


### Resources

- [Vibe Coding with eToro MCP](/blog/vibe-coding-with-etoro-mcp) — MCP setup details that apply across Claude Code and other tools.
- [Authentication & API Keys](/learn/authentication-and-api-keys) — Keep secrets out of transcripts while enabling tool calls.

### Related tools

- mcp
- skills
- cursor