mcp-server-circleci
mcp0.16.1A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced AI-powered development experiences.
By CircleCI-Public | 47 findings | Scanned 6/15/2026 | tooltrust-scanner/v0.3.17 | 86
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (47)
tool name "list_followed_projects" implies read-only operation but declares exec permission
list_followed_projectstool name "list_component_versions" implies read-only operation but declares exec permission
list_component_versionsFix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
get_build_failure_logsfind_flaky_testsget_latest_pipeline_statusget_job_test_resultsrun_pipelinelist_followed_projectsrun_evaluation_testsrerun_workflowdownload_usage_api_datarun_rollback_pipelinelist_component_versionslist_artifactsFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
declared capabilities: network access, filesystem access
get_build_failure_logsrun_evaluation_testsdeclared capabilities: network access
find_flaky_testsget_latest_pipeline_statusget_job_test_resultsrun_pipelinererun_workflowrun_rollback_pipelinelist_artifactsdeclared capabilities: filesystem access
config_helpercreate_prompt_templatefind_underused_resource_classesanalyze_diffdeclared capabilities: code/command execution
list_followed_projectslist_component_versionsdeclared capabilities: code/command execution, network access, filesystem access
download_usage_api_dataFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
No metadata.dependencies or repo_url were exposed by this MCP server, and no local project manifest could be inferred from the launch command.
get_build_failure_logsfind_flaky_testsget_latest_pipeline_statusget_job_test_resultsconfig_helpercreate_prompt_templaterecommend_prompt_template_testsrun_pipelinelist_followed_projectsrun_evaluation_testsrerun_workflowdownload_usage_api_datafind_underused_resource_classesanalyze_diffrun_rollback_pipelinelist_component_versionslist_artifactsFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y mcp-server-circleci"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)