C
Cleanor
/qr_code
Generate a QR code (SVG)
Encode text or a URL as a QR code and return a crisp, dependency-free SVG you can paste straight into a page, deck or doc.
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 /qr_code for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text or URL to encode. |
| ecc | string (L | M | Q | H) | Error-correction level: L=7%, M=15%, Q=25%, H=30% recoverable. default "M" |
| size | integer | SVG pixel size. default 320 |
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":"/qr_code","input":{"text":"...","ecc":"M","size":320}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /qr_code -i '{"text":"...","ecc":"M","size":320}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/qr_code", input: {"text":"...","ecc":"M","size":320} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.