Tuya for your agents.
Connect Tuya once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Tuya.
What agents can do with Tuya
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
tuya_list_devicesQuery all devices in the project. Returns device id, name, model, and online status.
tuya_get_deviceGet details of a specific device by its device id.
tuya_get_device_statusGet the current status of a device. Returns all property values.
tuya_send_device_commandSend a command to a device. Properties is an array of value objects, e.g. [{"code":"switch_1","value":true}].
tuya_get_device_logsGet logs/reports for a device over a time range.
tuya_list_scenesList all scenes (automation rules) in the project.
tuya_trigger_sceneTrigger a scene (automation) by its id.
tuya_list_usersList all users registered in the Tuya project.
tuya_get_asset_listList all assets (homes/groups) in the project.
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.
- Log into the Tuya IoT Platform.
- Create a cloud development project.
- Copy the Access ID (client_id) and Access Secret from the project overview.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Tuya to Even: call connect_begin("tuya") on the even-connect MCP and walk me through it.
List all IoT devices in project, get current device status, and send commands to smart home devices.
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.