qrrapido
QR Rápido is an ultra-fast QR code generator built for AI agents and automations. Generate QR codes for URLs, Wi-Fi networks, vCards, WhatsApp, Email, SMS, and free text in milliseconds.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add rrcgoncalves/qrrapido
# Browse available tools
npx -y smithery tool list rrcgoncalves/qrrapido
# Get full schema for a tool
npx -y smithery tool get rrcgoncalves/qrrapido generate_qr
# Call a tool
npx -y smithery tool call rrcgoncalves/qrrapido generate_qr '{}'Direct MCP Connection
Endpoint: https://qrrapido--rrcgoncalves.run.tools
Required config:
X-API-Key(header) — Your QR Rápido API key. Get one free at qrrapido.site/mcp/en
Tools (2)
generate_qr— Generate a QR code for a URL, Wi-Fi network, vCard contact, WhatsApp message, email, SMS, or free text. Returns an inli…generate_pix_qr— Generate a Brazilian PIX payment QR code (BRCode/EMV standard). Builds the payload automatically from the PIX key, amou…
# Get full input/output schema for a tool
npx -y smithery tool get rrcgoncalves/qrrapido