Drone CI for your agents.
Connect Drone CI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Drone CI.
What agents can do with Drone CI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
droneci_list_reposCheck the token: list repositories with Drone CI configured.
droneci_get_repoGet details of a specific repository by namespace and name.
droneci_list_buildsList builds (executions) for a repository.
droneci_get_buildGet details of a specific build by number.
droneci_get_build_logsGet build logs for a specific build stage.
droneci_list_secretsList secrets for a repository.
droneci_create_secretCreate a new secret in a repository with a name and value.
droneci_delete_secretDelete a secret from a repository by name.
droneci_restart_buildRestart a build for a repository by build number.
droneci_list_cronsList cron jobs configured for a repository.
droneci_create_cronCreate a new cron job for a repository with an expression and branch.
droneci_delete_cronDelete a cron job from a repository by cron 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 your Drone CI instance. Go to your user settings (avatar > Account).
- Copy the Personal Access Token shown there.
- Enter your Drone server URL. Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Drone CI to Even: call connect_begin("droneci") on the even-connect MCP and walk me through it.
Drone CI lists repositories with pipelines, retrieves build executions, and fetches build logs for debugging.
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.