Hubitat for your agents.
Connect Hubitat once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Hubitat.
What agents can do with Hubitat
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
hubitat_list_devicesList all devices exposed by the Maker API with their current status and capabilities.
hubitat_get_deviceGet the current status of a specific device by its numeric id.
hubitat_send_device_commandSend a command to a device by id. Command depends on device capability: on, off, setLevel, etc.
hubitat_get_device_eventsGet recent events for devices or a specific device.
hubitat_list_modesList all hub modes (e.g. Home, Away, Night).
hubitat_set_modeSet the hub to a specific mode by its id (e.g. 1 for Home, 2 for Away). Use list_modes to get mode ids.
hubitat_refresh_devicesForce a refresh of all device states from the hub.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- In Hubitat, install the Maker API app from the Apps Code section.
- Open the app and configure which devices to expose.
- Copy the API token and note your hub's IP address. The base URL is https://HUB_IP/apps/api/TOKEN.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Hubitat to Even: call connect_begin("hubitat") on the even-connect MCP and walk me through it.
List smart home devices from Hubitat, send device commands like on/off, and retrieve device event history.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.