Skip to main content
Glama

QRCode_MCP

qrcode

Generate customizable QR code images by specifying text, size, colors, error correction level, and margin. Ideal for encoding information into scannable codes.

Instructions

Generate a QR code image

Input Schema

NameRequiredDescriptionDefault
darkColorNoThe dark color of qrcode, default is #000000#000000
errorCorrectionLevelNoThe error correction level of qrcode, default is MM
lightColorNoThe light color of qrcode, default is #ffffff#ffffff
marginNoThe margin of qrcode, default is 4
sizeNoThe size of qrcode, default is 256
textYesThe input string to generate qrcode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "darkColor": { "default": "#000000", "description": "The dark color of qrcode, default is #000000", "type": "string" }, "errorCorrectionLevel": { "default": "M", "description": "The error correction level of qrcode, default is M", "enum": [ "L", "M", "Q", "H" ], "type": "string" }, "lightColor": { "default": "#ffffff", "description": "The light color of qrcode, default is #ffffff", "type": "string" }, "margin": { "default": 4, "description": "The margin of qrcode, default is 4", "type": "number" }, "size": { "default": 256, "description": "The size of qrcode, default is 256", "type": "number" }, "text": { "description": "The input string to generate qrcode", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from QRCode_MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/1595901624/qrcode-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server