Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready CircleCI MCP server with 81 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across CircleCI — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your CircleCI MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every CircleCI tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every CircleCI call.
Tools Discovery →A CircleCI MCP server lets AI agents read and write CircleCI data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's CircleCI MCP server ships with 81 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from CircleCI's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Get a list of pipelines for recently built projects
Get a pipeline by ID
Create a new context
List all contexts for an owner
Get a context by ID
Delete a context
List environment variables in a context
Remove an environment variable from a context
Create a restriction on a context
Delete a restriction from a context
Create a new organization
Get an organization by slug or ID
Delete an organization
Create a new URL Orb allow-list entry
Remove an entry from the org's URL orb allow-list
Create an outbound webhook
List outbound webhooks for a scope
Get a webhook by ID
Update an outbound webhook
Delete an outbound webhook
Create a new project
Get a project by its slug
Get advanced settings for a project
Update advanced settings for a project
Create a new checkout key for a project
Get all checkout keys for a project
Create an environment variable for a project
List all environment variables for a project
Get a masked environment variable by name
Delete an environment variable from a project
Create a pipeline schedule for a project
List schedule triggers for a project
Get a schedule by ID
Update a pipeline schedule
Delete a schedule
Create a pipeline definition for a project
List all pipeline definitions for a project
Get details for a pipeline definition
Update a pipeline definition
Delete a pipeline definition
List environments for an organization
Get an environment by ID
List components for an organization
Get a component by ID
Create a new group in an organization
Get all groups in an organization
Get details for a group in an organization
Delete a group in an organization
Add or update an environment variable in a context
Get current authenticated user info
Get a user by ID
List organizations the current user is a member of
Get all pipelines for a project
Get the configuration for a pipeline
Get all workflows for a pipeline
Get a pipeline by its pipeline number
Get pipeline values for a pipeline
Get all pipelines triggered by the current user for a project
List entries in an organization's URL Orb allow-list
Get recent runs of a workflow
Get all branches for a project
Get aggregated summary metrics for an organization
Get summary metrics for a project's workflows
Get flaky tests for a project
Get summary metrics and trends for a project across its workflows and branches
Get timeseries data for all jobs within a workflow
Get a workflow by ID
Get all jobs for a workflow
Get job details by job number
Get artifacts for a job
Get test metadata for a job
Get a job by ID
List versions for a component
Trigger a new pipeline for a project
Trigger a new pipeline run from a pipeline definition
Continue a pipeline from the setup phase
Approve a pending approval job in a workflow
Cancel a running workflow
Rerun a workflow
Cancel a job by job number
Cancel a job by its unique ID
One endpoint. Any framework. Your agent is talking to CircleCI in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
137+ actions
134+ actions
128+ actions
125+ actions
118+ actions
109+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.