Overview
What is Ecovacs MCP Server?
Ecovacs MCP Server is a control server for Ecovacs cleaning robots that fully supports the MCP protocol, allowing developers to easily integrate robot services into their applications.
How to use Ecovacs MCP Server?
To use the server, developers need to configure it with an API key and URL, and then they can interact with the robot services through various API endpoints for controlling cleaning operations and querying device status.
Key features of Ecovacs MCP Server?
- Device list query to retrieve all bound robots.
- Control cleaning operations (start, pause, resume, stop).
- Control recharging operations (start, stop).
- Query current working status of the robot.
Use cases of Ecovacs MCP Server?
- Integrating robot control into smart home applications.
- Developing custom cleaning schedules for users.
- Monitoring the status of cleaning robots in real-time.
FAQ from Ecovacs MCP Server?
- Can I control multiple robots at once?
Yes, you can query and control multiple robots using their nicknames.
- Is there a cost to use the Ecovacs MCP Server?
The server is free to use, but you need to register for an API key.
- What programming languages can I use to interact with the server?
You can use any programming language that can make HTTP requests, such as Python, JavaScript, etc.