Ssemble AI Clipping✓
com.ssemble/mcp-server · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.ssemble/mcp-server",
"description": "Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.",
"title": "Ssemble AI Clipping",
"repository": {
"url": "https://github.com/ssembleinc/ssemble-mcp-server",
"source": "github"
},
"version": "1.1.3",
"websiteUrl": "https://www.ssemble.com/mcp",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@ssemble/mcp-server",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Ssemble API key (starts with sk_ssemble_)",
"isRequired": true,
"isSecret": true,
"name": "SSEMBLE_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ssemble.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}