mcpbeat Sign in

QrVerloz MCP Server

answering

QrVerloz is answering right now. Last checked 15 min ago. It exposes 8 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 52 days of history · worst day 99%
52 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
519 ms
Response time
average over 24h
open, no key
Access
streamable-http

QrVerloz missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

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

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

Available tools 8

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

code
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. Anonymous users receive a one-time data URI image that is not stored and cannot be updated. On success the result is a pre-formatted markdown table — display it exactly as received, do not reformat or summarise.
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_qr_code or list_qr_codes. If the title does not match the stored record, the deletion is refused. Always call get_qr_code or list_qr_codes first to retrieve the exact title before calling this tool. Requires authentication.
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 table exactly as received — do not reformat or summarise. Requires authentication.
account
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 plan. Requires authentication.
codes
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 exactly as received — do not reformat or summarise. Requires authentication.
request
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 permanently deleted ~90 days after that (~180 days total). To keep codes alive permanently, claim a free account at https://qrverloz.com/claim — this must be done before the token expires. Save the returned token: it is shown only once. Add it to your MCP client config under Authorization: Bearer, then call create_qr_code.
scans
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 the table exactly as received — do not reformat or summarise. Requires authentication.
target
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 success the result is a pre-formatted markdown table — display it exactly as received, do not reformat or summarise. Requires authentication.

Endpoints

URLTransportStateLatencyChecked
https://qrverloz.com/api/mcp streamable-http answering 798 ms 15 min ago

Alternatives to QrVerloz

same job, measured the same way
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

35 installs/wk 20 tools answering
Codeforces MCP
by mrfentmen

Codeforces competitive programming API: contests and user info. No key required.

264 installs/wk local only
Aiterm MCP
by kitepon-rgb

Claude Code drives Codex CLI's interactive TUI and durable tmux terminals over MCP.

local only
QR Top
by qr-top

Dynamic QR codes by chat: edit destinations after printing, smart routing, and scan analytics.

answering
Inbio
by www-in-bio

Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.

12 tools answering
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

28 installs/wk local only
Cynicalsally
by w1ckedxt

Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server.

41 installs/wk local only
Seldons Korea Trade
by seldons

Korean tax-office and fair-trade registries, HS codes, landed cost. Two tools need no API key.

12 tools answering

QrVerloz — questions

Answers built from our own checks of this server.

What can QrVerloz do?
It exposes 8 tools, read directly from the server on our last check. Among them: create_qr_code, delete_qr_code, get_account_info, get_qr_code, get_qr_scans, list_qr_codes and 2 more. 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 QrVerloz 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 519 ms. The bar chart above shows every period we have measured.
Is QrVerloz still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect QrVerloz?
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 QrVerloz need an API key?
No. QrVerloz completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is QrVerloz?
It answers our handshake in 519 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.