Skip to main content
Glama

Ecovacs MCP Server

Official
by ecovacs-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ECO_API_KEYYesAPI访问密钥,用于验证接口调用权限
ECO_API_URLNoAPI HOST (中国内地:https://open.ecovacs.cn,非中国内地:https://open.ecovacs.com)https://open.ecovacs.cn

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
set_cleaning

Start robot cleaning

Args: nickname: Robot nickname, used to find device act: Cleaning action s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleaning Returns: Dict: Dictionary containing execution results

set_charging

Make robot return to charging station

Args: nickname: Robot nickname, used to find device act: Robot action, go-start begin returning to charging station, stopGo stop returning to charging station

Returns: Dict: Dictionary containing execution results

get_work_state

Query robot working status

Args: nickname: Robot nickname, used to find device

Returns: Dict: Dictionary containing robot working status

get_device_list

Query robot list

Returns: Dict: Dictionary containing list of robot nicknames

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ecovacs-ai/ecovacs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server