Skip to main content
Feedback

CircleCI MCP connector

CircleCI is a continuous integration and delivery platform that automates the building, testing, and deployment of software applications. The CircleCI MCP connector allows AI agents to list available pipelines, trigger new pipeline runs, and retrieve pipeline details and execution status. It also supports monitoring build workflows and managing deployment automation across development environments.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the CircleCI MCP connector to perform the following actions:

  • Automate software deployments across multiple environments without manual intervention
  • Monitor build status and trigger immediate notifications when pipeline failures occur
  • Retrieve detailed pipeline execution history to analyze performance and identify bottlenecks
  • Execute quality gates that prevent code from reaching production without passing tests
  • Coordinate continuous integration workflows with other business systems in your tenant
  • Track deployment frequency and lead time metrics for engineering team performance
  • Initiate on-demand builds when code changes merge to critical branches

Example prompts

Use the following example prompts to invoke CircleCI MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all pipelines in CircleCI for our mobile application project.
  • Trigger the deployment pipeline for our production environment right now.
  • Get the status and details of the latest build in CircleCI.
  • List all pipelines that failed in the last 24 hours.
  • Start a new pipeline run to test the latest code changes.
  • Retrieve information about our main application pipeline in CircleCI.
  • Check which pipelines are currently running or queued.
  • Trigger the release pipeline and let me know when it completes.

CircleCI MCP connector tools

The CircleCI MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAllPipelinesRetrieves a list of all pipelines in your CircleCI project.
triggerPipelineStarts a new pipeline run with the specified configuration.
getPipelineRetrieves detailed information about a specific pipeline.
On this Page