Olympus Docs
ReferenceAPIsMCP

Daedalus MCP

JSON-RPC 2.0 tools exposed by the Daedalus deployment wizard

Daedalus embeds an MCP server on 127.0.0.1:14210 (HTTP / JSON-RPC 2.0). When Daedalus is running, Claude (or any MCP client) can call these tools to drive the deployment wizard programmatically.

The server is localhost-only, see ADR 0022, MCP Localhost Only.

Tools

NameDescription
screenshotCapture the current Daedalus UI state. Returns structured text with page path, visible elements, but
get_pageGet the current page path and text content from the Daedalus webview.
navigateNavigate to a wizard step. Paths: /, /repository, /domain, /provider, /email, /database, /compute, /
clickClick a button or element by its text content.
form_inputSet a form field value by label text or CSS selector.
read_contextRead the current Daedalus deployment context (daedalus.json).
terminal_execExecute a command in the embedded terminal.
terminal_readRead recent output from the embedded terminal.

Total

8 tools.

On this page