Content Tools
compeller.ai
This MCP server integrates with the Compeller platform for video generation, providing capabilities, pricing, styles, media upload, and music search.
ENDPOINT 1
https://compeller.ai/api/mcp
MCP server metadata
- Name
- compeller-mcp
- Version
- 0.5.0
Known tools 30
get_capabilitiesGet Compeller platform capabilities, supported features, and API version.
Inferred read-onlycreate_compelCreate a Compeller generation job from primary audio media and optional reference media.
Potential side effectsget_compelGet the current status, progress, and details of a Compeller generation job.
Inferred read-onlystart_renderStart rendering a READY compel with default configuration so an agent can continue to final MP4 without opening the browser UI.
Inferred read-onlylist_compelsList all Compeller generation jobs for the authenticated account, newest first.
Inferred read-onlysearch_compelsSearch Compeller generation jobs by title for the authenticated account.
Inferred read-onlyregister_webhookRegister an HTTPS endpoint to receive signed push notifications for compel lifecycle events (compel.ready when renderable, compel.completed, compel.failed).
Inferred read-onlytest_webhook_deliverySynchronously POST a synthetic webhook.test event to a registered endpoint.
Potential side effectsupdate_webhookUpdate one or more mutable fields on a registered webhook endpoint: url, events, active.
Potential side effectsrotate_webhook_secretMint a new HMAC-SHA256 signing secret for a registered webhook endpoint.
Inferred read-onlyget_account_creditsGet the authenticated account's render-minute balance and plan: minutes remaining (free + paid), monthly allowance, plan code, and whether the quota is exceeded.
Inferred read-onlylist_lighting_effectsList the COM-497 starter lighting effects available to launch as cues (e.g.
Inferred read-onlylaunch_lighting_cueLaunch a starter lighting effect onto a stage as a live cue (e.g.
Inferred read-onlylist_lighting_cuesList the live (non-stopped) lighting cues REACT is executing, including each cue's launch_id, resolved variables, launch_contract, and feedback.
Inferred read-onlyget_lighting_cueFetch a single live lighting cue by its launch_id, including resolved variables, launch_contract, and REACT feedback.
Inferred read-onlyreport_lighting_cueREACT/BAE report-back for cue status, active variables, skipped bindings, capability misses, last_frame_at, and errors.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compeller-mcp]
url = "https://compeller.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compeller-mcp": {
"type": "http",
"url": "https://compeller.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compeller-mcp
Remote MCP URL: https://compeller.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compeller-mcp": {
"url": "https://compeller.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compeller-mcp": {
"type": "http",
"url": "https://compeller.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compeller-mcp",
"transport": "streamable-http",
"url": "https://compeller.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for compeller.ai was fetched 2026-08-25T01:26:46.167Z.
compeller.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.