CircleCI for your agents.
Connect CircleCI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to CircleCI.
What agents can do with CircleCI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
circleci_list_projectsList all projects the token can access.
circleci_get_projectGet details of a project by slug (e.g. gh/org/repo).
circleci_list_pipelinesList pipelines for a project, newest first.
circleci_trigger_pipelineTrigger a new pipeline run for a project.
circleci_get_workflowsList workflows in a pipeline. `pipeline_id` from list_pipelines.
circleci_get_pipelineGet details of a specific pipeline by id.
circleci_get_workflowGet details of a specific workflow by id.
circleci_get_jobGet details of a specific job by workflow id and job number.
circleci_cancel_workflowCancel a running workflow by id.
circleci_rerun_workflowRerun a workflow by id.
circleci_list_my_pipelinesList pipelines for the current user across all projects.
circleci_list_env_varsList environment variables for a project.
circleci_create_env_varCreate or update an environment variable for a project.
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.
- Go to CircleCI > User Settings > Personal API Tokens.
- Click 'Create New Token', name it (e.g. even-connect).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect CircleCI to Even: call connect_begin("circleci") on the even-connect MCP and walk me through it.
List projects in VCS, trigger new pipeline run on a branch, and check workflow status for the build.
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.