Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

dev.cz-agents/payqr

dev.cz-agents/payqr

European payment QR — SPAYD (CZ/SK), EPC/GiroCode (SEPA), text, Wi-Fi, vCard, QR decode.

Uptime
100.0%
2 direct probes · 30d
Response
295ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

qr_payment

Create a European payment QR code. Auto-selects SPAYD for CZ/SK IBANs and EPC/GiroCode for other SEPA IBANs.

qr_text

Create a QR code containing plain text.

qr_wifi

Create a Wi-Fi network QR code.

qr_vcard

Create a QR code containing a vCard 3.0 contact.

qr_read

Decode a QR code from a base64 PNG/JPEG image or image data URI and classify its content.

qr_payment_batch

PAID. Create payment QR codes for a whole batch of payments in one call — e.g. an invoice run. The free qr_payment tool handles one payment per call; this one returns the whole set. Requires payment v…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.cz-agents/payqr": {
      "url": "https://payqr.cz-agents.dev/mcp",
      "transport": "streamable-http"
    }
  }
}