
Payqr
Generate and decode European payment and utility QR payloads (SPAYD, SEPA EPC, Wi-Fi, vCard) from your agent while building checkout or invoicing features.
Overview
dev.cz-agents/payqr is a Build-phase MCP server that generates and decodes European payment QR formats including SPAYD, EPC/GiroCode, Wi-Fi, vCard, and text.
What is this MCP server?
- SPAYD payment QR for Czech and Slovak banking apps
- EPC/GiroCode generation for SEPA-compatible payment QR
- Additional encoders for plain text, Wi-Fi join payloads, and vCard contact QR
- QR decode capability for inspecting existing codes in workflows
- Hosted MCP at payqr.cz-agents.dev plus npx @czagents/payqr stdio package
- Catalog server version 0.1.4; npm @czagents/payqr package at 0.1.4
- Documented format families: SPAYD (CZ/SK), EPC/GiroCode (SEPA), text, Wi-Fi, vCard, plus decode
- Public docs site referenced at qr.cz-agents.dev
Community signal: 2 GitHub stars.
What problem does it solve?
Payment QR specs are easy to get wrong under time pressure, breaking bank-app scans and delaying EU invoicing features.
Who is it for?
Indie developers adding CZ/SK SPAYD or SEPA QR payments to SaaS billing, donations, or internal finance tools via MCP.
Skip if: Merchants who only need US-centric payment links or full PCI card processing without QR string generation.
What do I get? / Deliverables
Your agent outputs valid QR payload strings and decoded content you can paste into invoices, APIs, or test fixtures immediately.
- Spec-aligned SPAYD and EPC/GiroCode payment QR strings
- Wi-Fi, vCard, and text QR payloads for product flows
- Decoded QR content for debugging and support scenarios
Recommended MCP Servers
Journey fit
QR payment strings are implementation artifacts you wire into apps, invoices, and admin tools during the build phase. payqr is an integration-focused MCP for encoding/decoding standards-backed QR content, not market validation or launch distribution.
How it compares
QR payload MCP utility, not a payment gateway or subscription billing platform.
Common Questions / FAQ
Who is dev.cz-agents/payqr for?
Builders implementing European bank QR payments, invoices, or utility QR codes who want the agent to generate spec-correct strings and decode samples.
When should I use dev.cz-agents/payqr?
Use it while building checkout, invoicing, or onboarding features that must emit SPAYD, EPC/GiroCode, Wi-Fi, vCard, or text QR data.
How do I add dev.cz-agents/payqr to my agent?
Configure MCP with npx @czagents/payqr for stdio or register https://payqr.cz-agents.dev/mcp as a streamable-HTTP server in your agent settings.