HonestQR
com.zalize.qr/honestqrGenerate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.
Tools · 5
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 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 a QR code from a PNG image (base64). Returns the raw payload and its detected content type (url, wifi, vcard, sms, geo, event, ...).
List the available color themes (solid and gradient) for generate_qr and generate_pixel_art_qr.
List the built-in pixel icon ids for generate_pixel_art_qr, with an ASCII preview of each 16x16 icon.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"honestqr": {
"url": "https://qr.zalize.com/mcp",
"transport": "streamable-http"
}
}
}