Measure MCP endpoint and tools
You can find information about Measure MCP tools and explore the available tools for accessing value stream data, workflows, and metrics.
MCP endpoint
https://<loop_hostname>/velocity/mcpMCP tools available in Measure
| Tools | Descriptions | Inputs | Output |
| Measure_applicationByIdQuery | Fetches application details for a given application ID or to fetch all the applications for a particular tenant. | id, tenantId |
Application details for the given ID or a list of all applications for the tenant. |
| Measure_workflowQuery | Retrieves detailed information for a specific Value Stream. | workflowId |
Detailed information for the specific Value Stream/Workflow. |
| Measure_teamspacesForTenantQuery | Fetches teamspaces info for a given tenant. | tenantId |
List of teamspace information for the given tenant. |
| Measure_teamsForCurrentUserQuery | Fetches tenantId associated with the current user. | None |
The tenant ID associated with the current user. |
| Measure_buildsQuery | Retrieves build metrics to analyze build success rates, commits, pull requests, and deployments against builds. | None |
Build metrics and related data (success rates, commits, PRs, deployments). |
| Measure_workflowsForTenantQuery | Retrieves all workflows (VSM or value streams) and their details associated with a specific tenant. | tenantId |
List of all workflows (VSM or value streams) and their associated details for the tenant. |
| Measure_metricsQuery | Retrieves metrics data based on specified filters and pagination options. | None |
Metrics data based on the specified filters. |
| Measure_deploymentsQuery | Retrieves deployment data, Builds, Issues and PR with those deployment for analyzing release frequency, | None |
Deployment data, including associated Builds, Issues, and PRs. |
| Measure_latestWorkflowGateChecksQuery | Retrieves the latest (Valuestream) workflow gate checks to see if quality gates are passing, | None |
The latest workflow gate checks status. |
| Measure_workflowStatsByIdQuery | Retrieves detailed key statistics for a specific workflow (value stream), | workflowId |
Detailed key statistics for the specific workflow (value stream). |