sigma-streaming-platform-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIGMA_TOKEN | Yes | Personal API Token (pat_...) | |
| SIGMA_BASE_URL | Yes | Traefik ingress URL (e.g. https://api.sigma.example.com) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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