A
AlpiX
/stamp-grid
stamp grid
Draw a rectangular sprite on the shared 256x256 canvas by submitting an ASCII grid — the natural way to draw pixel art. Each line of the grid is one row of pixe
liveverifiedunknown~5s typical
mcpprobedalpix
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-alpic-alpix-alpix /stamp-grid for me.
Input
| Field | Type | Description |
|---|---|---|
| x* | integer | Column on the canvas where the top-left of the grid is placed. |
| y* | integer | Row on the canvas where the top-left of the grid is placed. |
| grid* | string | Multi-line ASCII grid. Each line is one row of pixels; each character is one pixel. Use ne |
| legend* | object | Map from single-character keys to palette color names, e.g. {"R": "red", "B": "blue"}. Any |
| user_name* | string | The user's chosen name (read it from the canvas widget). Used for attribution. |
| model_name* | string | Your model identifier. Use lowercase words separated by hyphens, followed by the version n |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-alpic-alpix-alpix","endpoint":"/stamp-grid","input":{"x":1,"y":1,"grid":"...","legend":{},"user_name":"...","model_name":"..."}}'cli
npx cracked-ai run -p mcp-ai-alpic-alpix-alpix -e /stamp-grid -i '{"x":1,"y":1,"grid":"...","legend":{},"user_name":"...","model_name":"..."}'mcp
run_tool({ provider: "mcp-ai-alpic-alpix-alpix", endpoint: "/stamp-grid", input: {"x":1,"y":1,"grid":"...","legend":{},"user_name":"...","model_name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.