> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aeolo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP overview

> Aeolo remote MCP endpoint and when to use it.

Aeolo MCP lets remote agents use Aeolo without shell access. It exposes a narrow tool surface backed by the same command registry as the CLI.

## Endpoint

```txt theme={null}
POST https://mcp.aeolo.io/mcp
```

## Transport

Aeolo uses MCP Streamable HTTP. Send:

```http theme={null}
Content-Type: application/json
Accept: application/json, text/event-stream
Authorization: Bearer atok_...
```

## Tools

| Tool                  | Purpose                            |
| --------------------- | ---------------------------------- |
| `aeo_list_domains`    | List accessible domains.           |
| `aeo_execute_command` | Execute a supported Aeolo command. |

## Recommended usage

1. Call `aeo_list_domains`.
2. Pick or ask for a domain.
3. Call `aeo_execute_command` with `agent context`.
4. Use task-specific commands, such as `visibility show`, `content import`, or `reference style`.

Do not start with a paid or publishing command.
