# QR Code Generator API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-qr-code
- Repository: https://github.com/Br0ski777/qr-code-x402
- Website: https://github.com/Br0ski777/qr-code-x402

## Install
- Endpoint: https://qr-code.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://qr-code.api.klymax402.com/mcp

## Tools
- 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 encoded input string) 4. format (png).

Example output: {"data":"https://example.com","image":"iVBORw0KGgo...","width":210,"height":210,"format":"png"}

Use this FOR generating shareable links, payment QR codes, Wi-Fi connection codes, vCard contact sharing, and event ticket barcodes.

Do NOT use for barcodes (EAN-13, UPC-A, Code128) -- use utility_generate_barcode instead. Do NOT use for screenshots -- use capture_screenshot instead. Do NOT use for PDFs -- use document_generate_pdf instead. Endpoint: https://qr-code.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
