INDIVIDUAL MCP TOOL
invoice_payment_qr
Call this tool for a SEPA payment QR from just an amount and reference: IBAN and name are read from the shared business profile, never asked for; pass invoice_id instead to take the amount from an invoice.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/label
Connect to this endpoint to inspect the live schema for invoice_payment_qr and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-barcode]
url = "https://mcp.zovo.one/mcp/label"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-barcode": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-barcode
Remote MCP URL: https://mcp.zovo.one/mcp/label
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-barcode": {
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-barcode": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-barcode",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/label"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
license_status— Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.license_activate— Turn Pro on for this connection with key, an MCPL1.qr_create— Call this tool to turn text or a URL into a QR code: SVG inline, or a PNG at a pixel size to out_path (Pro).qr_wifi— Call this tool to make a QR code that joins a WiFi network when scanned: ssid, password and auth type, written to out_path or returned as SVG.qr_vcard— Call this tool to make a QR code that adds a contact when scanned (vCard 3.qr_payment_sepa— Call this tool for an EPC069-12 payment QR a euro banking app can scan.barcode_create— Call this tool to draw a linear barcode (code128, ean13, ean8, upca) as SVG, or PNG to out_path.barcode_batch— Call this tool to draw many barcodes or QR codes at once from a list of rows, each with its own value and file name.