INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://qr.zalize.com/mcp
Connect to this endpoint to inspect the live schema for generate_qr and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
CONNECT 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.
Related tools
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.decode_qr— Decode a QR code from a PNG image (base64).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.