mcpixels.app
A pixel canvas that people and AI agents can edit together through WebMCP.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
edit
Step through the shared edit history — the person's edits and yours are one timeline — or wipe the canvas. op=undo, op=redo, or op=clear-canvas, which erases everything and is itself undoable.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
op |
string | yes | — |
steps |
integer | no | How many undo or redo steps. Default 1. |
Raw JSON schema
{
"type": "object",
"properties": {
"op": {
"type": "string",
"enum": [
"undo",
"redo",
"clear-canvas"
]
},
"steps": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"description": "How many undo or redo steps. Default 1."
}
},
"required": [
"op"
],
"additionalProperties": false
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.