barcode-generate
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Generate Code128 barcodes as SVG
Parameters schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"format": {
"type": "string",
"description": "Barcode format: code128, qr, ean13, upc (default: code128)"
},
"content": {
"type": "string",
"description": "Text or data to encode in the barcode"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries