sharecut-mcp
sharecut-mcp
MCP server for ShareCut — generate QR codes, create trackable short links, re-point them after the QR is printed, and read their click analytics from Claude, Cursor, or any MCP client.
QR codes, link expansion and short-code checks are free and need no account.
Install
Remote server, nothing to install:
claude mcp add --transport http sharecut https://sharecut.site/mcpOr run this package over stdio:
npx sharecut-mcp{
"mcpServers": {
"sharecut": {
"command": "npx",
"args": ["-y", "sharecut-mcp"],
"env": { "SHARECUT_API_KEY": "sc_live_..." }
}
}
}SHARECUT_API_KEY is optional — leave it out and the three free tools still work.
Related MCP server: QrVerloz MCP Server
Free tools — no API key, no account
Tool | What it does |
| Renders any URL or text as a QR code: SVG, plus a PNG data URL with |
| Resolves a |
| Tells you whether a custom short code is still free before you try to claim it. |
Tools that need an API key
The interesting half. All of them act on the account the key belongs to.
update_link — the reason this server exists
Changes where an existing short link points. A ShareCut QR encodes the short link, not the destination, so re-pointing the link redirects every copy already printed, shared or stuck on a wall — and the click history comes along.
That difference is the whole point. A poster, a menu, a business card or a product label outlives the URL printed on it. A static QR does not survive a site migration or a campaign change; this one does.
The short code itself is deliberately immutable here: changing it would break every copy already in circulation.
The rest
Tool | What it does |
| Creates a short link plus its QR code. Optional |
| Up to 25 links in one call, with per-item results so one bad URL does not discard the rest. |
| Lists your links with click counts — filter by kind or search term, sort by newest or most clicked. |
| Destination, title, clicks, creation date and UTM settings for one link. |
| Clicks over time, plus breakdowns by country, device, OS, browser and referrer. |
| The QR code of an existing link, using the artwork saved on it (frames, colours, logo) when there is one. |
| Permanent, and it releases the short code. Needs an explicit |
| Plan, entitlements and how much API quota is left this month. Worth calling before a bulk run. |
API key
Create it at sharecut.site/p/profile — API
access is part of the Business plan — then pass it as SHARECUT_API_KEY.
There is no programmatic sign-up: a person creates the key. See auth.md for the full authentication contract.
How it works
This package is a thin stdio bridge to https://sharecut.site/mcp. It moves
newline-delimited JSON-RPC to that endpoint and back, which means zero
dependencies (fast npx start) and no upgrades to chase: the tools live on the
server, so new ones reach you without touching your config.
Point SHARECUT_MCP_URL elsewhere to target a different deployment.
Links
Documentation — https://sharecut.site/p/api/
OpenAPI — https://sharecut.site/openapi.json
Server card — https://sharecut.site/.well-known/mcp/server-card.json
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Dynamic, editable QR codes + short links with scan analytics and branded QR rendering.
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
Create, manage and measure short links: branded domains, cookie-less analytics and QR codes
Related MCP Servers
- AlicenseAqualityCmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19871MIT
- AlicenseNot gradedqualityDmaintenanceQrVerloz lets AI agents create QR codes instantly — no account needed, active for 90 days, and claimable at any time to make them permanent. Retarget the destination URL whenever you need, without reprinting.3MIT

Jmpy mcp serverofficial
FlicenseNot gradedqualityDmaintenanceUser can create short urls, edit short urls, get click analytics, generate qr codes and much more.-- AlicenseNot gradedqualityCmaintenanceEnables creation of short links, dynamic QR codes, UTM templates, and hosted vCards with click/scan analytics through natural language conversations.100MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucaRSdeCo/sharecut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server