Arduino Cloud for your agents.
Connect Arduino Cloud 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 Arduino Cloud.
What agents can do with Arduino Cloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
arduino-cloud_list_devicesList all devices in the Arduino Cloud account. Returns device id, name, and connection status.
arduino-cloud_list_thingsList all things (virtual representations of devices) in the account.
arduino-cloud_get_thing_propertiesList all properties of a thing by id. Properties are the sensor values and actuators.
arduino-cloud_query_historic_dataQuery historical time-series data for thing properties. Returns values with timestamps.
arduino-cloud_get_deviceGet details of a specific device by id.
arduino-cloud_get_thingGet details of a specific thing by id.
arduino-cloud_list_seriesGet time-series data for a thing property over a time range.
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 Arduino Cloud and go to the API Keys section.
- Click Create API Key, download the PDF that contains the client ID and secret.
- Store the secret securely as it is shown only once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Arduino Cloud to Even: call connect_begin("arduino-cloud") on the even-connect MCP and walk me through it.
Query Arduino Cloud devices and retrieve historical sensor data to analyze temperature and humidity trends.
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.