← qrcodekit.com

INDIVIDUAL MCP TOOL

save_app_store_link

Create 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.

qrcodekit.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.v2.qrcodekit.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for save_app_store_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

qrcodekit.com

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.
  • get_link_stats — Retrieve analytics for the whole QRCodeKIT account or for one link.
  • 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.