Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

uk.openqr/qr

REMOTE · OPENQR.UK · SCANNED AUG 19

Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark.

Available components

67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1250 tokens (~56/item across 22 items; 17 tools + 5 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 87% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · openqr.uk

# add to Claude Code
claude mcp add --transport http uk-openqr-qr https://openqr.uk/mcp
# ~/.codex/config.toml
[mcp_servers.uk-openqr-qr]
url = "https://openqr.uk/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uk-openqr-qr": {
      "type": "remote",
      "url": "https://openqr.uk/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add uk-openqr-qr --url https://openqr.uk/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  uk-openqr-qr:
    url: "https://openqr.uk/mcp"
// mcp.json
{
  "mcpServers": {
    "uk-openqr-qr": {
      "type": "http",
      "url": "https://openqr.uk/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 18 Aug 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 19 Aug 2026 · Probed https://openqr.uk/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=openqr.uk CN=WE1,O=Google Trust Services,C=US 23 Jun 2026 21 Sept 2026 ECDSA 256 ECDSA-SHA256 ca53a2f00e9c4cd50e73f128682d4f78
SANs: openqr.uk, *.openqr.uk
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of openqr.uk. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
uk. present 43876 8 Verified
openqr.uk. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' https://analytics.clinicalwebdesign.co.uk; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https://*.basemaps.cartocdn.com; font-src 'self' data:; connect-src 'self' https://analytics.clinicalwebdesign.co.uk https://nominatim.openstreetmap.org; worker-src 'self' blob:; manifest-src 'self'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; object-src 'none'; upgrade-insecure-requests
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(self), camera=(), microphone=(), browsing-topics=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://openqr.uk/mcp Verified 200
http (plaintext) http://openqr.uk/mcp HTTPS enforced 301 https://openqr.uk/mcp
MCP tools · 17 exposed · ~1,174 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
bulk_create_dynamic_qr ~57

Create up to 200 dynamic QR codes at once. Requires an OpenQR API key.

NameTypeReqDescription
codesarrayyesCodes to create.
themestringA saved theme id or name applied to every code created.

No output schema declared.

No examples provided.

clear_subdomain ~52

Release the branded subdomain. Codes stay live on the plain short link; only the {name}.oqr.to form stops resolving. The name becomes claimable by someone else. Requires an OpenQR API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_dynamic_qr ~79

Create an editable (dynamic) QR code whose destination you can change later without reprinting. Requires an OpenQR API key.

NameTypeReqDescription
destinationstringyesThe http(s) URL the code should point to.
labelstringOptional label.
themestringA saved theme id or name to style the code with.

No output schema declared.

No examples provided.

create_folder ~29

Create a folder to organise codes. Requires an OpenQR API key.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

create_theme ~77

Save a reusable style theme. `style` is a QR style object (fgColor, bgColor, dotType, cornerSquareType, etc.). Requires an OpenQR API key.

NameTypeReqDescription
namestringyes
styleobjectyesQR style JSON (colours, dot/corner shapes, logo, gradient, frame…).

No output schema declared.

No examples provided.

delete_dynamic_qr ~42

Permanently delete a dynamic QR code. The short link stops working. Requires an OpenQR API key.

NameTypeReqDescription
idstringyesThe dynamic code id.

No output schema declared.

No examples provided.

delete_folder ~36

Delete a folder (its codes are un-filed, not deleted). Requires an OpenQR API key.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

delete_theme ~36

Delete a saved theme. Codes already styled with it keep their look. Requires an OpenQR API key.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

generate_qr ~110

Generate a static QR code from any text/URL. Returns a PNG image (or SVG markup). Requires an OpenQR API key.

NameTypeReqDescription
datastringyesThe content to encode (URL or text).
formatstringOutput format (default png).
sizenumberPixel size, 64–2048 (default 512).
themestringA saved theme id or name. Applies the theme's colours (SVG); full styling applies to dynamic codes.

No output schema declared.

No examples provided.

get_dynamic_qr ~58

Get the full details of one of your QR codes by id: destination, short link, label, type, tags, folder, status and created date. Requires an OpenQR API key.

NameTypeReqDescription
idstringyesThe code id.

No output schema declared.

No examples provided.

get_scans ~36

Get scan statistics for a dynamic QR code. Requires an OpenQR API key.

NameTypeReqDescription
idstringyesThe dynamic code id.

No output schema declared.

No examples provided.

get_subdomain ~61

Show the branded subdomain on this account ({name}.oqr.to). Reports whether it is currently suspended — a suspended subdomain redirects to the plain short link instead of serving, which happens when a Pro plan lapses. Requires an OpenQR API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_dynamic_qr ~57

List your dynamic (editable) QR codes — id, short URL, destination, label and status. Requires an OpenQR API key.

NameTypeReqDescription
limitnumberMax codes to return, 1–500 (default 200).

No output schema declared.

No examples provided.

list_folders ~24

List your folders (id and name). Requires an OpenQR API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_themes ~45

List your saved style themes (id, name) — apply one by passing its id or name as `theme` to generate/create/update tools. Requires an OpenQR API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

set_subdomain ~84

Claim or change the branded subdomain so codes also resolve at {name}.oqr.to. Pro only. Codes keep working on the plain short link either way, so changing this never breaks anything already printed. Requires an OpenQR API key.

NameTypeReqDescription
subdomainstringyes3–32 letters, numbers or hyphens, e.g. "acme".

No output schema declared.

No examples provided.

update_dynamic_qr ~291

Edit a dynamic QR code: change its destination, label, custom short link (slug), tags or folder. Pass only the fields you want to change. Requires an OpenQR API key.

NameTypeReqDescription
destinationstringNew http(s) URL.
folder_idstring|nullMove into a folder id, or null to un-file.
idstringyesThe dynamic code id.
labelstringNew label.
lock_hintstring|nullOptional hint shown on the unlock page, e.g. "Ask at the bar". Max 60 characters.
passwordstring|nullPro: require this password before the code redirects (min 4 characters). Pass null to remove all protection.
pinstring|nullPro: require a 4-digit PIN before the code redirects. Exactly 4 digits. Pass null to remove all protection.
slugstringCustom short-link back-half (oqr.to/<slug>): 3–48 letters, numbers or hyphens.
statusstringPause the code (it stops resolving — scanners see an inactive page) or reactivate it. Free plan allows up to 3 active codes.
tagsarrayReplace the code's tags (max 10).
themestringA saved theme id or name to restyle the code with.

No output schema declared.

No examples provided.