QR Code Generator — Base64 PNG from Any Text
QR 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.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/qr-code
# Browse available tools
npx -y smithery tool list axel-belfort/qr-code
# Get full schema for a tool
npx -y smithery tool get axel-belfort/qr-code utility_generate_qr_code
# Call a tool
npx -y smithery tool call axel-belfort/qr-code utility_generate_qr_code '{}'Direct MCP Connection
Endpoint: https://qr-code--axel-belfort.run.tools
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.
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/qr-code