Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_connect

Connect and control your robotic vacuum cleaner by providing the device ID and local key for manual setup. Works with the MCP server for Eufy RoboVac, enabling direct communication and cleaning command execution.

Instructions

Connect to your RoboVac using device credentials (manual setup)

Input Schema

NameRequiredDescriptionDefault
deviceIdYesThe device ID of your Eufy RoboVac
ipNoThe IP address of your Eufy RoboVac (optional, defaults to 192.168.1.100)
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": "The IP address of your Eufy RoboVac (optional, defaults to 192.168.1.100)", "type": "string" }, "localKey": { "description": "The local key for your Eufy RoboVac", "type": "string" } }, "required": [ "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