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

HonestQR

com.zalize.qr/honestqr

Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.

Uptime
100.0%
1 direct probes · 30d
Response
3198ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

generate_qr

Generate a scannable QR code (PNG or SVG) for a URL, plain text, Wi-Fi login, contact card (vCard), SMS, WhatsApp, map location, or calendar event. Every result is decode-verified server-side before i…

generate_pixel_art_qr

Generate an artistic QR code with pixel art embedded via a halftone technique: pixel text (up to 8 Latin characters/digits) or one of the built-in pixel icons, plus optional gradient color themes. The…

decode_qr

Decode a QR code from a PNG image (base64). Returns the raw payload and its detected content type (url, wifi, vcard, sms, geo, event, ...).

list_themes

List the available color themes (solid and gradient) for generate_qr and generate_pixel_art_qr.

list_icons

List the built-in pixel icon ids for generate_pixel_art_qr, with an ASCII preview of each 16x16 icon.

How to use

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

{
  "mcpServers": {
    "honestqr": {
      "url": "https://qr.zalize.com/mcp",
      "transport": "streamable-http"
    }
  }
}