Skip to main content
Feedback

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.

ToolDescription
getAllActionsRetrieves all actions available in the system.
createActionCreates a new action with specified configuration.
getActionRetrieves details for a specific action.
updateActionModifies the settings of an existing action.
deleteActionRemoves a specific action from the system.
getInstanceRetrieves configuration and details for a specific instance.
getAllProjectsRetrieves all projects in the workspace.
getProjectRetrieves details and configuration for a specific project.
getProjectRunsLists all test runs executed for a specific project.
getRunRetrieves details and results for a specific test run.
deleteRunRemoves a specific test run from the system.
generateSignatureGenerates a test signature for validation purposes.
getAllSpecFilesRetrieves all specification files in the workspace.
getAllTestsRetrieves all tests in the workspace.
getAllTestResultsRetrieves test results filtered by signature identifier.
On this Page