Quality QRQuality QR
  • Features
  • Use Cases
  • Pricing
  • Docs
  • Blog
DocsMCP Server

MCP Server

Connect Quality QR to Claude, Cursor, and any MCP-compatible AI tool. Create and manage trackable QR codes through natural language — no HTTP requests, no SDKs, just ask.

Endpoint

https://quality-qr.app/api/mcp

Auth

Bearer Token (API Key)

Protocol

JSON-RPC 2.0 over HTTP

Open Source on GitHub

View the source, report issues, or contribute directly.

silly-geese/quality-qr-mcp

Install via Smithery

One-click install from the Smithery MCP registry. Auto-configures your client.

smithery.ai/servers/quality-qr

Setup

No installation required. Just add the endpoint URL and your API key to your MCP client.

1

Get your API key

Go to Dashboard → API Keys and generate an API key.

2

Add to your AI tool

Pick your client and paste the configuration. Replace YOUR_API_KEY with your actual key.

Claude Desktop
{
  "mcpServers": {
    "quality-qr": {
      "url": "https://quality-qr.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Claude Code (CLI)
claude mcp add quality-qr \
  --transport http \
  https://quality-qr.app/api/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
Cursor
{
  "mcpServers": {
    "quality-qr": {
      "url": "https://quality-qr.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Smithery

Install directly from the Smithery registry. Smithery handles the authorization header automatically — just enter your API key when prompted.

3

Start using it

Ask your AI assistant to create, list, or manage QR codes in natural language.

Example Prompts

Just describe what you need in plain English. Here are some ideas to get you started.

Create a QR code for https://example.com

Make a WiFi QR code for network MyWiFi with password guest123

Show me analytics for my QR codes

List all my QR codes

Disable QR code abc123

Create a vCard QR for John Doe, john@example.com

Available Tools

6 tools for full QR code lifecycle management.

quality_qr_create

Create a new trackable QR code. Supports all 12 types: URL, PDF, Menu, App Store, Social, WiFi, vCard, Email, Phone, SMS, Text, Event. Returns inline SVG.

quality_qr_list

List your QR codes with optional type filter and pagination.

quality_qr_get

Get full details of a specific QR code including destination, styling, and status.

quality_qr_update

Update a QR code’s destination URL (dynamic types only), name, or enable/disable it.

quality_qr_delete

Permanently delete a QR code. Frees up your plan quota.

quality_qr_analytics

Get scan analytics: total scans, daily trends, device breakdown, and top countries.

Security

Your API key scopes all operations to your account. No admin or billing operations are exposed.

Best Practices

  • Rotate keys regularly via the dashboard
  • Restrict config file permissions (chmod 600)
  • Never commit API keys to version control
  • Revoke compromised keys immediately — takes effect instantly

Built-in Protections

  • Bearer token authentication on every tool call
  • Account-scoped access — you only see your own codes
  • GDPR/CCPA compliant, Cloudflare edge hosted
  • Rate limit headers on every response

Rate Limits

MCP tool calls count against your API rate limit. Protocol messages (initialize, tools/list) are free.

PlanTool Calls / MonthAnalytics History
Free1007 days
Pro1,00030 days
Business10,0001 year

Ready to get started?

Generate an API key and connect your AI tool in under a minute.

Get API KeySmitheryGitHubREST API Docs
Quality QRQuality QR

Create beautiful, trackable QR codes with transparent pricing and a free tier that never expires.

Review us on Trustpilot

Product

  • Features
  • Pricing
  • API
  • Demo
  • QR Generator

QR Types

  • Use Cases
  • URL QR Code
  • WiFi QR Code
  • vCard QR Code
  • Email QR Code

Resources

  • Documentation
  • Guides
  • Knowledge Base
  • Alternatives
  • Blog

Company

  • About
  • Privacy Policy
  • Cookie Settings
  • Terms of Service
  • Contact

© 2026 Quality QR. All rights reserved. · Sitemap