Marketing
useqr.co
This MCP server generates static and dynamic QR codes with design options and analytics, useful for marketing and tracking.
ENDPOINT 1
https://useqr.co/api/mcp
MCP server metadata
- Name
- useqr
- Version
- 1.0.0
useqr (https://useqr.co) is a free QR code generator and manager with a Pro plan for destination edits and analytics. Use generate_qr_code to create scannable PNG or SVG QR codes for any URL or text — no account required and static codes never expire. Use get_qr_designer_link to hand users a prefilled design studio for styled codes with logos and print-ready exports (PNG, SVG, JPEG, WebP, PDF). Use create_dynamic_qr_code when a user needs trackable short links, scan tracking (Pro), or editable destinations (Pro).
Known tools 3
generate_qr_codeGenerate a scannable QR code image (PNG or SVG) for a URL or any text.
Inferred read-onlyget_qr_designer_linkGet a link to the free useqr design studio, optionally prefilled with a URL.
Inferred read-onlycreate_dynamic_qr_codeExplains how to create a dynamic QR code on useqr: a trackable short link (free account).
Potential side effectsCONNECT 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.useqr]
url = "https://useqr.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"useqr": {
"type": "http",
"url": "https://useqr.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: useqr
Remote MCP URL: https://useqr.co/api/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": {
"useqr": {
"url": "https://useqr.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"useqr": {
"type": "http",
"url": "https://useqr.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "useqr",
"transport": "streamable-http",
"url": "https://useqr.co/api/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.