Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_connect_discovered

Connect to a discovered Eufy RoboVac device by IP using its device ID and local key to enable control and cleaning commands via the MCP server.

Instructions

Connect to a discovered RoboVac device by IP (requires device ID and local key)

Input Schema

NameRequiredDescriptionDefault
deviceIdYesThe device ID of your Eufy RoboVac
ipYesIP address of the discovered device
localKeyYesThe local key for your Eufy RoboVac

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "The device ID of your Eufy RoboVac", "type": "string" }, "ip": { "description": "IP address of the discovered device", "type": "string" }, "localKey": { "description": "The local key for your Eufy RoboVac", "type": "string" } }, "required": [ "ip", "deviceId", "localKey" ], "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