{
  "markdown": "# Compeller MCP\n\nPublic documentation and metadata for the hosted **Compeller MCP** server.\n\nCompeller turns music into performance-ready visuals. Agents can discover styles and pricing, search for music, create and track Compels, start renders, retrieve finished videos, and register signed webhooks for completion events.\n\n> This repository contains public connector documentation and metadata only. The production Compeller application source code is not published here.\n\n## Remote MCP endpoint\n\n```text\nhttps://compeller.ai/api/mcp\n```\n\n- **Namespace:** `ai.compeller/compel`\n- **Server:** `compeller-mcp`\n- **Version:** `0.5.0`\n- **Transport:** Streamable HTTP JSON-RPC over HTTPS\n- **Official MCP Registry:** <https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.compeller%2Fcompel>\n- **Smithery:** <https://smithery.ai/servers/info-nijd/compeller>\n\n## Quick config\n\nMost MCP clients that support remote Streamable HTTP servers can use:\n\n```json\n{\n  \"mcpServers\": {\n    \"compeller\": {\n      \"url\": \"https://compeller.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_COMPELLER_API_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nIf your MCP client stores raw token values without the `Bearer ` prefix, use the alternate header:\n\n```json\n{\n  \"mcpServers\": {\n    \"compeller\": {\n      \"url\": \"https://compeller.ai/api/mcp\",\n      \"headers\": {\n        \"X-API-Token\": \"YOUR_COMPELLER_API_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nDiscovery works without authentication. Generation, account, media, rendering, and webhook tools require a Compeller API token.\n\n## Public docs and discovery\n\n- MCP docs: <https://compeller.ai/api/mcp/docs.md>\n- Agent manifest: <https://compeller.ai/agents.json>\n- LLM guide: <https://compeller.ai/llms.txt>\n- OpenAPI: <https://compeller.ai/api/v1/openapi.yaml>\n- Health: <https://compeller.ai/api/v1/health>\n\n## Tool surface\n\nCompeller currently exposes 20 MCP tools:\n\n### Discovery\n\n- `get_capabilities`\n- `get_pricing`\n- `list_styles`\n- `search_music`\n\n### Media and generation\n\n- `upload_media`\n- `search_media`\n- `create_compel_from_music`\n- `create_compel`\n- `get_compel`\n- `start_render`\n- `list_compels`\n- `search_compels`\n- `list_renderings`\n- `get_rendering`\n\n### Webhooks\n\n- `register_webhook`\n- `list_webhooks`\n- `update_webhook`\n- `delete_webhook`\n- `test_webhook_delivery`\n- `rotate_webhook_secret`\n\nWebhook deliveries are signed with `X-Compeller-Signature: sha256=<hex>` over the raw request body. Secrets are returned exactly once on registration or rotation.\n\n## Example prompts\n\n- “Search for Midnight City by M83 and create a cinematic Compeller visual.”\n- “Show me available Compeller visual styles.”\n- “Check the status of Compel 12345.”\n- “Start the render for this READY Compel.”\n- “Register a webhook for completed/failed Compeller events.”\n\n## Directory listing copy\n\nShort description:\n\n```text\nCreate AI music videos and audio-reactive visuals from songs through MCP.\n```\n\nLonger description:\n\n```text\nCompeller is a creator media pipeline for music. The MCP server lets agents discover styles and pricing, search music, create and track Compels, upload media, start renders, retrieve renderings, and register signed webhooks for completion events. Completed renderings can also be loaded into REACT, Compeller's desktop app for live audio-reactive shows.\n```\n\nSuggested tags:\n\n```text\nAI, Music, Video Generation, Audio Reactive, Creative Tools, MCP, Remote MCP, Generative Art, Creator Tools, Entertainment\n```\n\n## License\n\nThe documentation and metadata in this repository are published under the MIT License.\n",
  "bytes": 3577,
  "sha": "27a7d90927dc0b8d93fb90b701c0c20f0e7f06f90a240a228126f60c59ee6b55",
  "repo_slug": "compellerai/compeller-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_compeller_compel_7eea2e1d/readme"
}