{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.yesmars/scriptseen",
  "title": "ScriptSeen",
  "description": "Create short-form scripts and paced audio, then hand clips to ScriptSeen's on-device video maker.",
  "version": "1.0.0",
  "websiteUrl": "https://scriptseen.com/mcp",
  "repository": {
    "url": "https://github.com/yesmars/contentai",
    "source": "github",
    "id": "1228169494",
    "subfolder": "scriptseen"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.scriptseen.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer followed by a personal ss_agent_ token from ScriptSeen Agent connections.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer ss_agent_…"
        }
      ]
    }
  ]
}
