← zalize.com

INDIVIDUAL MCP TOOL

list_themes

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

zalize.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://qr.zalize.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_themes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zalize.com

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_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.
  • 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_icons — List the built-in pixel icon ids for generate_pixel_art_qr, with an ASCII preview of each 16x16 icon.