← soundside.ai

INDIVIDUAL MCP TOOL

compose_media

Layer text, images, or video onto a base video: add_text, overlay, split_screen.

soundside.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

soundside.ai

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.soundside-ai]
url = "https://mcp.soundside.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "soundside-ai": {
      "type": "http",
      "url": "https://mcp.soundside.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: soundside-ai
Remote MCP URL: https://mcp.soundside.ai/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": {
    "soundside-ai": {
      "url": "https://mcp.soundside.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "soundside-ai": {
      "type": "http",
      "url": "https://mcp.soundside.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "soundside-ai",
  "transport": "streamable-http",
  "url": "https://mcp.soundside.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lib_list — List library entities: projects, collections, resources, lineage, brand_kits, credits, or dashboard (composite load).
  • lib_manage — CRUD for library entities (projects, collections, resources, brand_kits).
  • lib_share — Manage project sharing: share by email, list shares, or revoke access.
  • create_video — Create video from text/image.
  • create_image — Create image from text prompt or reference.
  • create_audio — Create audio: TTS, sound effects, voice cloning/design, or list_voices.
  • create_music — Create music from lyrics/prompt.
  • create_text — Generate text via LLM chat completions.