Skip to main content
Glama

QR Code MCP Server

by antoBrugnot

generate-qrcode-svg

Generate QR codes in SVG format from text or URLs with customizable options including error correction, colors, size, and margins for versatile integration needs.

Instructions

Generate a QR code from text or URL and return it as SVG format

Input Schema

NameRequiredDescriptionDefault
optionsNoQR code generation options
textYesThe text or URL to encode in the QR code

Input Schema (JSON Schema)

{ "properties": { "options": { "additionalProperties": false, "description": "QR code generation options", "properties": { "color": { "additionalProperties": false, "properties": { "dark": { "default": "#000000", "type": "string" }, "light": { "default": "#FFFFFF", "type": "string" } }, "type": "object" }, "errorCorrectionLevel": { "default": "M", "enum": [ "L", "M", "Q", "H" ], "type": "string" }, "margin": { "default": 4, "maximum": 10, "minimum": 0, "type": "number" }, "width": { "maximum": 2000, "minimum": 50, "type": "number" } }, "type": "object" }, "text": { "description": "The text or URL to encode in the QR code", "minLength": 1, "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from QR Code MCP Server

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/antoBrugnot/qrcode-mcp'

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