← openqr.uk

INDIVIDUAL MCP TOOL

generate_qr

Generate a static QR code from any text/URL.

openqr.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://openqr.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_qr and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

openqr.uk

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.

Related tools

  • create_dynamic_qr — Create an editable (dynamic) QR code whose destination you can change later without reprinting.
  • update_dynamic_qr — Edit a dynamic QR code: change its destination, label, custom short link (slug), tags or folder.
  • 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.
  • get_scans — Get scan statistics for a dynamic QR code.
  • list_dynamic_qr — List your dynamic (editable) QR codes — id, short URL, destination, label and status.
  • delete_dynamic_qr — Permanently delete a dynamic QR code.
  • bulk_create_dynamic_qr — Create up to 200 dynamic QR codes at once.
  • list_folders — List your folders (id and name).