B
blipboard
/create-board-tool
Create Board Tool
Create a new Blipboard split-flap display board. Returns the display URL (open it on any screen — that IS the board, safe to share) and a secret pushToken used
liveunknown~5s typical
mcpblipboard
$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-app-blip-board-blipboard /create-board-tool for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Human-readable board name, e.g. "Living Room". |
| layoutId | string (wide-frame | triptych-15 | ticker-6) | Board grid: wide-frame = 6 rows x 22 columns, triptych-15 = 3 x 15, ticker-6 = 1 x 6. Immu default "wide-frame" |
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-app-blip-board-blipboard","endpoint":"/create-board-tool","input":{"name":"...","layoutId":"wide-frame"}}'cli
npx cracked-ai run -p mcp-app-blip-board-blipboard -e /create-board-tool -i '{"name":"...","layoutId":"wide-frame"}'mcp
run_tool({ provider: "mcp-app-blip-board-blipboard", endpoint: "/create-board-tool", input: {"name":"...","layoutId":"wide-frame"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.