# MCP Server

## MCP Server

Model Context Protocol server that connects any AI IDE to eToro API documentation, schemas, and endpoint references.

### Getting started

1.

Add the official eToro API docs MCP server to your IDE (Cursor: `.cursor/mcp.json`). It connects to the hosted server — no npm install:

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

2.

Restart your editor. The eToro MCP server provides documentation and schema context — your assistant uses it to write accurate API code instead of guessing.
3.

Ask your agent anything about the eToro API. It will use the MCP server to get accurate documentation context instead of guessing.

```bash
# Example prompts:
"Show me how to open a market order using the eToro API"
"What parameters does the instrument search endpoint accept?"
```


### Resources

- [Vibe Coding with eToro MCP](/blog/vibe-coding-with-etoro-mcp) — Full setup guide and practical prompts for MCP-powered development.
- [Getting Started with the eToro API](/learn/getting-started-with-etoro-api-v2) — API keys, base URL, and authentication basics.

### Related tools

- skills
- cursor
- claude-code