M
mcp
/qr_code
qr code
Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.
liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-agishub-mcp /qr_code for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text or URL to encode in the QR code. |
| size | integer | Pixel size of each QR module/cell in the SVG (default 6). |
| margin | integer | Quiet-zone margin around the code, in cells (default 4). |
| ec_level | string (L | M | Q | H) | Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M. |
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-com-agishub-mcp","endpoint":"/qr_code","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /qr_code -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/qr_code", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.