← Registry

Marketing

openqr.uk

Generate and manage static and dynamic QR codes with scan analytics.

1 endpoint17 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://openqr.uk/mcp

No auth detected

MCP server metadata

Name
OpenQR
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 17

generate_qr

Generate a static QR code from any text/URL.

Inferred read-only
create_dynamic_qr

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

Potential side effects
update_dynamic_qr

Edit a dynamic QR code: change its destination, label, custom short link (slug), tags or folder.

Potential side effects
get_dynamic_qr

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

Inferred read-only
get_scans

Get scan statistics for a dynamic QR code.

Inferred read-only
list_dynamic_qr

List your dynamic (editable) QR codes — id, short URL, destination, label and status.

Inferred read-only
delete_dynamic_qr

Permanently delete a dynamic QR code.

Potential side effects
bulk_create_dynamic_qr

Create up to 200 dynamic QR codes at once.

Potential side effects
list_folders

List your folders (id and name).

Inferred read-only
create_folder

Create a folder to organise codes.

Potential side effects
delete_folder

Delete a folder (its codes are un-filed, not deleted).

Potential side effects
list_themes

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

Potential side effects
create_theme

Save a reusable style theme.

Inferred read-only
delete_theme

Delete a saved theme.

Potential side effects
get_subdomain

Show the branded subdomain on this account ({name}.

Inferred read-only
set_subdomain

Claim or change the branded subdomain so codes also resolve at {name}.

Inferred read-only
clear_subdomain

Release the branded subdomain.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.openqr]
url = "https://openqr.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openqr": {
      "type": "http",
      "url": "https://openqr.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openqr
Remote MCP URL: https://openqr.uk/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "openqr": {
      "url": "https://openqr.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openqr": {
      "type": "http",
      "url": "https://openqr.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openqr",
  "transport": "streamable-http",
  "url": "https://openqr.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for openqr.uk was fetched 2026-08-03T21:01:46.296Z and is being refreshed.

Trust status Neutral

openqr.uk is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.