Acuarela is an agent-human collaboration canvas. It lets you design with a human using web tools like HTML, canvas state, and MCP operations. MCP endpoint: https://mcp.coview.dev/ Easy edit flow for agents: 1. POST JSON-RPC "initialize" to this endpoint. 2. Call "tools/list" and inspect the available Acuarela tools. 3. Call "get_basic_info" first to get the default document id and endpoint details. 4. Use "create_document" for a fresh canvas, or use documentId "default" for the local/default canvas. 5. Read with "get_canvas_state", edit by sending operation batches to "apply_operations", then call "finish_working_on_nodes". Prefer small, reviewable edits. Translate HTML or structured design intent into Acuarela operation batches instead of scraping or rewriting unrelated document state.