← WebMCP Directory

pixelplace-web.vercel.app

pixelplace-web.vercel.app

live Unverified (seed import) Developer Tools 10 tools imperative implementation

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

export_artwork

act imperative

Save the current artwork to the person's device: "png" for a still image, "gif" for an animated loop, "spritesheet" for an exact PNG frame grid a game engine can slice, or "source" for the .pc program itself — the editable format that can be opened again in the Studio. The browser starts the download and returns its metadata.

Page: /

Input schema

PropertyTypeRequiredDescription
format string yes
scale integer no Integer upscale for png/gif/spritesheet. Defaults to native 1x for spritesheets and 8x for display-oriented PNG/GIF exports.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "format": {
      "type": "string",
      "enum": [
        "png",
        "gif",
        "spritesheet",
        "source"
      ]
    },
    "scale": {
      "type": "integer",
      "minimum": 1,
      "maximum": 16,
      "description": "Integer upscale for png/gif/spritesheet. Defaults to native 1x for spritesheets and 8x for display-oriented PNG/GIF exports."
    }
  },
  "required": [
    "format"
  ]
}

Similar websites

neohack.dev

neohack.dev

An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.

live Unverified Developer Tools Transact tools
54 tools A3 / Act49 / T2 Not yet scored Seen 2026-09-14
create observe inspect lookup navigation
Inspect tools
persona-chat.dev

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…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-09-14
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-09-14
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

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…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-09-14
list_skills read_skill read read_selection search
Inspect tools

Related on Influzer