We’re happy to share the latest addition to mabl MCP tools: #run_mabl_test_cloud! With this latest tool, you can trigger browser and API test executions that access the scale, security, and diagnostic capabilities of mabl’s cloud infrastructure directly from your preferred AI client.
The new #run_mabl_test_cloud tool is especially helpful for the following use cases:
- In-depth debugging - if a test fails locally, you can re-run it in the cloud for more detailed diagnostics to better pinpoint the cause of failure.
- More comprehensive validation - before submitting a pull request (PR) or merging code, get high-confidence validation that your changes won’t introduce regressions across different configurations or browsers
Try it out
In your AI client, specify the mabl test you want to run by its name or ID. By default, mabl runs the test with its standard configuration. If you want the test to use a different configuration, such as a different environment, URL, or credential, include that input as well. For example:
- “Please trigger a cloud execution of the ‘API Data Integrity Check’ mabl test. Run it with all the scenarios in the ‘Edge Cases’ DataTable.”
- “Run the ‘New support widget validation’ mabl test on Firefox and Edge.”
After your client invokes the #run_mabl_test_cloud tool, it’ll return the run details with a link to view output in the mabl app.
Sample output from Claude
Learn more
For more information about the mabl MCP, check out all of our documentation here.