Samsung SmartThings Smart Home Control
Smart home control and automation workflow capability using the Samsung SmartThings REST API. Provides unified access to connected device control, location and room management, scene activation, and automation rule management. Designed for smart home application developers, IoT integration engineers, and home automation enthusiasts building SmartThings-connected experiences.
What You Can Do
MCP Tools
list-devices
List all SmartThings connected devices. Use to discover available IoT devices in a location.
get-device
Get details for a specific SmartThings device including its components and capabilities.
get-device-status
Get the current real-time status of all device attributes (e.g., switch state, temperature, lock status).
execute-device-commands
Execute commands on a SmartThings device to control it (e.g., turn on a light, lock a door, set thermostat).
list-locations
List all SmartThings locations (homes, offices) accessible to the user.
list-rooms
List all rooms within a SmartThings location.
list-scenes
List SmartThings scenes (saved device state configurations like 'Movie Time' or 'Away Mode').
execute-scene
Activate a SmartThings scene to apply a saved configuration to multiple devices at once.
list-rules
List SmartThings automation rules (if-this-then-that conditions).
create-rule
Create a new SmartThings automation rule that triggers device actions based on conditions.
create-subscription
Subscribe to SmartThings device capability events for real-time updates.