- Home
- MCP servers
- Sistema Domótico
Sistema Domótico
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mcp-domotica-mcp-domotica-backend": {
"command": "uv",
"args": [
"run",
"servers/mcp_rooms.py"
]
}
}
}Available tools
consultar_habitaciones
Return the complete list of rooms managed by the system.
consultar_habitacion
Get detailed information for a specific room by name.
agregar_habitacion
Create a new room of the specified type.
modificar_habitacion
Update the name of an existing room.
eliminar_habitacion
Remove a room from the system (must be empty).
consultar_dispositivos
Obtain a list of devices, optionally filtered by room.
consultar_dispositivo
Retrieve detailed information for a specific device.
agregar_dispositivo
Create a new device in a given room with an initial state.
modificar_dispositivo
Update the location or state of a device.
eliminar_dispositivo
Delete a device from the system.
alternar_luz
Toggle a light between on and off.
encender_luz
Turn a light on.
apagar_luz
Turn a light off.
ajustar_termostato
Set a specific temperature on a thermostat within 16°C to 32°C.
subir_temperatura
Increase thermostat temperature by 1°C by default.
bajar_temperatura
Decrease thermostat temperature by 1°C by default.
ajustar_ventilador
Set fan speed from 0 (off) to 5.
apagar_ventilador
Turn off the fan (speed 0).
ajustar_horno
Configure oven temperature, timer, and active state.
encender_horno
Turn the oven on with the configured settings.
apagar_horno
Turn the oven off.
configurar_temporizador_horno
Set oven timer from 0 to 240 minutes.