InfluxDB Cloud for your agents.
Connect InfluxDB Cloud 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 InfluxDB Cloud.
What agents can do with InfluxDB Cloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
influxdb-cloud_list_bucketsList all buckets (time-series databases) in the organization.
influxdb-cloud_write_pointsWrite time-series data points to a bucket in line protocol format.
influxdb-cloud_query_fluxRun a Flux query against InfluxDB and return results.
influxdb-cloud_list_tasksList scheduled tasks in the organization.
influxdb-cloud_get_healthCheck the health of the InfluxDB instance.
influxdb-cloud_get_bucketGet details of a specific bucket by its ID.
influxdb-cloud_create_bucketCreate a new bucket (time-series database) in the organization.
influxdb-cloud_delete_bucketDelete a bucket by its ID. All data in the bucket is lost.
influxdb-cloud_create_taskCreate a scheduled task that runs a Flux script on a schedule.
influxdb-cloud_list_labelsList all labels in the organization.
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 in to InfluxDB Cloud and go to Data > API Tokens.
- Click Generate API Token and choose Read/Write or All Access.
- Copy the token string and enter it along with your Organization ID.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect InfluxDB Cloud to Even: call connect_begin("influxdb-cloud") on the even-connect MCP and walk me through it.
List InfluxDB Cloud buckets, write time-series data points, and query using Flux for metrics analysis.
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.