Labelixa uzak bir MCP (Model Context Protocol) sunucusu çalıştırır: MCP uyumlu AI istemcileri etiket kodunu birinci sınıf araçlarla önizler, doğrular, tanılar ve barkod üretir. Claude Desktop ve Claude Code ile doğrulandı; MCP uyumlu her istemci bağlanabilir.
Sunucunun BUGÜN sunduğu araçlar — aşağıdaki liste elle yazılmaz, canlı araç kaydından üretilir:
zpl_preview — Render ZPL label code and return the label as a PNG image.zpl_validate — Lint ZPL code and return structured diagnostics: unknown commands, missing ^FS, out-of-range parameters, fields outside the label boundary.zpl_command_help — Explain a single ZPL command: syntax, parameters with types/ranges/options, a fragment example and whether the Labelixa renderer draws it.barcode_png — Generate a single barcode as a PNG image (Code 128, QR, DataMatrix, EAN-13, UPC-A, PDF417 and more).language_detect — Detect which printer language raw label code is written in (ZPL, EPL, TSPL or CPCL).epl_validate — Lint EPL/EPL2 label code; returns positioned findings with severity as JSON.tspl_validate — Lint TSPL/TSPL2 label code; returns positioned findings with severity as JSON.cpcl_validate — Lint CPCL label code; returns positioned findings with severity as JSON.explain_zpl — Full health report for a ZPL label: sectioned findings (syntax, size/DPI, orientation, barcodes, fonts, graphics memory, job behaviour) with an honest score — sections that cannot be assessed say so and are excluded from the score.convert_zpl_dpi — Rescale ZPL between printer resolutions (203/300/600 DPI): coordinates, fonts, barcode module width and label size are scaled.zpl_compatibility — Compatibility RISK analysis of ZPL code against a specific printer model (e.g.Streamable HTTP (JSON-RPC): https://api.labelixa.com/mcp. GET bu sayfayı sunar; protokol POST üzerinden konuşur.
Anahtar zorunlu değil: anahtarsız çağrılar IP başına hız sınırlı ücretsiz katmanı paylaşır. Planınızın günlük kotasını kullanmak için anahtarınızı X-API-Key başlığında (ya da Bearer jetonu olarak) gönderin. MCP çağrıları REST API ile AYNI hız ve kota kapılarından geçer — MCP bir kota atlatması değildir.
Sunucuyu MCP uyumlu istemcinize ekleyin (Claude Desktop biçimi gösterildi). Yerel stdio alternatifi npm'de: labelixa-mcp.
{
"mcpServers": {
"labelixa": {
"type": "http",
"url": "https://api.labelixa.com/mcp"
}
}
}Araç çağrıları REST API ile aynı durumsuz yoldan geçer: gönderilen etiket kodu bellekte işlenir ve geri döner, saklanmaz. Ayrıntı güvenlik sayfasında.