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 data URL도 반환합니다. color는 hex 값으로 선택적으로 지정할 수 있습니다.
이 코드는 **정적(static)**입니다. 대상 주소가 패턴 자체에 인코딩되므로, 한 번 인쇄되면 영원히 그 주소를 가리킵니다.
shorten_url — API 키 필요
ShareCut 단축 링크와 그 링크를 가리키는 QR 코드를 생성합니다. QR 코드는 대상 주소 대신 단축 링크를 인코딩하므로, 인쇄된 후에도 링크가 가리키는 곳을 바꿀 수 있으며, 모든 스캔이 집계됩니다 — 국가, 기기, 리퍼러.
바로 그 차이가 핵심입니다. 포스터, 메뉴판, 명함 또는 제품 라벨은 인쇄된 URL보다 오래 남습니다. 정적 QR 코드는 사이트 이전이나 캠페인 변경을 견디지 못하지만, 이 코드는 견딥니다.
url과 선택적인 customCode를 받습니다. 링크가 생성되기 전에 대상 주소는 Google Safe Browsing으로 검사됩니다.
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을 다른 주소로 지정하면 다른 배포 환경을 대상으로 할 수 있습니다.
링크
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