Skip to main content
Glama
vietanha34

sigma-streaming-platform-mcp

by vietanha34

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SIGMA_TOKENYesPersonal API Token (pat_...)
SIGMA_BASE_URLYesTraefik ingress URL (e.g. https://api.sigma.example.com)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsA

List all tenant apps/workspaces. Use the returned id field (UUID) as appUuid for subsequent operations. The slug field is human-readable only.

get_app_detailA

Get detail of a specific tenant app by UUID id.

list_serversB

List media servers (transcoders) for a given app UUID.

get_server_infoB

Get detailed info for a specific server including config and current state. appUuid must be the app UUID.

list_channelsA

List live transcoding channels for an app UUID. Supports filtering by status and name.

get_channel_detailA

Get full detail of a single transcoding channel including config, inputs, targets, jobs. appUuid must be the app UUID.

list_error_channelsA

List all channels currently in error state for an app UUID. Quick debugging overview.

check_health_summaryA

Get a health overview for an app UUID: total channels and count by status (live, error, stop, etc.).

start_channelC

Start a stopped transcoding channel. appUuid must be the app UUID.

stop_channelC

Stop a transcoding channel. appUuid must be the app UUID.

restart_channelA

Restart a channel (stop + start). Best for error recovery. appUuid must be the app UUID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vietanha34/sigma-platform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server