pixelplace-web.vercel.app
Write PixelCraft by hand or hand the tools to your agent. The compiler runs in your browser.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
set_program
Put a PixelCraft program on the canvas, replacing what is there. The person watching the page sees the result immediately. Rejected if it does not compile, so the canvas never holds a broken program — check_program first if unsure.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
source |
string | yes | The complete PixelCraft program. |
Raw JSON schema
{
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "The complete PixelCraft program."
}
},
"required": [
"source"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…