# Barcode Generator API MCP server

Generate barcodes â€” EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-barcode-generator
- Repository: https://github.com/Br0ski777/barcode-generator-x402
- Website: https://github.com/Br0ski777/barcode-generator-x402

## Install
- Endpoint: https://barcode-generator.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://barcode-generator.api.klymax402.com/mcp

## Tools
- 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 encoded 4. width and height in pixels.

Example output: {"data":"5901234123457","format":"ean13","image":"PHN2ZyB4bWxu...","width":264,"height":142}

Use this FOR product labeling, inventory management, shipping labels, retail POS systems, and asset tracking barcodes.

Do NOT use for QR codes -- use utility_generate_qr_code instead. Do NOT use for image resizing -- use media_resize_image instead. Do NOT use for PDF generation -- use document_generate_pdf instead. Endpoint: https://barcode-generator.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
