← qrcodekit.com
INDIVIDUAL MCP TOOL
get_link_stats
Retrieve analytics for the whole QRCodeKIT account or for one link.
LIVE ENDPOINT
https://mcp.v2.qrcodekit.com/mcp
Connect to this endpoint to inspect the live schema for get_link_stats and invoke it with your own arguments.
Indexed 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 server
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.qrcodekit-mcp]
url = "https://mcp.v2.qrcodekit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qrcodekit-mcp": {
"type": "http",
"url": "https://mcp.v2.qrcodekit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qrcodekit-mcp
Remote MCP URL: https://mcp.v2.qrcodekit.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": {
"qrcodekit-mcp": {
"url": "https://mcp.v2.qrcodekit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qrcodekit-mcp": {
"type": "http",
"url": "https://mcp.v2.qrcodekit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qrcodekit-mcp",
"transport": "streamable-http",
"url": "https://mcp.v2.qrcodekit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_links— Return the account's QRCodeKIT links as structured data: title, destination or hosted content, short URL, slug, QR image download URLs, timestamps, and lifetime visits.show_links— Display the account's QRCodeKIT links in an interactive gallery: short URL, QR image, combined click-and-scan totals, and download actions.save_short_link— Create a branded short link and dynamic QR code for an existing website URL, with an optional custom slug (e.save_html_file_qr— Publish a single-page static HTML site live on the web and get a permanent public URL and shareable link, plus a downloadable dynamic QR code that opens it.host_file— Upload and host a local PDF, image, document, spreadsheet, or other file, and get a permanent public short link plus a downloadable dynamic QR code that opens or downloads it.save_file_url_qr— Create or update a permanent short link and dynamic QR code for a file or PDF that is already hosted at a public URL.render_file_upload_qr_form— Open an interactive form for the user to upload a file or PDF from their device and get a permanent short link plus a downloadable dynamic QR code.create_file_upload_session— Widget-only helper: mint a one-time upload session so the file upload form can send the selected file to QRCodeKIT without exposing credentials.