QR Code Generator — Base64 PNG from Any Text
https://server.smithery.ai/axel-belfort/qr-code/mcp
● healthy
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. 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.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/qr-code/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/qr-code/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/qr-code-x402