Skip to main content
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

POST https://mcp.aeolo.io/mcp

Transport

Aeolo uses MCP Streamable HTTP. Send:
Content-Type: application/json
Accept: application/json, text/event-stream
Authorization: Bearer atok_...

Tools

ToolPurpose
aeo_list_domainsList accessible domains.
aeo_execute_commandExecute a supported Aeolo command.
  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.