Barcode Generator — EAN-13, UPC-A, Code128
Barcode generation API for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (1)
Технические названия из tools/list. Нужны только разработчикам.
| 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 |