Everything here was measured by our prober or read from a registry. Nothing is self-reported.
30-day availability1/1 checks ok
30 days agotoday
Endpoints
https://compeller.ai/api/mcpmcp streamable http · checked on a schedule
Registry facts
Not distributed through a package registry we index.
when
check
result
http
latency
detail
6 h ago
mcp initialize
ok
200
240 ms
server compeller-mcp 0.5.0 · protocol 2024-11-05 · 30 tools
Tools observed via MCP handshake
get_capabilities — Get Compeller platform capabilities, supported features, and API version.
get_pricing — Get current Compeller subscription plans and pricing.
list_styles — List available visual styles for Compeller video generation.
upload_media — Get upload instructions for media files (audio, images, video). Returns the upload URL and required headers. Requires API token authentication.
search_music — Search Deezer preview tracks by song, artist, or album. Use this when the user provides a song string but no MP3/WAV/FLAC file.
create_compel_from_music — Create a compel from a selected Deezer preview track. If the user provides an audio file instead, upload that file and use create_compel.
create_compel — Create a Compeller generation job from primary audio media and optional reference media. Returns compel id, status, and links to track progress and retrieve ren
get_compel — Get the current status, progress, and details of a Compeller generation job.
start_render — Start rendering a READY compel with default configuration so an agent can continue to final MP4 without opening the browser UI.
list_compels — List all Compeller generation jobs for the authenticated account, newest first.
search_compels — Search Compeller generation jobs by title for the authenticated account.
list_renderings — List all video renderings for a specific compel.
get_rendering — Get details of a specific video rendering.
search_media — Search and list uploaded media files for the authenticated account.
register_webhook — Register an HTTPS endpoint to receive signed push notifications for compel lifecycle events (compel.ready when renderable, compel.completed, compel.failed). Ret
Declared by sources
What the publisher says
Attributed to the source that supplied each field. Treated as claims, not facts.
No long description beyond the summary.
kind ← Official MCP Registry
name ← Official MCP Registry
repoUrl ← Official MCP Registry
summary ← Official MCP Registry
version ← Official MCP Registry
description ← Official MCP Registry
publisherName ← Official MCP Registry
Derived by Wellknown
Capabilities
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
6 h ago · declared · summary → "Create and track AI music videos and audio-reactive visuals from songs."
6 h ago · declared · description → "Create and track AI music videos and audio-reactive visuals from songs."
6 h ago · declared · publisherName → "ai.compeller"
6 h ago · declared · repoUrl → "https://github.com/Compellerai/compeller-mcp"
6 h ago · declared · version → "0.5.1"
6 h ago · declared · protocols → ["mcp"]
list_webhooks — List all webhook endpoints registered for the authenticated account. Secrets are never returned by this tool.
delete_webhook — Delete a webhook endpoint by id. Removes the registration and stops future deliveries.
test_webhook_delivery — Synchronously POST a synthetic webhook.test event to a registered endpoint. Uses the same HMAC-SHA256 signature as real deliveries, runs the standard URL safety
update_webhook — Update one or more mutable fields on a registered webhook endpoint: url, events, active. At least one of these must be provided. Validation mirrors register_web
rotate_webhook_secret — Mint a new HMAC-SHA256 signing secret for a registered webhook endpoint. The previous secret is invalidated immediately - integrators must update their receiver
cancel_compel — Cancel an in-progress compel. Dequeues it if still queued, otherwise cancels any active external (AI provider) tasks and transitions it to CANCELLED. Idempotent
get_account_credits — Get 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_effects — List the COM-497 starter lighting effects available to launch as cues (e.g. "gobo-cycle", "x-move", "dimmer-pulse"). Each effect carries an id, the capabilities
launch_lighting_cue — Launch a starter lighting effect onto a stage as a live cue (e.g. "gobo-cycle on the stage's 7R beams at speed 0.5"). Pass effect_id (from list_lighting_effects
list_lighting_cues — List the live (non-stopped) lighting cues REACT is executing, including each cue's launch_id, resolved variables, launch_contract, and feedback. Optionally scop
get_lighting_cue — Fetch a single live lighting cue by its launch_id, including resolved variables, launch_contract, and REACT feedback.
stop_lighting_cue — Stop a live cue by its launch_id. Idempotent - the cue is marked stop-requested so REACT drops it on its next refresh.
set_lighting_cue_variables — Update variables on a live cue (e.g. change cycle speed or intensity mid-show). Only the variables you pass change; the rest keep their current values. Stopped
ack_lighting_cue — REACT/BAE acknowledgement for a launch_id. Idempotently records whether the executor accepted or rejected the cue and which executor observed it.
report_lighting_cue — REACT/BAE report-back for cue status, active variables, skipped bindings, capability misses, last_frame_at, and errors.