Marketing
qr3.app
Manages QR codes by creating, updating, listing, batch-generating, and retrieving scan statistics.
ENDPOINT 1
https://mcp.qr3.app/mcp
MCP server metadata
- Name
- qr3
- Version
- 1.0.0
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
update_qrUpdate an existing QR code: its URL, live/paused status, tags, notes, or expiry.
Potential side effectsget_qr_statsGet scan statistics for a QR code: total scans, top countries, devices, and browsers.
Inferred read-onlycreate_batchCreate multiple QR codes at once from a list of URLs (max 50 per call).
Potential side effectscreate_dpp_qrCreate a Digital Product Passport for a battery, textile, or general product.
Potential side effectscreate_wifi_qrCreate a static QR code encoding WiFi network credentials for supported devices to join the network.
Potential side effectsget_imageRetrieve an API-provided QR asset URL in PNG, SVG, PDF, or EPS format for a QR code ID.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.