After setting up the configuration file as shown in the Quick Start section, you can use the ThinQ Connect MCP Server directly in your conversations with Claude. Examples of prompts you can use:
"Please provide a list of all devices"
"Please check the status of the robot vacuum device"
"Please set the temperature of the air conditioner device to 24 degrees"
Tool Reference# Available Tools
get_device_list - Description: Retrieves a list of all devices connected to the ThinQ Connect platform - Parameters: None - Returns: String containing connected device list information
get_device_available_controls - Description: Retrieves available control commands and parameter information for a specific device - Parameters: device_type (string), device_id (string) - Returns: String containing device control commands and parameter information
get_device_status - Description: Retrieves status information for a specific device - Parameters: device_id (string) - Returns: String containing device status information
post_device_control - Description: Send control commands to a specific device on the ThinQ Connect platform to change its settings or state - Parameters: device_type (string), device_id (string), control_method (string), control_params (dict) - Returns: String containing device control result message