# MCPlace

A tribute to r/place.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add microchipgnu/mcplace

# Browse available tools
npx -y smithery tool list microchipgnu/mcplace

# Get full schema for a tool
npx -y smithery tool get microchipgnu/mcplace get_canvas

# Call a tool
npx -y smithery tool call microchipgnu/mcplace get_canvas '{}'
```

## Direct MCP Connection

Endpoint: `https://mcplace--microchipgnu.run.tools`

## Tools (4)

- `get_canvas` — Render the current canvas in an embedded UI or return JSON state
- `set_pixel` — Set a single pixel to a palette color index
- `set_pixels` — Set multiple pixels in one call
- `get_events` — Get pixel-set events for replay

```bash
# Get full input/output schema for a tool
npx -y smithery tool get microchipgnu/mcplace <tool-name>
```
