← Registry

Content Tools

compeller.ai

This MCP server integrates with the Compeller platform for video generation, providing capabilities, pricing, styles, media upload, and music search.

1 endpoint30 known toolsFirst detected May 12, 2026Last detected August 20, 2026

ENDPOINT 1

https://compeller.ai/api/mcp

No auth detected

MCP server metadata

Name
compeller-mcp
Version
0.5.0
Capabilities
tools

Known tools 30

get_capabilities

Get Compeller platform capabilities, supported features, and API version.

Inferred read-only
get_pricing

Get current Compeller subscription plans and pricing.

Inferred read-only
list_styles

List available visual styles for Compeller video generation.

Inferred read-only
upload_media

Get upload instructions for media files (audio, images, video).

Potential side effects
search_music

Search Deezer preview tracks by song, artist, or album.

Inferred read-only
create_compel_from_music

Create a compel from a selected Deezer preview track.

Potential side effects
create_compel

Create a Compeller generation job from primary audio media and optional reference media.

Potential side effects
get_compel

Get the current status, progress, and details of a Compeller generation job.

Inferred read-only
start_render

Start rendering a READY compel with default configuration so an agent can continue to final MP4 without opening the browser UI.

Inferred read-only
list_compels

List all Compeller generation jobs for the authenticated account, newest first.

Inferred read-only
search_compels

Search Compeller generation jobs by title for the authenticated account.

Inferred read-only
list_renderings

List all video renderings for a specific compel.

Inferred read-only
get_rendering

Get details of a specific video rendering.

Inferred read-only
search_media

Search and list uploaded media files for the authenticated account.

Inferred read-only
register_webhook

Register an HTTPS endpoint to receive signed push notifications for compel lifecycle events (compel.ready when renderable, compel.completed, compel.failed).

Inferred read-only
list_webhooks

List all webhook endpoints registered for the authenticated account.

Inferred read-only
delete_webhook

Delete a webhook endpoint by id.

Potential side effects
test_webhook_delivery

Synchronously POST a synthetic webhook.test event to a registered endpoint.

Potential side effects
update_webhook

Update one or more mutable fields on a registered webhook endpoint: url, events, active.

Potential side effects
rotate_webhook_secret

Mint a new HMAC-SHA256 signing secret for a registered webhook endpoint.

Inferred read-only
cancel_compel

Cancel an in-progress compel.

Inferred read-only
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.

Inferred read-only
list_lighting_effects

List the COM-497 starter lighting effects available to launch as cues (e.g.

Inferred read-only
launch_lighting_cue

Launch a starter lighting effect onto a stage as a live cue (e.g.

Inferred read-only
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.

Inferred read-only
get_lighting_cue

Fetch a single live lighting cue by its launch_id, including resolved variables, launch_contract, and REACT feedback.

Inferred read-only
stop_lighting_cue

Stop a live cue by its launch_id.

Inferred read-only
set_lighting_cue_variables

Update variables on a live cue (e.g.

Potential side effects
ack_lighting_cue

REACT/BAE acknowledgement for a launch_id.

Inferred read-only
report_lighting_cue

REACT/BAE report-back for cue status, active variables, skipped bindings, capability misses, last_frame_at, and errors.

Inferred read-only

CONNECT 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.

Trust status Trusted

compeller.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.