Build MCP endpoint and tools
You can find information about Build MCP tools and explore the available tools for managing build projects, workflows, and executions.
Test MCP endpoint
You can use the following endpoint to connect to the Build MCP
server:
https://<loop_hostname>/build/mcpMCP tools available in Build
| Tools | Description | Input | Output |
| build_list_projects | Lists all projects in DevOps Build. | None |
List of projects in DevOps Build. |
| build_list_workflows | Lists all workflows for a specific project in DevOps Build. | project_id |
List of workflows for the specified project. |
| build_trigger_process_build | Triggers a new build for a specific process in a project using the process trigger API. | project_id, process_id |
Request ID for tracking the triggered build. |
| build_list_build_lives | Lists all build lives for a specific project in DevOps Build. | project_id |
List of all build lives for the specified project. |
| build_get_build_life_info | Gets detailed information about a build life in DevOps Build. | build_life_id |
Detailed information about the specified build life. |
| build_get_build_life_logs | Gets the logs for a specific build life in DevOps Build. | build_life_id |
Logs for the specified build life. |
| build_restart_build_life | Restarts a process based on buildlife ID in DevOps Build. | build_life_id |
Confirmation that the build life was successfully restarted. |