QR Code Generator API
io.github.Br0ski777/qr-codeGenerate QR codes from text or URLs. Returns base64 PNG. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}