sharecut-mcp
sharecut-mcp
Servidor MCP para ShareCut — genera códigos QR y crea enlaces cortos rastreables desde Claude, Cursor o cualquier cliente MCP.
La generación de códigos QR es gratuita y no requiere cuenta.
Instalación
Servidor remoto, nada que instalar:
claude mcp add --transport http sharecut https://sharecut.site/mcpO ejecuta este paquete a través de stdio:
npx sharecut-mcp{
"mcpServers": {
"sharecut": {
"command": "npx",
"args": ["-y", "sharecut-mcp"],
"env": { "SHARECUT_API_KEY": "sc_live_..." }
}
}
}SHARECUT_API_KEY es opcional — si la omites, create_qr sigue funcionando.
Related MCP server: qr-maker
Herramientas
create_qr — gratis, sin clave de API
Convierte cualquier URL o texto en un código QR. Devuelve SVG y, si pides
format: "png", también un data URL PNG. El color es opcional y se indica
como valor hexadecimal.
El código es estático: el destino queda codificado en el patrón mismo, de modo que una vez impreso, apunta allí para siempre.
shorten_url — requiere una clave de API
Crea un enlace corto de ShareCut y un código QR que apunta a él. Como el QR codifica el enlace corto en lugar del destino, puedes cambiar a dónde lleva después de que se haya impreso, y cada escaneo se cuenta — país, dispositivo, procedencia.
Esa diferencia es la razón de ser. Un cartel, un menú, una tarjeta de visita o una etiqueta de producto duran más que la URL impresa en ellos; un QR estático no sobrevive a una migración del sitio ni a un cambio de campaña, y este sí.
Recibe url y un customCode opcional. Antes de crear un enlace, los destinos
se comparan contra Google Safe Browsing.
Clave de API
Solo shorten_url necesita una. Créala en
sharecut.site/p/profile — el acceso a la API
es parte del plan Business — y pásala como SHARECUT_API_KEY.
No hay registro programático: una persona crea la clave. Consulta auth.md para el contrato completo de autenticación.
Cómo funciona
Este paquete es un puente stdio ligero hacia https://sharecut.site/mcp. Mueve
JSON-RPC delimitado por saltos de línea hacia ese endpoint y de vuelta, lo que
significa cero dependencias (inicio rápido con npx) y no hay actualizaciones
que perseguir: las herramientas viven en el servidor, así que los cambios te
llegan sin tocar tu configuración.
Apunta SHARECUT_MCP_URL a otro lugar para usar una implementación distinta.
Enlaces
Documentación — https://sharecut.site/p/api/
OpenAPI — https://sharecut.site/openapi.json
Tarjeta del servidor — 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