Adafruit IO for your agents.
Connect Adafruit IO 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 Adafruit IO.
What agents can do with Adafruit IO
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
adafruit-io_list_feedsList all feeds for the authenticated user.
adafruit-io_get_feed_dataGet data points from a feed. Supports pagination with limit parameter.
adafruit-io_create_feed_dataCreate a new data point in a feed.
adafruit-io_delete_feed_dataDelete a specific data point from a feed by its id.
adafruit-io_create_feedCreate a new feed with a name and optional description.
adafruit-io_delete_feedDelete a feed and all its data by key.
adafruit-io_list_groupsList all groups for the authenticated user.
adafruit-io_create_groupCreate a group to organize related feeds together.
adafruit-io_list_dashboardsList all dashboards for the authenticated user.
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 your Adafruit IO account.
- Click the gold key icon in the top right.
- Copy the Adafruit IO Key (AIO Key).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Adafruit IO to Even: call connect_begin("adafruit-io") on the even-connect MCP and walk me through it.
Monitor temperature sensor feeds on Adafruit IO, retrieve the latest readings, and automatically log new data points when they cross your alert threshold.
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.