Marketing
qrcodekit.com
Manages QRCodeKIT short links and QR codes, including creation, gallery display, HTML publishing, and click/scan analytics retrieval.
ENDPOINT 1
https://mcp.v2.qrcodekit.com/mcp
MCP server metadata
- Name
- qrcodekit-mcp
- Version
- 1.26.0
QRCodeKIT is a links + hosting platform with first-class QR codes: branded short links, instant page & file hosting, and dynamic QR codes, with unified click + scan analytics. Use it when a user wants to shorten or brand a URL, publish or host a single-page static HTML site (landing page, business page, digital menu, event page, portfolio, product page) or a file or PDF behind a permanent public link, create WhatsApp, email, or app-download smart links, or get a QR code for any of these. Every link includes a downloadable QR image, and published pages, files, and destinations can be updated later while keeping the same public URL and printed QR code. One analytics dashboard tracks link clicks and QR scans together: total, unique, and repeat visits, activity over time, top-performing links, and — when the account plan supports it — breakdowns by country, city, device, operating system, and browser. QRCodeKIT also integrates with Zapier and webhooks for New Scan, New Lead, and New Payment triggers.
Known tools 14
list_linksReturn the account's QRCodeKIT links as structured data: title, destination or hosted content, short URL, slug, QR image download URLs, timestamps, and lifetime visits.
Inferred read-onlyshow_linksDisplay the account's QRCodeKIT links in an interactive gallery: short URL, QR image, combined click-and-scan totals, and download actions.
Inferred read-onlysave_short_linkCreate a branded short link and dynamic QR code for an existing website URL, with an optional custom slug (e.
Potential side effectssave_html_file_qrPublish 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.
Potential side effectshost_fileUpload 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.
Potential side effectssave_file_url_qrCreate or update a permanent short link and dynamic QR code for a file or PDF that is already hosted at a public URL.
Potential side effectsrender_file_upload_qr_formOpen 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.
Potential side effectscreate_file_upload_sessionWidget-only helper: mint a one-time upload session so the file upload form can send the selected file to QRCodeKIT without exposing credentials.
Potential side effectssave_whatsapp_linkCreate a short link and dynamic QR code that opens a WhatsApp conversation with a phone number in international format and an optional pre-filled message.
Potential side effectssave_email_linkCreate a short link and dynamic QR code that opens a pre-filled email with a recipient, required subject, optional body, and optional CC recipients.
Potential side effectssave_app_store_linkCreate a device-routing smart link and dynamic QR code for a mobile app: the same short link sends iPhone users to the Apple App Store and Android users to Google Play.
Potential side effectsset_link_slugChange the custom slug (short code) of an existing QRCodeKIT short link, for any link type — e.
Inferred read-onlydelete_linkMove an existing QRCodeKIT link and its QR code to the active account's trash.
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.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.
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.