generateQRCode
Convert input data into QR codes in terminal, SVG, or base64 formats with customizable error correction levels using a dedicated MCP server tool.
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 |