QRMint
Server Details
Free styled QR code generator API. Create QR codes with custom colors, logos, and frame templates. Supports URL, WiFi, Email, Phone, SMS. No API keys required.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose with no overlap: generate_qr creates custom-styled QR codes, generate_typed_qr produces structured data QR codes, list_frames enumerates frame templates, and list_types lists data types. An agent can easily differentiate between them based on their specific functions.
All tool names follow a consistent verb_noun pattern using snake_case: generate_qr, generate_typed_qr, list_frames, list_types. This uniformity makes the set predictable and easy to understand for an agent.
With 4 tools, this server is well-scoped for QR code generation and management. Each tool serves a clear, essential function without redundancy, making the count appropriate for the domain of QR code creation and information retrieval.
The tool set covers core QR code operations: generation (both styled and typed), and listing resources (frames and types). A minor gap exists in lacking update or delete tools for managing generated QR codes, but this is acceptable given the server's likely focus on creation and information.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Changed
generate_qr4 fields changed- added
Input schema / properties / frameLabelAdded value: +{ + "description": "Custom text label for the frame (overrides default frame text, max 50 chars)", + "maxLength": 50, + "type": "string" +} - added
Input schema / properties / gradientAngleAdded value: +{ + "description": "Gradient angle in degrees for linear gradients (default: 0)", + "maximum": 360, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / gradientColorsAdded value: +{ + "description": "Comma-separated hex colors without # for gradient (2-4 colors, e.g., \"ff0000,0000ff\")", + "type": "string" +} - added
Input schema / properties / gradientTypeAdded value: +{ + "description": "Gradient type for foreground (overrides foreground color)", + "enum": [ + "linear", + "radial" + ], + "type": "string" +}
- Added
generate_typed_qr - Added
list_types
1 tool update
- Changed
generate_qr2 fields changed- changed
Input schema / properties / background / descriptionPrevious value: -"Background hex color without # (default: ffffff)"New value: +"Background hex color without # (default: ffffff), or \"transparent\"" - added
Input schema / properties / styleAdded value: +{ + "description": "Module shape (default: square)", + "enum": [ + "square", + "rounded", + "dots", + "classy-rounded" + ], + "type": "string" +}
2 tool updates
- First observed
generate_qr - First observed
list_frames
Related MCP Connectors
Free styled QR codes, no key: URL, WiFi, contact, text, email. API key adds saved codes + analytics.
Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.
Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.
Generate QR codes and create, edit and track dynamic (editable) QR codes with scan analytics, over a hosted MCP server plus a free REST API. Free, no watermark, no expiry. Every tool takes a free API key from https://openqr.uk/api.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceGenerate QR codes and create, edit and track dynamic (editable) QR codes with scan analytics, folders, style themes and branded subdomain management. Free REST API with an OpenAPI spec alongside; every tool takes a free API key.7AGPL 3.0
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to generate styled QR codes with customizable colors, styles, gradients, and frames, as well as typed QR codes for WiFi, vCard, etc., using the QRMint API without requiring an API key.25 npm1MIT
- AlicenseAqualityDmaintenanceDynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).373MIT
- AlicenseBqualityDmaintenanceEnables generation of customizable QR codes through the API Ninjas service, supporting multiple image formats (PNG, JPG, SVG, EPS) with configurable colors and sizes.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.