ThingSpeak for your agents.
Connect ThingSpeak once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to ThingSpeak.
What agents can do with ThingSpeak
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
thingspeak_read_channel_feedRead the latest feed data from a public or readable channel.
thingspeak_read_channel_fieldRead data from a specific field of a channel.
thingspeak_write_channel_dataWrite data to a channel field. Requires a Write API Key.
thingspeak_list_public_channelsList publicly viewable channels for a user.
thingspeak_get_channelGet details of a channel including field names, metadata, and tags.
thingspeak_list_user_channelsList all channels belonging to the authenticated user (requires read key).
thingspeak_write_multiple_fieldsWrite data to multiple channel fields in a single request.
thingspeak_get_channel_statusGet the status of a channel (last entry time, entry count).
thingspeak_bulk_write_csvUpload multiple data points at once in CSV format.
thingspeak_clear_channelDelete all data from a channel (requires write API key).
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.
- Create a ThingSpeak account and open or create a channel.
- Go to the API Keys tab for the channel.
- Copy the Write API Key and Read API Key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect ThingSpeak to Even: call connect_begin("thingspeak") on the even-connect MCP and walk me through it.
Read channel data from ThingSpeak sensors, write new data points to channels, and list channels for a user.
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.