MCP server · Devialet
devialet-ip-control
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Devialet. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Devialet publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport stdio
Tools
get_device— Get device identifiers, model, firmware version, serial number, role, and name.get_system— Get system identifiers, name, and available features (equalizer, nightMode).list_group_sources— List the audio sources currently available to the group.get_group_current_source— Get current playback state — source, playingState, muteState, track metadata, and the operations currently available.get_system_volume— Get the current system volume as a percentage.set_system_volume— Set the system volume to an absolute percentage (0-100).system_volume_up— Increase the system volume by one 5% step.system_volume_down— Decrease the system volume by one 5% step.get_system_equalizer— Get the equalizer preset, per-band gains, gain range, and available presets.set_system_equalizer— Select an equalizer preset and optionally set the stored custom per-band gains.get_system_night_mode— Get the night-mode audio rendering setting.set_system_night_mode— Turn night-mode audio rendering on or off.play_group_source— Start or resume playback of a designated source, selecting it if it is not current.pause_group_playback— Pause the current source (or mute it if the source cannot semantically pause).mute_group_playback— Mute the current source.unmute_group_playback— Unmute the current source.next_group_track— Skip to the next track. Check availableOperations first.previous_group_track— Skip to the previous track. Check availableOperations first.start_system_bluetooth_advertising— Make the system discoverable for Bluetooth pairing for one minute.power_off_device— Turn off a single device. Cannot be undone remotely.restart_device— Reboot a single device.reset_device_to_factory_settings— Reset a single device to factory settings. Irreversible; erases network credentials.power_off_system— Turn off every device in the system. Cannot be undone remotely.restart_system— Reboot every device in the system.reset_system_to_factory_settings— Reset every device in the system to factory settings. Irreversible; erases network credentials on all of them.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.