← Registry

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.

1 endpoint5 known toolsFirst detected August 6, 2026Last detected August 7, 2026

ENDPOINT 1

https://qr.zalize.com/mcp

No auth detected

MCP server metadata

Name
honestqr
Version
1.0.0
Capabilities
tools.listChanged

Known 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.

Potential side effects
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.

Inferred read-only
decode_qr

Decode a QR code from a PNG image (base64).

Inferred read-only
list_themes

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

Inferred read-only
list_icons

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for zalize.com was fetched 2026-08-11T16:57:59.640Z.

Trust status Trusted

zalize.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.