Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_auto_initialize

Discover and initialize the first Eufy RoboVac device by providing your account credentials and device index to enable automated control and cleaning functions.

Instructions

Automatically discover and initialize the first RoboVac device found

Input Schema

NameRequiredDescriptionDefault
deviceIndexNoIndex of device to connect to (0 for first device)
emailYesYour Eufy account email address
passwordYesYour Eufy account password

Input Schema (JSON Schema)

{ "properties": { "deviceIndex": { "default": 0, "description": "Index of device to connect to (0 for first device)", "type": "number" }, "email": { "description": "Your Eufy account email address", "type": "string" }, "password": { "description": "Your Eufy account password", "type": "string" } }, "required": [ "email", "password" ], "type": "object" }

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/appleton/sam'

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