Skip to content
Back to search
90
MCP live v1.1.0 sse

QR Code Generator API

io.github.Br0ski777/qr-code

Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment.

Uptime
50.0%
4 probes
Response
218ms
last probe
Tools
1
callable

Tools · 1

utility_generate_qr_code

Use this when you need to generate a QR code from text, a URL, or any string data. Returns base64 image data in JSON. Returns: 1. image (base64-encoded PNG) 2. width and height in pixels 3. data (the…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "qr_code_generator_api": {
      "url": "https://qr-code.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}