General Tools
zalize.com
Provides QR code generation and decoding capabilities, supporting various data types like URLs, text, Wi-Fi credentials, and more, with options for artistic pixel art QR codes.
ENDPOINT 1
https://qr.zalize.com/mcp
MCP server metadata
- Name
- honestqr
- Version
- 1.0.0
Known tools 5
generate_qrGenerate 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.
Potential side effectsgenerate_pixel_art_qrGenerate 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.
Inferred read-onlylist_themesList the available color themes (solid and gradient) for generate_qr and generate_pixel_art_qr.
Inferred read-onlylist_iconsList the built-in pixel icon ids for generate_pixel_art_qr, with an ASCII preview of each 16x16 icon.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.honestqr]
url = "https://qr.zalize.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"honestqr": {
"type": "http",
"url": "https://qr.zalize.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: honestqr
Remote MCP URL: https://qr.zalize.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"honestqr": {
"url": "https://qr.zalize.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"honestqr": {
"type": "http",
"url": "https://qr.zalize.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "honestqr",
"transport": "streamable-http",
"url": "https://qr.zalize.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for zalize.com was fetched 2026-08-11T16:57:59.640Z.
zalize.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.