mcpbeat

Quality QR MCP Server

io.github.silly-geese/quality-qr
answering

Quality QR is answering right now. Last checked 8 min ago. It exposes 6 tools. Last commit 1 Jun 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
746 ms
Response time
average over 24h
0
Stars
last commit 1 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add quality-qr --transport http https://quality-qr.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quality-qr": {
      "url": "https://quality-qr.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quality-qr]
url = "https://quality-qr.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "quality-qr": {
      "url": "https://quality-qr.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quality-qr": {
      "url": "https://quality-qr.app/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

quality
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 countries scans come from. Returns total scans, scans by day, device breakdown (mobile/tablet/desktop), and top 5 countries.
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, restaurant menu, app download link, or social media profile. The QR code is persisted with scan tracking and analytics. Returns an inline SVG image of the QR code.
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 quota slot and cannot be undone.
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 status. Returns all metadata including content, destination, design, scan limits, and timestamps.
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, active status, and creation date for each code.
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 types (url, pdf, menu, app-store, social). Name and active status can be changed for any QR code type.

Endpoints

URLTransportStateLatencyChecked
https://quality-qr.app/api/mcp streamable-http answering 1044 ms 8 min ago

Quality QR — questions

Answers built from our own checks of this server.

What can Quality QR do?
It exposes 6 tools, read directly from the server on our last check. Among them: quality_qr_analytics, quality_qr_create, quality_qr_delete, quality_qr_get, quality_qr_list, quality_qr_update. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quality QR working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 746 ms. The bar chart above shows every period we have measured.
How do I connect Quality QR?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quality QR need an API key?
No. Quality QR completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Quality QR?
It answers our handshake in 746 ms on average, which is faster than 11% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Quality QR open source?
Yes — it is published under the NOASSERTION licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.