MCP Server
Connect Quality QR to Claude, Cursor, and any MCP-compatible AI tool. Create and manage trackable QR codes through natural language.
Endpoint
https://quality-qr.app/api/mcpAuth
Bearer Token (API Key)Setup
No installation required. Just add the endpoint URL and your API key to your MCP client.
Get your API key
Go to Dashboard → Settings → API Keys and generate an API key.
Add to Claude Desktop
Open Claude Desktop settings and add this to your MCP configuration:
{
"mcpServers": {
"quality-qr": {
"url": "https://quality-qr.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Start using it
Ask Claude: “Create a QR code for my website https://example.com”
Available Tools
6 tools for full QR code lifecycle management.
quality_qr_createCreate a new trackable QR code. Supports all 12 types: URL, PDF, Menu, App Store, Social, WiFi, vCard, Email, Phone, SMS, Text, Event.
quality_qr_listList your QR codes with optional type filter and pagination.
quality_qr_getGet full details of a specific QR code including destination, styling, and status.
quality_qr_updateUpdate a QR code's destination URL, name, or enable/disable it.
quality_qr_deletePermanently delete a QR code. Frees up your plan quota.
quality_qr_analyticsGet scan analytics: total scans, daily trends, device breakdown, and top countries.
Rate Limits
MCP tool calls count against your API rate limit. Protocol messages (initialize, tools/list) are free.
| Plan | Tool Calls / Month | Analytics History |
|---|---|---|
| Free | 100 | 7 days |
| Pro | 1,000 | 30 days |
| Business | 10,000 | 1 year |