{"name":"dev.cz-agents/payqr","slug":"cz-agents-payqr","title":null,"description":"European payment QR — SPAYD (CZ/SK) & EPC/GiroCode (SEPA), plus text/WiFi/vCard. Local, free.","url":"https://mcp.market/server/cz-agents-payqr","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":39,"stars":6,"forks":2,"downloads_week":41,"last_push_at":"2026-09-25T14:26:38.000Z","license":"MIT"},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T15:22:04.177Z","last_ok_at":"2026-09-27T15:22:04.177Z","latency_ms":873},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/martinhavel/cz-agents-mcp","website":"https://qr.cz-agents.dev","version":"0.1.11","remotes":[{"type":"streamable-http","url":"https://payqr.cz-agents.dev/mcp"}],"packages":[{"registryType":"npm","identifier":"@czagents/payqr","version":"0.1.4","runtimeHint":"npx","transport":{"type":"stdio"}}],"tools":[{"name":"qr_payment","description":"Create a European payment QR code. Auto-selects SPAYD for CZ/SK IBANs and EPC/GiroCode for other SEPA IBANs.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"iban":{"type":"string","description":"Recipient IBAN. Validated with the IBAN mod-97 checksum."},"bic":{"type":"string","description":"Optional BIC for EPC/GiroCode line 5. Ignored with a warning for SPAYD."},"amount":{"type":"number","description":"Optional payment amount."},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Optional ISO 4217 currency code. Defaults to CZK for SPAYD and EUR for EPC."},"message":{"type":"string","description":"Optional payment message or EPC remittance text."},"variable_symbol":{"type":"string","description":"Optional reference: goes to remittance (line 11) for EPC, to X-VS for SPAYD."},"constant_symbol":{"type":"string","description":"Optional Czech constant symbol for SPAYD."},"recipient_name":{"type":"string","description":"Recipient name. Required for EPC/GiroCode."},"standard":{"type":"string","enum":["spayd","epc","auto"],"default":"auto","description":"Payment QR standard. Defaults to auto detection."}},"required":["iban"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"qr_payment_batch","description":"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 via x402; call without payment first to receive the terms.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"object","properties":{"ref":{"type":"string","description":"Your own identifier — returned back so you can match results."},"iban":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"},"message":{"type":"string"},"variable_symbol":{"type":"string"},"recipient_name":{"type":"string"}},"required":["ref","iban"],"additionalProperties":false},"maxItems":50,"description":"Up to 50 payments. Each QR is generated and verified independently."}},"required":["payments"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"qr_read","description":"Decode a QR code from a base64 PNG/JPEG image or image data URI and classify its content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"image_data":{"type":"string","description":"Base64 image bytes or a PNG/JPEG data URI."}},"required":["image_data"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"qr_text","description":"Create a QR code containing plain text.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to encode in the QR code."}},"required":["text"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"qr_vcard","description":"Create a QR code containing a vCard 3.0 contact.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Contact display name."},"phone":{"type":"string","description":"Optional phone number."},"email":{"type":"string","description":"Optional email address."},"org":{"type":"string","description":"Optional organization."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"qr_wifi","description":"Create a Wi-Fi network QR code.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"ssid":{"type":"string","description":"Wi-Fi network name."},"password":{"type":"string","description":"Optional Wi-Fi password."},"security":{"type":"string","enum":["WPA","WEP","nopass"],"default":"WPA","description":"Wi-Fi security type."},"hidden":{"type":"boolean","default":false,"description":"Whether the network SSID is hidden."}},"required":["ssid"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-27T12:16:47.295Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-27T12:16:47.302Z","components":{"code":{"score":25,"max":25,"notes":["9 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1850ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 2 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://payqr.cz-agents.dev/mcp","reachable":true,"authRequired":false,"latencyMs":1850,"serverInfo":{"name":"cz-agents/payqr","version":"0.1.12"}}],"packages":[{"registryType":"npm","identifier":"@czagents/payqr","version":"0.1.4","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":6,"publishedAt":"2026-06-01T12:43:03.247Z","repositoryUrl":"git+https://github.com/martinhavel/cz-agents-mcp.git","weeklyDownloads":41}],"repo":{"found":true,"owner":"martinhavel","repo":"cz-agents-mcp","archived":false,"pushedAt":"2026-09-25T14:26:38Z","stars":6,"forks":2,"openIssues":13,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/141063565?v=4","ownerCreatedAt":"2023-07-31T17:48:49Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/141063565?v=4&s=128","source":"github"},"presence":{"stars":6,"forks":2,"downloadsWeek":41,"license":"MIT","lastPushAt":"2026-09-25T14:26:38.000Z","score":39}}}},"grade_history":[],"reviews":[]}