ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Coverage Gate Evaluator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Enforce strict code coverage thresholds using deterministic integer math.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete Coverage Gate Evaluator capability set.

These are the exact actions your AI can choose when you ask it to work with Coverage Gate Evaluator.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Coverage Gate Evaluator.

  1. 01

    Evaluate coverage report

    G., ["line_coverage >= 80", "branch_coverage >= 70"]). Evaluates a coverage report against a set of threshold rules

  2. 02

    Parse coverage rule

    Parses a single threshold rule string into its constituent parts

  3. 03

    Calculate threshold shortfall

    Calculates how much more coverage is needed to meet a threshold

Observed, not estimated

602ms average. Fast in production.

Coverage Gate Evaluator is checked daily against the live service.

Daily averagePeak 760ms
Aug 20Today
Fastest day
464ms
Slowest day
760ms
14-day trend
Slowing+19%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Coverage Gate Evaluator, so you can see the experience inside your AI.

It does not authenticate your account with Coverage Gate Evaluator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Coverage Gate Evaluator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wwrBixc8Bp00T2IpU9LtNT2x0wbnwiUonWEpYK4B/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Coverage Gate Evaluator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "coverage-gate-evaluator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wwrBixc8Bp00T2IpU9LtNT2x0wbnwiUonWEpYK4B/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Coverage Gate Evaluator owners ask.

  • 01

    How does the server calculate coverage percentages?

    The server uses deterministic integer math. It calculates the percentage by determining how many times the total number of units fits into the covered count, scaled to a base of one hundred.

  • 02

    Can I use this with my existing CI/CD pipeline?

    Yes. You can integrate the evaluate_report_tool into your CI/CD workflows to automatically fail builds if coverage falls below your specified thresholds.

  • 03

    What happens if the total number of units is zero?

    If the sum of covered and missed units is zero, the capability will return an error to prevent division by zero errors during calculation.