# Soundside-ai

Generate and edit professional multimedia content including videos, images, audio, and business artifacts through a unified interface. Organize creative projects with integrated library management an…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kangaroo-Ifly/soundside-ai

# Browse available tools
npx -y @smithery/cli@latest tool list kangaroo-Ifly/soundside-ai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kangaroo-Ifly/soundside-ai lib_list

# Call a tool
npx -y @smithery/cli@latest tool call kangaroo-Ifly/soundside-ai lib_list '{}'
```

## Direct MCP Connection

Endpoint: `https://soundside-ai--kangaroo-ifly.run.tools`

## Tools (12)

- `lib_list` — List library entities (projects, collections, resources, lineage, brand_kits).
- `lib_manage` — Manage library entities (projects, collections, resources, brand_kits).
- `lib_share` — Manage project sharing permissions.
- `create_video` — Create video from text prompt or image. Supports multiple AI providers.
- `create_image` — Create image from text prompt or reference image.
- `create_audio` — Create audio content: TTS, sound effects, transcription, voice cloning/design, or voice listing.
- `create_music` — Create music from lyrics and prompt.
- `create_text` — Generate text using LLM chat completions.
- `create_artifact` — Create a business artifact: presentation, chart, document, or diagram.
- `create_artifact_bundle` — Generate a bundle of related business artifacts from a single brief.
- `edit_video` — Edit media (video, audio, images) with compositing, effects, and transformations.
- `analyze_media` — Analyze media for technical properties and quality metrics.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kangaroo-Ifly/soundside-ai <tool-name>
```
