Currents MCP connector
Currents is a test reporting and analytics platform that tracks CI/CD test results and identifies flaky tests across projects. The Currents MCP connector allows AI agents to manage test actions, retrieve test run data, and monitor project instances. It also supports querying test execution history, analyzing flaky test patterns, and tracking test performance across continuous integration pipelines.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Currents MCP connector to perform the following actions:
- Track flaky tests across CI/CD pipelines to improve code quality and release confidence
- Identify failing test patterns and trends to reduce debugging time and accelerate deployments
- Monitor test performance metrics to establish baselines and measure quality improvements over time
- Organize test results by project and run to correlate failures with specific code changes
- Generate unique test signatures to detect and analyze recurring test failures across environments
- Automate test result reporting and analytics workflows to keep teams informed of quality metrics
- Manage test actions and configurations to standardize how your teams report and track results
Example prompts
Use the following example prompts to invoke Currents MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all projects in Currents and their test run history.What are the most recent test failures in our production pipeline in Currents?Generate a signature for our flaky authentication test in Currents.List all test results for the signup module test in Currents.Create a new action in Currents to notify Slack when tests fail.How many tests failed in our last deployment run according to Currents?Delete the test run from yesterday in Currents and show me today's results.Get all spec files currently tracked in Currents.Show me the test results grouped by failure type in Currents.Update the notification action in Currents to include build metadata.
Currents MCP connector tools
The Currents MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getAllActions | Retrieves all actions available in the system. |
| createAction | Creates a new action with specified configuration. |
| getAction | Retrieves details for a specific action. |
| updateAction | Modifies the settings of an existing action. |
| deleteAction | Removes a specific action from the system. |
| getInstance | Retrieves configuration and details for a specific instance. |
| getAllProjects | Retrieves all projects in the workspace. |
| getProject | Retrieves details and configuration for a specific project. |
| getProjectRuns | Lists all test runs executed for a specific project. |
| getRun | Retrieves details and results for a specific test run. |
| deleteRun | Removes a specific test run from the system. |
| generateSignature | Generates a test signature for validation purposes. |
| getAllSpecFiles | Retrieves all specification files in the workspace. |
| getAllTests | Retrieves all tests in the workspace. |
| getAllTestResults | Retrieves test results filtered by signature identifier. |