Barcode Generator — EAN-13, UPC-A, Code128
https://server.smithery.ai/axel-belfort/barcode-generator/mcp
● healthy
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.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/barcode-generator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/barcode-generator/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/barcode-generator-x402