X32 Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited X32 Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for controlling Behringer X32/M32 digital mixing consoles via OSC protocol.
npm install -g x-m32-mcp-serverOr from source:
git clone https://github.com/GoBeromsu/X32-MCP.git
cd X32-MCP
npm install && npm run buildAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"x32": {
"command": "npx",
"args": ["x-m32-mcp-server"]
}
}
}connection_connect with host="192.168.1.100" and port=10023| Tool | Parameters |
|---|---|
| Connection (4) | |
connection_connect | host, port |
connection_disconnect | - |
connection_get_info | - |
connection_get_status | - |
| Channel (8) | |
channel_set_volume | channel, value, unit |
channel_set_gain | channel, gain |
channel_mute | channel, muted |
channel_solo | channel, solo |
channel_set_name | channel, name |
channel_set_color | channel, color |
channel_set_pan | channel, pan |
channel_set_eq_band | channel, band, parameter, value |
| Bus (4) | |
bus_set_volume | bus, value, unit |
bus_mute | bus, muted |
bus_set_send | channel, bus, value, unit |
bus_get_state | bus |
| FX (3) | |
fx_set_parameter | fx, parameter, value |
fx_get_state | fx |
fx_bypass | fx, bypass |
| Main/Monitor (3) | |
main_set_volume | value, unit |
main_mute | muted |
monitor_set_level | value, unit |
| Low-Level (2) | |
get_parameter | address |
set_parameter | address, value |
channel: 1-32bus: 1-16fx: 1-8unit: "linear" (0.0-1.0) or "db" (-90 to +10)muted/solo/bypass: true/falsepan: -100 to +100, "L50"/"C"/"R50", or 0.0-1.0color: "red", "green", "blue", etc. or 0-15band: 1-4 (EQ bands)parameter: "f" (frequency), "g" (gain), "q" (Q factor)MIT
https://github.com/GoBeromsu/X32-MCP
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.