Getting Started with the MCP server in DevOps Velocity: URL and Tools
You can find information about the connection endpoint for the Model Context Protocol (MCP) server in HCL DevOps Velocity (Velocity) and explore the available tools for accessing application data, workflows, and metrics.
MCP Connection URL
You must use the following endpoint to connect to the MCP server in Velocity:
https://<velocity_hostname>/mcp
where, you must replace <velocity_hostname> with your Velocity server
hostname.
MCP Tools
The following tools are available through the MCP endpoint:
| MCP Tool | Description | Inputs | Output |
|---|---|---|---|
| Measure_applicationByIdQuery | Retrieve details of a specific application | id (application ID, required), loadChildren (Boolean), tenantId (required) | Application details |
| Measure_buildsQuery | Fetch build information and history | query: BuildTableQuery (category, filters: {tenantId, teamIds, tags, appIds, ...}, pagination, sort, ...) | List of builds and their statuses |
| Measure_deploymentsQuery | Retrieve deployment data across environments | query: DeploymentQuery (tenantId, teamIds, tags, appIds, ..., pagination, sort, ...) | List of deployments |
| Measure_latestWorkflowGateChecksQuery | Get the latest workflow gate check results | query: LatestWorkflowGatesQuery (workflowID) | Gate evaluation results |
| Measure_metricsQuery | Access DevOps performance and delivery metrics | query: MetricsChartQuery (groupBy, summarizationInterval, summarizationOperation, metricDefinition, filters, pagination, sort, ...) | Metrics data |
| Measure_teamsForCurrentUserQuery | List teams associated with the authenticated user | teamspaceId (optional) | List of user’s teams |
| Measure_teamspacesForTenantQuery | Retrieve all teamspaces within the tenant | externalOnly (Boolean), tenantId (required) | List of teamspaces |
| Measure_workflowQuery | Fetch details of a specific workflow | version (Int), workflowId (required) | Workflow details |
| Measure_workflowsForTenantQuery | List all workflows configured in the tenant | teamspaceId (optional), tenantId (required) | List of workflows |
| Measure_workflowStatsByIdQuery | Retrieve workflow statistics and performance insights | workflowId (required) | Workflow statistics |