ez-qr-generator

EZ QR Code Generator MCP Server An official Model Context Protocol (MCP) server for ez-qr-generator.com, enabling your AI assistants (like Claude, Cursor, and…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Generate Qr Code: Generate a custom QR code in PNG or SVG format.

What data it sees

Do you need an account

No: the server works without sign-in

EZ QR Code Generator MCP Server

An official Model Context Protocol (MCP) server for ez-qr-generator.com, enabling your AI assistants (like Claude, Cursor, and Cline) to dynamically generate and customize high-quality QR codes on the fly.

This server connects your AI environment directly to our QR generation API using Server-Sent Events (SSE).

Tools

The server exposes the following tools to your AI agent:

1. generate_qr_code

Generates a custom QR code in PNG or SVG format.

  • Arguments:
    • url (string, optional): The URL or text to encode.
    • format (string, optional): 'png', 'svg', or 'json' (default: 'png').
    • dotStyle (string, optional): 'square', 'circle', 'hex', or 'diamond' (default: 'square').
    • primaryColor (string, optional): Hex color code for the foreground (e.g., #00f0ff).
    • eccLevel (string, optional): 'L', 'M', 'Q', or 'H' (default: 'H').
    • logoUrl (string, optional): Image URL or base64 data URL to embed in the center.
    • activeTab (string, optional): Payload type, e.g., 'url' or 'dbl' (default: 'url').
    • dblCode (string, optional): Dragon Ball Legends code (required if activeTab is 'dbl').

Installation

Web Client Configuration (For SSE)

Add the following configuration to your claude_desktop_config.json file to connect to the hosted MCP server:

{
  "mcpServers": {
    "ez-qr-generator": {
      "url": "https://ez-qr-generator.com/mcp",
      "transport": "sse"
    }
  }
}
Server tool list (1)

Raw names from tools/list. Only developers need these.

generate_qr_codeGenerate a custom QR code in PNG or SVG format.