Test MCP endpoint and tools

You can find information about Test MCP tools and explore the available tools for executing tests and retrieving test results.

Test MCP endpoint

You can use the following endpoint to connect to the Test MCP server:
https://<loop_hostname>/test/mcp

MCP tools available in Test

Tools Description Input Output
testhub__get_projects Retrieves a list of projects available in DevOps Test Hub. None

List of available projects

testhub__list_tests Retrieves a list of tests in DevOps Test Hub for a specific project and branch. projectId, branch

List of tests for the specified project and branch

testhub__run_test Runs a test in a specific project. projectId, assetId, branch

Details of the executed test, including execution ID

testhub__get_result_by_id Gets the test run result and detailed result data. projectId, resultId

Test execution result and detailed data

testhub__get_results Retrieves test result summaries for multiple executions in DevOps Test Hub. projectId, branch

Test result summaries for multiple executions

To configure MCP endpoint in VS Code, See Configuring an MCP server endpoint in VS Code.