Barcode Generator — EAN-13, UPC-A, Code128
Barcode generation API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Utility Generate Barcode: Use this when you need to generate a barcode from text or a number. Returns base64-encoded SVG image in JSON. Returns: 1. image (base64 SVG string) 2. format used (code128/co
What data it sees
Do you need an account
No: the server works without sign-in
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.
Tools: utility_generate_barcode.
Use this for product labeling, inventory management, or retail applications. IMPORTANT: For QR codes, use utility_generate_qr_code instead.
Returns: {barcode (base64 SVG), format, dimensions}. No API key required — x402 micropayment $0.001/call on Base L2.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| utility_generate_barcode | Use this when you need to generate a barcode from text or a number. Returns base64-encoded SVG image in JSON. Returns: 1. image (base64 SVG string) 2. format used (code128/code39/ean13/upca) 3. data |