# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/barcode-generator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/barcode-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/barcode-generator utility_generate_barcode

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/barcode-generator <tool-name>
```
