INDIVIDUAL MCP TOOL
get_qr_analytics_detail
Use this when the user wants a breakdown of scans — a daily time-series, device split (mobile/tablet/desktop/bot), OS split (ios/android/other), browser family (Chrome/Safari/…), top countries, or top referrer domains — for one QR code or the whole workspace.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.qr-coding-com]
url = "https://www.qr-coding.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qr-coding-com": {
"type": "http",
"url": "https://www.qr-coding.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qr-coding-com
Remote MCP URL: https://www.qr-coding.com/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": {
"qr-coding-com": {
"url": "https://www.qr-coding.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qr-coding-com": {
"type": "http",
"url": "https://www.qr-coding.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qr-coding-com",
"transport": "streamable-http",
"url": "https://www.qr-coding.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Use this when a user wants to search the connected QR code source by URL, name, slug, or checksum.fetch— Use this when a search result id needs to be fetched from the connected QR code source.prepare_qr_for_image— Use this when a user asks to insert, place, embed, or compose a QR code into an image or generated artwork.create_qr_code— Use this when the user wants to create, generate, or make a new QR code.create_qr_batch— Use this when the user wants to create many QR codes at once (a campaign, a list of store/menu URLs, an event).import_qr_csv— Use this when the user provides a CSV (a spreadsheet export, a pasted table) of QR codes to create.upload_logo— Use this when the user wants a logo in the center of a QR code.list_logos— Use this to see the logos saved in the workspace's library.