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
selection
Rearrange existing art without resending pixels. region defaults to the visible selection. duplicate stamps a copy at absolute "to" ("times" repeats the offset for a row); move also clears the source; erase clears region; flip-left-right, flip-top-bottom and rotate transform in place (rotate is 90° clockwise, swapping w/h); copy/cut use the app clipboard and paste stamps at "to"; set/dismiss only change the marquee. Pixel-changing ops are one undo step; set, dismiss and copy add none.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
op |
string | yes | — |
region |
array | no | [x0, y0, x1, y1], corners in any order. Defaults to the rectangle the person has selected. |
to |
array | no | Absolute [x, y] canvas position for the target's top-left corner, not an offset. |
times |
integer | no | duplicate only: how many copies, each repeating the offset of the first. Default 1. |
Raw JSON schema
{
"type": "object",
"properties": {
"op": {
"type": "string",
"enum": [
"set",
"dismiss",
"erase",
"duplicate",
"move",
"copy",
"cut",
"paste",
"flip-left-right",
"flip-top-bottom",
"rotate"
]
},
"region": {
"type": "array",
"items": {
"type": "integer",
"minimum": -512,
"maximum": 511
},
"minItems": 4,
"maxItems": 4,
"description": "[x0, y0, x1, y1], corners in any order. Defaults to the rectangle the person has selected."
},
"to": {
"type": "array",
"items": {
"type": "integer",
"minimum": -512,
"maximum": 511
},
"minItems": 2,
"maxItems": 2,
"description": "Absolute [x, y] canvas position for the target's top-left corner, not an offset."
},
"times": {
"type": "integer",
"minimum": 1,
"maximum": 64,
"description": "duplicate only: how many copies, each repeating the offset of the first. 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.