sysu-aicpm/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This MCP server allows large models to access smart home backend APIs via the Model Context Protocol (MCP) for device control and information queries.
Tools
Functions exposed to the LLM to take actions
get_config
Retrieves current configuration information, including backend API address and authentication token status.
get_device_overview
Fetches an overview of all devices, including basic information like device ID, name, and status.
get_device_detail
Provides detailed status information for a specified device, including state, power consumption, runtime, and logs.
control_device
Sends control commands to a specified device, with parameters depending on the device type.
get_device_type_docs
Retrieves control documentation for a specified device type or an overview of all device types.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client