Homey Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Homey Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This is an MCP server for Homey (by Athom) that allows AI agents to control smart home devices, trigger flows, and query zones.
Settings → API Keys.npm install..env file based on .env.example: HOMEY_TOKEN=your_token_hereAdd the following to your claude_desktop_config.json:
{
"mcpServers": {
"homey": {
"command": "node",
"args": ["/Users/XX/.gemini/antigravity/scratch/homey-mcp/index.js"],
"env": {
"HOMEY_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}ChatGPT (macOS/Windows) supports MCP servers via Developer Mode.
http://localhost:3000 (if running locally as an HTTP/SSE server) or use the Claude-style local command if supported in your version.[!NOTE] ChatGPT currently primarily supports MCP over SSE (HTTP). To use this as a local command-line tool like in Claude, you may need a bridge or for ChatGPT to fully roll out stdio support.
To use Homey MCP in the ChatGPT web interface:
ngrok or a VPS).#### 🏠 Devices & Control
homey_list_devices: List all devices with their current states (ID, Name, Zone, Class, Capabilities).homey_get_device: Get full details for a single device by its ID.homey_get_sensor_readings: Get current readings from all sensors (temperature, humidity, motion, etc.) across the home.homey_find_devices_by_zone: List all devices in a specific room or floor.homey_control_lights_in_zone: Bulk control for all lights in a specific zone (Turn on/off).homey_set_capability: Set a specific capability value (e.g., onoff, dim, target_temperature).#### 🚀 Flows & Automation
homey_list_flows: List all standard flows.homey_list_advanced_flows: List all Advanced Flows.homey_run_flow: Trigger a standard flow by its ID.homey_run_advanced_flow: Trigger an Advanced Flow by its ID.homey_get_flow: Get full configuration details for a specific flow.homey_get_flow_folders: List the folder structure used to organize flows.#### 📍 Zones
homey_list_zones: List all zones (rooms/floors) and their hierarchy.#### 🧠 Logic & Flow Cards
homey_get_flow_cards: List available flow cards (triggers, conditions, actions) on the system.homey_run_flow_card_action: Execute a specific flow card action directly without needing a flow.homey_get_device_flow_capabilities: Identify which flow cards are applicable to a specific device.#### 📊 Data & Insights
homey_get_energy_data: Discover and list available energy/power logs.homey_get_device_insights: Fetch historical data logs for any device capability over a period (today, last7days, etc.).homey_get_live_insights: Access real-time dashboard data for device capabilities.This usually happens if the Personal Access Token is used without a HOMEY_IP. Ensure you provide HOMEY_IP for Homey Pro local connections. For Homey Cloud, Ensure your token is valid and specifically created for the Web API.
If the server fails to connect to Homey, it will now start gracefully but return an error message when you try to use a tool. Check the console logs (stderr) for the specific connection error.
If running via Claude Desktop, ensure the env section in your config contains the correct HOMEY_TOKEN and optionally HOMEY_IP.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.