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
Known tools 30
get_capabilitiesGet Compeller platform capabilities, supported features, and API version.
get_pricingGet current Compeller subscription plans and pricing.
list_stylesList available visual styles for Compeller video generation.
upload_mediaGet upload instructions for media files (audio, images, video).
search_musicSearch Deezer preview tracks by song, artist, or album.
create_compel_from_musicCreate a compel from a selected Deezer preview track.
create_compelCreate a Compeller generation job from primary audio media and optional reference media.
get_compelGet the current status, progress, and details of a Compeller generation job.
start_renderStart rendering a READY compel with default configuration so an agent can continue to final MP4 without opening the browser UI.
list_compelsList all Compeller generation jobs for the authenticated account, newest first.
search_compelsSearch Compeller generation jobs by title for the authenticated account.
list_renderingsList all video renderings for a specific compel.
get_renderingGet details of a specific video rendering.
search_mediaSearch and list uploaded media files for the authenticated account.
register_webhookRegister an HTTPS endpoint to receive signed push notifications for compel lifecycle events (compel.ready when renderable, compel.completed, compel.failed).
list_webhooksList all webhook endpoints registered for the authenticated account.
delete_webhookDelete a webhook endpoint by id.
test_webhook_deliverySynchronously POST a synthetic webhook.test event to a registered endpoint.
update_webhookUpdate one or more mutable fields on a registered webhook endpoint: url, events, active.
rotate_webhook_secretMint a new HMAC-SHA256 signing secret for a registered webhook endpoint.
cancel_compelCancel an in-progress compel.
get_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.
list_lighting_effectsList the COM-497 starter lighting effects available to launch as cues (e.g.
launch_lighting_cueLaunch a starter lighting effect onto a stage as a live cue (e.g.
list_lighting_cuesList the live (non-stopped) lighting cues REACT is executing, including each cue's launch_id, resolved variables, launch_contract, and feedback.
get_lighting_cueFetch a single live lighting cue by its launch_id, including resolved variables, launch_contract, and REACT feedback.
stop_lighting_cueStop a live cue by its launch_id.
set_lighting_cue_variablesUpdate variables on a live cue (e.g.
ack_lighting_cueREACT/BAE acknowledgement for a launch_id.
report_lighting_cueREACT/BAE report-back for cue status, active variables, skipped bindings, capability misses, last_frame_at, and errors.