sharecut-mcp
sharecut-mcp
ShareCut 用の MCP サーバー — Claude、Cursor、または任意の MCP クライアントから、QR コードを生成し、トラッキング可能な短縮リンクを作成できます。
QR コードの生成は無料で、アカウントは不要です。
インストール
リモートサーバーなので、インストールするものはありません。
claude mcp add --transport http sharecut https://sharecut.site/mcpまたは、このパッケージを stdio で実行します。
npx sharecut-mcp{
"mcpServers": {
"sharecut": {
"command": "npx",
"args": ["-y", "sharecut-mcp"],
"env": { "SHARECUT_API_KEY": "sc_live_..." }
}
}
}SHARECUT_API_KEY は任意です — 省略しても create_qr は動作します。
Related MCP server: qr-maker
ツール
create_qr — 無料、API キー不要
あらゆる URL またはテキストを QR コードとして描画します。SVG を返し、format: "png" を指定すると PNG データ URL も返します。color は任意で、16 進数の値で指定できます。
このコードは静的です。宛先がパターン自体にエンコードされているため、一度印刷すると、その宛先を指し続けます。
shorten_url — API キーが必要
ShareCut の短縮リンクと、それを指す QR コードを作成します。QR コードは宛先ではなく短縮リンクをエンコードするため、印刷後にリンク先を変更できます。また、すべてのスキャンがカウントされます — 国、デバイス、参照元。
その違いこそがこの機能の核心です。ポスター、メニュー、名刺、商品ラベルは、印刷された URL よりも寿命が長いものです。静的な QR コードはサイト移行やキャンペーン変更に耐えられませんが、このタイプの QR コードは耐えられます。
url と、任意の customCode を受け取ります。リンクが作成される前に、宛先は Google Safe Browsing でチェックされます。
API キー
API キーが必要になるのは shorten_url だけです。sharecut.site/p/profile で作成してください。API アクセスは Business プランに含まれます。作成したキーを SHARECUT_API_KEY として渡します。
プログラムによるサインアップはありません。キーは人が作成します。認証契約の全体は auth.md を参照してください。
仕組み
このパッケージは、https://sharecut.site/mcp への薄い stdio ブリッジです。改行区切りの JSON-RPC をそのエンドポイントへ往復させます。つまり、依存関係ゼロ(npx の起動が高速)で、追いかけるアップデートもありません。ツールはサーバー側にあるため、設定に触れることなく変更内容が届きます。
SHARECUT_MCP_URL を別の場所に指定すると、別のデプロイ環境をターゲットにできます。
リンク
ドキュメント — https://sharecut.site/api/
OpenAPI — https://sharecut.site/openapi.json
サーバーカード — https://sharecut.site/.well-known/mcp/server-card.json
MIT ライセンスで提供されています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceDynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).372MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19561MIT
- 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
- AlicenseAqualityCmaintenanceGenerates QR code PNG images from text or URLs with customizable options like size, color, and error correction level.1MIT
Related MCP Connectors
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
Create and manage short links, track clicks, and automate URL management
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
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