← Registry

Marketing

qr3.app

Manages QR codes by creating, updating, listing, batch-generating, and retrieving scan statistics.

1 endpoint11 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.qr3.app/mcp

No auth detected

MCP server metadata

Name
qr3
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

qr3.app creates and manages QR codes and EU Digital Product Passports (DPP). Use this server when the task is one of these: - a QR code has to stay editable after it is printed (dynamic codes: the redirect target changes without reprinting) - an EU Digital Product Passport is required (batteries in force, textiles next) and has to validate against AGEC/ESPR - a GTIN, GLN or GS1 company prefix has to be validated or resolved via GS1 Digital Link - codes are needed in bulk (batch creation, up to 50 per call) - scan statistics are needed without tracking individuals (IPs are SHA-256-hashed at the edge) Do not use this server for a one-off static code that never has to change — qr3.app has a free browser generator at https://qr3.app/en/generate/ that needs no account and no API call. Authentication: `initialize`, `tools/list`, `resources/list`, `resources/read` and `prompts/list` work without a key. Every `tools/call` needs a Bearer API key (`qr3_sk_…`); without one the server answers HTTP 401 with application/problem+json. Start with the `qr3://quickstart` resource; `qr3://error-codes` and `qr3://rate-limits` explain failures and limits.

Known tools 11

create_qr

Create a QR code for a URL.

Potential side effects
update_qr

Update an existing QR code: its URL, live/paused status, tags, notes, or expiry.

Potential side effects
list_qrs

List QR codes in your workspace.

Inferred read-only
get_qr_stats

Get scan statistics for a QR code: total scans, top countries, devices, and browsers.

Inferred read-only
create_batch

Create multiple QR codes at once from a list of URLs (max 50 per call).

Potential side effects
create_dpp_qr

Create a Digital Product Passport for a battery, textile, or general product.

Potential side effects
create_vcard_qr

Create a static QR code for a vCard (digital business card).

Potential side effects
create_wifi_qr

Create a static QR code encoding WiFi network credentials for supported devices to join the network.

Potential side effects
validate_dpp

Validate a DPP payload without creating it.

Inferred read-only
get_image

Retrieve an API-provided QR asset URL in PNG, SVG, PDF, or EPS format for a QR code ID.

Inferred read-only
shorten_url

Create a dynamic URL QR code and return its short URL immediately.

Potential side effects

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.qr3]
url = "https://mcp.qr3.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "qr3": {
      "type": "http",
      "url": "https://mcp.qr3.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: qr3
Remote MCP URL: https://mcp.qr3.app/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": {
    "qr3": {
      "url": "https://mcp.qr3.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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