qr-code
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Generate QR codes from text or URLs (PNG data URL or SVG)
Parameters schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"size": {
"type": "number",
"description": "QR code size in pixels (default: 256)"
},
"format": {
"type": "string",
"description": "Output format: svg, png (default: svg)"
},
"content": {
"type": "string",
"description": "Text, URL, or data to encode in QR code"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries