Quality QR MCP
Allows creation of QR codes that link to App Store content, enabling trackable mobile app promotion and distribution through Apple's platform.
Provides hosting and global edge network infrastructure for the Quality QR service, ensuring GDPR/CCPA compliance and reliable QR code delivery worldwide.
Generates QR codes as inline SVG graphics, providing scalable vector format output for high-quality display across different devices and resolutions.
Quality QR MCP Server
Create and manage trackable QR codes through AI assistants like Claude, Cursor, and any MCP-compatible tool.
Unlike generic QR code generators, Quality QR codes are saved to your account with scan tracking, analytics, and the ability to update destinations without reprinting.
Endpoint: https://quality-qr.app/api/mcp
Setup
1. Get an API Key
Sign up at quality-qr.app and generate an API key at Dashboard > Settings > API Keys.
2. Configure Your MCP Client
Smithery users: If you install via Smithery, you'll be prompted for your
apiKeydirectly — Smithery handles theAuthorizationheader for you. The configs below are for manual setup.
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"quality-qr": {
"url": "https://quality-qr.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"quality-qr": {
"url": "https://quality-qr.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Claude Code
claude mcp add quality-qr --transport http https://quality-qr.app/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"3. Start Using It
Ask your AI assistant:
"Create a QR code for https://example.com"
"Make a WiFi QR code for network MyWiFi with password guest123"
"Show me the analytics for my QR codes"
"List all my QR codes"
"Disable QR code abc123"
Related MCP server: URL2QR MCP Server
Available Tools
Tool | Description |
| Create a trackable QR code. 12 types: URL, PDF, Menu, App Store, Social, WiFi, vCard, Email, Phone, SMS, Text, Event. Returns an inline SVG. |
| List your QR codes with optional type filter and pagination. |
| Get full details of a QR code by ID. |
| Update destination URL (dynamic types), rename, or enable/disable. |
| Permanently delete a QR code. Frees plan quota. |
| Scan analytics: totals, daily trends, device breakdown, top countries. |
QR Code Types
Dynamic (URL can be changed after printing): URL, PDF, Menu, App Store, Social
Static (data encoded directly): WiFi, vCard, Email, Phone, SMS, Text, Event
Rate Limits
MCP tool calls count against your API rate limit. Protocol messages (initialize, tools/list) are free.
Plan | Tool Calls / Month | Analytics History | Price |
Free | 100 | 7 days | Free |
Pro | 1,000 | 30 days | €10/mo |
Business | 10,000 | 1 year | €30/mo |
Rate-Limit Response Headers
Every response includes headers to help you manage usage:
Header | Description |
| Maximum tool calls allowed per month on your plan |
| Tool calls remaining in the current billing period |
| UTC timestamp when the limit resets (ISO 8601) |
| Seconds to wait before retrying (only present on |
When you receive a 429 Too Many Requests response, wait for the number of seconds specified in Retry-After before retrying.
Security
All requests authenticated via API key (Bearer token)
Keys can be revoked instantly from the dashboard
QR codes are scoped to your account (no cross-user access)
No admin, billing, or team management operations exposed
GDPR and CCPA compliant, hosted on Cloudflare's global edge network
See SECURITY.md to report a vulnerability, and PRIVACY.md for data handling details
API Key Management
Your API key grants full access to your QR codes and analytics. Treat it like a password.
Rotate regularly. Generate a new key in Dashboard > Settings > API Keys, update your MCP client config, then revoke the old key. You can have multiple active keys to allow zero-downtime rotation.
Revoke compromised keys immediately. Revocation takes effect instantly — any in-flight requests using the old key will fail.
Restrict access to config files. MCP client configs store your key in plaintext. On macOS/Linux, ensure only your user can read them (e.g.,
chmod 600). Avoid committing config files with real keys to version control.
Links
Agent Onboarding (SKILL.md) — step-by-step instructions for AI agents to use Quality QR autonomously (source)
Protocol
This is a remote MCP server using Streamable HTTP transport (JSON-RPC 2.0 over HTTP POST). No local installation required. Compatible with MCP protocol version 2025-03-26.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that generates customizable QR codes with options for size, colors, error correction, and margin settings.Last updated17MIT
- Alicense-qualityCmaintenanceConverts URLs into scannable QR codes with customizable options like error correction levels and image sizes. Provides downloadable links for generated QR codes through a simple MCP tool interface.Last updated294Apache 2.0
- Flicense-qualityDmaintenanceAn advanced MCP server for generating styled QR codes with logos, batch processing, and specialized formats like WiFi or vCards. It also provides tools to decode existing QR code images and analyze their quality or content.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides tools for scanning and extracting data from QR codes using single or multiple image URLs. It supports both individual and batch processing to retrieve encoded information from images hosted online.Last updated41MIT
Related MCP Connectors
Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
MCP server for URL shortening and management
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/silly-geese/quality-qr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server