Barcode Generator — EAN-13, UPC-A, Code128
Barcode generation API for AI agents. Generate EAN-13, UPC-A, Code128, and Code39 barcodes as base64 SVG with custom width and height. Ready for print or display.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/barcode-generator
# Browse available tools
npx -y smithery tool list axel-belfort/barcode-generator
# Get full schema for a tool
npx -y smithery tool get axel-belfort/barcode-generator utility_generate_barcode
# Call a tool
npx -y smithery tool call axel-belfort/barcode-generator utility_generate_barcode '{}'Direct MCP Connection
Endpoint: https://barcode-generator--axel-belfort.run.tools
Tools (1)
utility_generate_barcode— Use this when you need to generate a barcode from text or a number. Returns base64-encoded SVG image in JSON.
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/barcode-generator