QRCM
Generate customizable QR codes directly in ChatGPT. Supports 7 types: URLs, WiFi networks, contacts (vCard), calendar events, email, phone numbers, and plain text. An interactive widget provides live preview with styling options including 6 dot patterns, custom colors, corner styles, frames with text labels, and logo upload. Download high-quality PNG or SVG files instantly.
- Homepage
- https://qr-code-maker.app
- Remote URL
https://qrc-chatgpt-app.vercel.app/mcp- Auth
- NONE
Tools (3)
Extracted live via the executor SDK.
-
list_qr_typesLists all available QR code types supported by this app: WiFi, vCard contacts, URLs, calendar events, email, phone, and text. Returns each type with a description and use case.
-
get_qr_type_fieldsReturns the required and optional input fields for a specific QR code type. Accepts a type parameter (wifi, vcard, url, event, text, email, or phone) and returns field names, types, and descriptions.
-
generate_qr_codeGenerates a QR code from the provided type and content fields. Supports WiFi, vCard, URL, event, email, phone, and text types. Returns a widget with live preview where the user can customize colors, dot patterns, corner styles, frames, and logos, then download as PNG or SVG.