{
  "schemaVersion": "0.2.0",
  "name": "Glinded",
  "description": "AI memorial and family video maker. Composes user-uploaded photos and videos into a finished MP4 with licensed music, gentle transitions, and text overlays. Runs as a connector inside ChatGPT.",
  "url": "https://www.glinded.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Glinded, Inc.",
    "url": "https://www.glinded.com",
    "email": "help@glinded.com"
  },
  "documentationUrl": "https://www.glinded.com/llms-full.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["oauth2"],
    "description": "OAuth-protected MCP server. A free Glinded account is required; sign-in is initiated by the connecting chat app."
  },
  "skills": [
    {
      "id": "compose-memorial-video",
      "name": "Compose memorial video",
      "description": "Generate a scene-by-scene memorial video composition from a user's uploaded photos and videos, with licensed background music, gentle transitions, and name and date overlays.",
      "tags": ["video", "memorial", "tribute", "slideshow"],
      "examples": [
        "Create a memorial video for my grandmother",
        "Make a funeral tribute slideshow from these family photos",
        "Compose a 2-minute celebration of life video"
      ]
    },
    {
      "id": "compose-family-video",
      "name": "Compose family video",
      "description": "Turn years of camera-roll photos and home videos into a single family compilation with intentional pacing and music.",
      "tags": ["video", "family", "compilation", "montage"],
      "examples": [
        "Make a 1-minute video of our 2026 family trip",
        "Compile these baby photos into a first-birthday video"
      ]
    },
    {
      "id": "compose-milestone-montage",
      "name": "Compose milestone montage",
      "description": "Create an anniversary, birthday, graduation, or retirement montage from a collection of personal photos and videos.",
      "tags": ["video", "milestone", "anniversary", "birthday", "montage"],
      "examples": [
        "Make a 25th-anniversary montage for my parents",
        "Compose a graduation video from these photos"
      ]
    },
    {
      "id": "upload-assets",
      "name": "Upload photos and videos",
      "description": "Open an asset-upload widget inside the chat, or generate a shareable upload link that family and friends can use to contribute photos and videos to a project.",
      "tags": ["upload", "assets", "photos", "videos"]
    },
    {
      "id": "search-licensed-music",
      "name": "Search licensed music",
      "description": "Browse a curated Creative Commons music catalog (free plan) or search 55,000+ Epidemic Sound tracks (any paid plan). All tracks include a license file that can be shared with a funeral home.",
      "tags": ["music", "licensed", "epidemic-sound", "creative-commons"]
    },
    {
      "id": "render-video",
      "name": "Render video to MP4",
      "description": "Render the current composition to a downloadable MP4 file. Returns a signed download URL when rendering completes.",
      "tags": ["render", "mp4", "download", "export"]
    }
  ],
  "endpoints": {
    "mcp": "https://mcp-detprm6tzq-uc.a.run.app",
    "serverCard": "https://www.glinded.com/.well-known/mcp/server-card.json"
  },
  "defaultInputModes": ["text/plain", "image/jpeg", "image/png", "video/mp4", "video/quicktime"],
  "defaultOutputModes": ["text/plain", "video/mp4"]
}
