Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_connect

Connect and configure your Eufy RoboVac using device credentials, including device ID and local key, for manual setup and control via the MCP server.

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