C
Cleanor
/uuid
Generate UUIDs
Generate one or more UUIDs. v4 is fully random; v7 is time-sortable (recommended for database keys). LLMs cannot produce cryptographically random or correctly-f
liveverifiedunknown~5s typical
mcpprobedcleanor
$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-cleanor-cleanor /uuid for me.
Input
| Field | Type | Description |
|---|---|---|
| version | string (v4 | v7) | UUID version. v7 = time-ordered. default "v4" |
| count | integer | How many to generate. default 1 |
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-cleanor-cleanor","endpoint":"/uuid","input":{"version":"v4","count":1}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /uuid -i '{"version":"v4","count":1}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/uuid", input: {"version":"v4","count":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.