Skip to main content
Glama

Q-SYS MCP Server

by charliem716

qsys_connect

Establish WebSocket connections to Q-SYS Core processors for controlling and monitoring audio/video systems, managing components, and handling system status with secure protocols.

Instructions

Connect to Q-SYS Core processor

Input Schema

NameRequiredDescriptionDefault
hostYesIP address or hostname of Q-SYS Core
pollingIntervalNoControl polling interval in ms (min: 34, default: 350)
portNoWebSocket port (default: 443)
secureNoUse secure WebSocket (wss://)

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "IP address or hostname of Q-SYS Core", "type": "string" }, "pollingInterval": { "default": 350, "description": "Control polling interval in ms (min: 34, default: 350)", "minimum": 34, "type": "number" }, "port": { "default": 443, "description": "WebSocket port (default: 443)", "type": "number" }, "secure": { "default": true, "description": "Use secure WebSocket (wss://)", "type": "boolean" } }, "required": [ "host" ], "type": "object" }

Other Tools from Q-SYS MCP Server

Related Tools

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/charliem716/MCP3.0'

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