ENDPOINT 1
https://openqr.uk/mcp
MCP server metadata
- Name
- OpenQR
- Version
- 1.0.0
Known tools 17
create_dynamic_qrCreate an editable (dynamic) QR code whose destination you can change later without reprinting.
Potential side effectsupdate_dynamic_qrEdit a dynamic QR code: change its destination, label, custom short link (slug), tags or folder.
Potential side effectsget_dynamic_qrGet the full details of one of your QR codes by id: destination, short link, label, type, tags, folder, status and created date.
Inferred read-onlylist_dynamic_qrList your dynamic (editable) QR codes — id, short URL, destination, label and status.
Inferred read-onlylist_themesList your saved style themes (id, name) — apply one by passing its id or name as `theme` to generate/create/update tools.
Potential side effectsset_subdomainClaim or change the branded subdomain so codes also resolve at {name}.
Inferred read-onlyCONNECT 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.
openqr.uk is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.