← soundside.ai
INDIVIDUAL MCP TOOL
analyze_media
Analyze media: technical metadata, vision_qa, transcribe, detect_segments, export_edl.
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
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.