PayQR Swiss QR-Bill
Generate and validate Swiss QR-Bills (Swiss Payment Standards / SIX Group) directly from any MCP-compatible AI agent.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
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.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |