Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Quality QR

io.github.silly-geese/quality-qr

Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.

Uptime
100.0%
1 direct probes · 30d
Response
1064ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

quality_qr_create

Create a new trackable QR code saved to your Quality QR account. Use this when the user wants to generate a QR code for a URL, WiFi network, contact card, calendar event, phone number, email, SMS, res…

quality_qr_list

List QR codes in the user's Quality QR account. Use this when the user wants to see their existing QR codes, find a specific code, or check how many codes they have. Returns ID, name, type, short URL,…

quality_qr_get

Get full details of a specific QR code by its ID. Use this when the user wants to inspect a particular QR code's configuration, check its destination URL, view its design settings, or see its current …

quality_qr_update

Update an existing QR code's properties. Use this when the user wants to change where a QR code points to, rename it, or enable/disable it. Destination URL changes only work for dynamic URL-based type…

quality_qr_delete

Permanently delete a QR code from the user's account. Use this when the user wants to remove a QR code they no longer need. The short URL will immediately stop redirecting. This action frees up a plan…

quality_qr_analytics

Get scan analytics for a specific QR code. Use this when the user wants to know how many times a QR code has been scanned, see daily scan trends, understand which devices are scanning, or see which co…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "quality_qr": {
      "url": "https://quality-qr.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}