Skip to main content
Glama

QrVerloz

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: creating, deleting, retrieving, listing, updating target URL, getting scan counts, account info, and requesting an API key. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in lower_snake_case (e.g., create_qr_code, delete_qr_code, update_qr_target). No mixing of conventions.

Tool Count5/5

8 tools cover the essential operations for a QR code service (CRUD, analytics, account management, API key request) without being excessive or insufficient.

Completeness4/5

Core lifecycle is well-covered: create, read, update (target), delete, list, and scans. Missing potential features like editing QR code title/description or bulk operations, but not essential for the main use case.

Available Tools

8 tools
create_qr_codeInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesA human-readable label for the QR code
target_urlYesDestination URL — must start with https:// or http://
delete_qr_codeInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qr_code_idNoInternal UUID from create_qr_code or list_qr_codes
short_codeNoShort code from the redirect URL (e.g. "abc123")
confirm_titleYesThe exact title of the QR code to delete — must match the stored title character-for-character. This prevents blind or injected deletions.
get_account_infoInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_qr_codeInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qr_code_idNoInternal UUID from create_qr_code or list_qr_codes
short_codeNoShort code from the redirect URL (e.g. "abc123")
get_qr_scansInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qr_code_idYesInternal UUID of the QR code
list_qr_codesInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
limitNoItems per page, max 20 (default: 20)
request_api_keyInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

update_qr_targetInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qr_code_idNoInternal UUID from create_qr_code or list_qr_codes
short_codeNoShort code from the redirect URL (e.g. "abc123")
target_urlYesNew destination URL — must start with https:// or http://

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources