Skip to main content
Glama

quickchart-mcp-server

create-barcode

Generate barcodes by encoding data into QR, code128, ean13, or other formats. Choose to retrieve a barcode image URL or save the image to a file, customizing width, height, scale, text inclusion, and rotation.

Instructions

Create barcodes using QuickChart - get barcode image URL or save barcode image to file

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to get barcode URL or save as file
heightNoBarcode height
includeTextNoInclude human-readable text below barcode
outputPathNoPath where to save the file (only used with action=save_file)
rotateNoRotation: N=Normal, R=Right 90°, L=Left 90°, I=Inverted 180°
scaleNoScale factor
textYesData to encode in the barcode
typeYesBarcode type (e.g., qr, code128, ean13, datamatrix, upca, etc.)
widthNoBarcode width

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Whether to get barcode URL or save as file", "enum": [ "get_url", "save_file" ], "type": "string" }, "height": { "description": "Barcode height", "type": "integer" }, "includeText": { "description": "Include human-readable text below barcode", "type": "boolean" }, "outputPath": { "description": "Path where to save the file (only used with action=save_file)", "type": "string" }, "rotate": { "description": "Rotation: N=Normal, R=Right 90°, L=Left 90°, I=Inverted 180°", "enum": [ "N", "R", "L", "I" ], "type": "string" }, "scale": { "description": "Scale factor", "type": "integer" }, "text": { "description": "Data to encode in the barcode", "type": "string" }, "type": { "description": "Barcode type (e.g., qr, code128, ean13, datamatrix, upca, etc.)", "type": "string" }, "width": { "description": "Barcode width", "type": "integer" } }, "required": [ "action", "type", "text" ], "type": "object" }

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/TakanariShimbo/quickchart-mcp-server'

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