PayQR Swiss QR-Bill
Generate and validate Swiss QR-Bills (Swiss Payment Standards / SIX Group) directly from any MCP-compatible AI agent.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Generate Pdf Document: Generate a Swiss QR-Bill PDF document. Formats: 'a6' (105x148mm, 1 bill), 'a4_single' (A4 with 1 bill at bottom), 'a4_double' (A4 with 2 distinct bills — provide exactly 2 qr_bi
- Render Payment Part Svg: Render the Swiss QR-Bill payment part (right side of the A6 slip) as an SVG image. Suitable for embedding in web pages, emails, or digital invoices. 'amount' is required. Retu
- Validate Qr Bill: Validate Swiss QR-Bill data according to Swiss Payment Standards (SIX Group). Returns blocking errors and auto-fixable warnings. Use this before generating a PDF to check for problem
What data it sees
Do you need an account
An API key from the service settings is required
Generate and validate Swiss QR-Bills (Swiss Payment Standards / SIX Group) directly from any MCP-compatible AI agent. Three tools: validate payment data, generate PDF (A6, A4 single, A4 double), and render SVG payment parts. Supports all four Swiss languages (DE/FR/IT/EN). Get your API key at qr-bill.tot-bung.com — use changeme for demo with DEMO watermark.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| generate_pdf_document | Generate a Swiss QR-Bill PDF document. Formats: 'a6' (105x148mm, 1 bill), 'a4_single' (A4 with 1 bill at bottom), 'a4_double' (A4 with 2 distinct bills — provide exactly 2 qr_bills). Returns base64-encoded PDF. |
| render_payment_part_svg | Render the Swiss QR-Bill payment part (right side of the A6 slip) as an SVG image. Suitable for embedding in web pages, emails, or digital invoices. 'amount' is required. Returns base64-encoded SVG. |
| validate_qr_bill | Validate Swiss QR-Bill data according to Swiss Payment Standards (SIX Group). Returns blocking errors and auto-fixable warnings. Use this before generating a PDF to check for problems. |