Compeller✓
ai.compeller/compel · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.compeller/compel",
"description": "Create and track AI music videos and audio-reactive visuals from songs.",
"title": "Compeller",
"repository": {
"url": "https://github.com/Compellerai/compeller-mcp",
"source": "github"
},
"version": "0.5.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://compeller.ai/api/mcp",
"headers": [
{
"description": "Bearer token from Compeller Account → API Access, POST /api/login, or POST /api/v1/auth/token. Discovery tools work without this header; generation/account tools require it.",
"isSecret": true,
"name": "Authorization"
},
{
"description": "Alternative Compeller API token header. Use this instead of Authorization if your MCP client stores token values without the Bearer prefix.",
"isSecret": true,
"name": "X-API-Token"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}