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
| Name | Description |
|---|---|
| screenshot | Capture the current Deploy UI state. Returns structured text with page path, visible elements, butto |
| get_page | Get the current page path and text content from the Deploy webview. |
| navigate | Navigate to a wizard step. Paths: /, /repository, /domain, /provider, /email, /database, /compute, / |
| click | Click a button or element by its text content. |
| form_input | Set a form field value by label text or CSS selector. |
| read_context | Read the current Deploy deployment context (catalyst.json). |
| terminal_exec | Execute a command in the embedded terminal. |
| terminal_read | Read recent output from the embedded terminal. |
Total
8 tools.