TS
The Scribble Thing
/create_scribe_animation
create scribe animation
Create an asynchronous animation from a base64-encoded line-art image.
liveverifiedunknown~5s typical
mcpprobedthescribblething
$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-club-boringstuff-the-scribble-thing /create_scribe_animation for me.
Input
| Field | Type | Description |
|---|---|---|
| image_base64* | string | Raw base64 PNG or JPEG bytes; do not include a data-URL prefix. |
| image_mime_type* | string (image/png | image/jpeg) | |
| idempotency_key* | string | |
| accepted_terms_version* | string | |
| accept_terms* | boolean | |
| accept_retention* | boolean | |
| order_text | string | default "" |
| show_hand | boolean | default false |
| speed | string (slow | normal | fast) | default "normal" |
| installation_id | string |
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-club-boringstuff-the-scribble-thing","endpoint":"/create_scribe_animation","input":{"image_base64":"...","image_mime_type":"image/png","idempotency_key":"...","accepted_terms_version":"...","accept_terms":true,"accept_retention":true,"order_text":"","show_hand":false,"speed":"normal"}}'cli
npx cracked-ai run -p mcp-club-boringstuff-the-scribble-thing -e /create_scribe_animation -i '{"image_base64":"...","image_mime_type":"image/png","idempotency_key":"...","accepted_terms_version":"...","accept_terms":true,"accept_retention":true,"order_text":"","show_hand":false,"speed":"normal"}'mcp
run_tool({ provider: "mcp-club-boringstuff-the-scribble-thing", endpoint: "/create_scribe_animation", input: {"image_base64":"...","image_mime_type":"image/png","idempotency_key":"...","accepted_terms_version":"...","accept_terms":true,"accept_retention":true,"order_text":"","show_hand":false,"speed":"normal"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.