Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

QrVerloz

io.github.neoshrek/qrverloz-mcp

QR codes active 90 days, claimable forever. Request an API key in chat to retarget and track scans.

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

Tools · 8

create_qr_code

Create a new QR code. Authenticated users (API key required) get a permanent short URL that can be retargeted at any time without reprinting the physical QR image — limits are set by the account plan.…

get_qr_code

Look up a single QR code by its internal ID or short code. Returns a pre-formatted markdown table with fields: Title, ID, Short Code, Short URL, Destination, Status, Created, QR Code Link. Display the…

list_qr_codes

List all QR codes in your account. Returns one pre-formatted markdown table per QR code with fields: Title, ID, Short Code, Short URL, Destination, Status, Created, QR Code Link. Display each table ex…

get_qr_scans

Get the total lifetime scan count for a QR code. Returns a pre-formatted markdown table with fields: Title, ID, Short Code, Short URL, Destination, Status, Created, QR Code Link, Total Scans. Display …

update_qr_target

Change the destination URL of a QR code without touching the printed image. Print once, redirect anywhere — forever. Accepts either the internal qr_code_id or the short_code from the redirect URL. On …

delete_qr_code

Permanently delete a QR code and its scan history. This action cannot be undone. To prevent accidental or injected deletions, you MUST supply confirm_title — the exact title of the code as returned by…

get_account_info

Get your account details: current plan, QR code usage, and which features are available. Use this before create_qr_code to check remaining capacity, or to confirm which features are active on your pla…

request_api_key

Get a free API token — no account or email required. The token gives you up to 5 QR codes that can be updated at any time. IMPORTANT LIFETIME WARNING: the token expires after 90 days, and QR codes are…

How to use

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

{
  "mcpServers": {
    "qrverloz": {
      "url": "https://qrverloz.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}