Ionize Docs
ReferenceAPIsMCP

Deploy MCP

JSON-RPC 2.0 tools exposed by the Deploy deployment wizard

Deploy embeds an MCP server on 127.0.0.1:14210 (HTTP / JSON-RPC 2.0). When Deploy 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 Deploy UI state. Returns structured text with page path, visible elements, butto
get_pageGet the current page path and text content from the Deploy 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 Deploy deployment context (catalyst.json).
terminal_execExecute a command in the embedded terminal.
terminal_readRead recent output from the embedded terminal.

Total

8 tools.

On this page