Ubidots for your agents.
Connect Ubidots 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 Ubidots.
What agents can do with Ubidots
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
ubidots_list_devicesGet all devices in the account. Returns device id, label, name, and last activity.
ubidots_get_deviceGet details of a specific device by its id. Includes variables and last values.
ubidots_get_device_valuesGet the last values of a device's variables.
ubidots_create_device_dataSend data values to a device. Creates the device if force=true.
ubidots_get_variableGet details of a specific variable by ID.
ubidots_get_variable_valuesGet values for a variable within a time range.
ubidots_delete_deviceDelete a device by ID.
ubidots_create_deviceCreate a new device.
ubidots_get_organizationGet details of an organization by ID.
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 Ubidots Industrial Dashboard.
- Click on your profile icon and go to API Credentials.
- Copy your API Token or generate a temporary one.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Ubidots to Even: call connect_begin("ubidots") on the even-connect MCP and walk me through it.
List all IoT devices in Ubidots and send real-time sensor data values for processing.
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.