generateQRCode
Convert input data into a QR code in terminal, SVG, or base64 format, with customizable error correction levels, using this encoding tool from the mcp-helper-tools server.
Instructions
Generate a QR code from input data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to encode in QR code | |
errorCorrectionLevel | No | Error correction level | M |
type | No | Output type (terminal, svg, or base64) | terminal |