QR Code Generator — Base64 PNG from Any Text
axel-belfort/qr-codeQR code generation API for AI agents. Generate QR codes from any text or URL: base64-encoded PNG output, configurable size (100-1000px). Fast and lightweight. Tools: utility_generate_qr_code. Use this for generating payment links, sharing URLs, encoding data for mobile scanning, or building checkout flows. IMPORTANT: For barcode generation (EAN-13, UPC), use utility_generate_barcode. Returns: {qrCode (base64 PNG), size}. No API key required — x402 micropayment $0.001/call on Base L2.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"qr_code_generator_—_base64_png_from_any_text": {
"url": "https://github.com/Br0ski777/qr-code-x402",
"transport": "http"
}
}
}