ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Coveralls with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Track code coverage metrics via Coveralls. manage repositories, submit coverage reports, and monitor build statuses directly from your AI agent.

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 · 10 capabilities

The complete Coveralls capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Coveralls.

  1. 01

    Get build web data

    May require personal API token for private repos. Get JSON representation of a build web page

  2. 02

    Get file web data

    May require personal API token for private repos. Get JSON representation of a source file web page

  3. 03

    Close parallel build

    Close a parallel build on Coveralls

  4. 04

    Create repo

    Requires personal API token. Create a new repository on Coveralls

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Coveralls.

  1. 05

    Get job web data

    May require personal API token for private repos. Get JSON representation of a job web page

  2. 06

    Get repo

    Requires personal API token. Get repository info from Coveralls

  3. 07

    Get repo web data

    May require personal API token for private repos. Get JSON representation of a repo web page

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Coveralls.

  1. 08

    Rerun build

    Trigger a rerun of a build on Coveralls

  2. 09

    Submit job

    Requires repo_token, service_name, service_job_id, source_files, and git metadata. Submit a coverage report (job) to Coveralls

  3. 10

    Update repo

    Requires personal API token. Update an existing repository on Coveralls

Observed, not estimated

935ms average. Fast in production.

Coveralls is checked daily against the live service.

Daily averagePeak 1273ms
Aug 20Today
Fastest day
790ms
Slowest day
1273ms
14-day trend
Stable+3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Coveralls, so you can see the experience inside your AI.

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

Coveralls Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_4KFwfN2vWWEeowJibGZslVeROZZ50N2pFwaurAdx/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 — Coveralls capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "coveralls-code-coverage-analytics-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_4KFwfN2vWWEeowJibGZslVeROZZ50N2pFwaurAdx/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 Coveralls owners ask.

  • 01

    How do I retrieve my repository's secret token for CI configuration?

    Use the get_repo capability by providing the service (e.g., 'github') and repository name. The agent will return the repository details, including the repo_token needed for your CI environment variables.

  • 02

    Can I submit a coverage report for a specific CI job manually?

    Yes! The submit_job capability allows you to send coverage data directly. You'll need to provide the repo_token, service_name, service_job_id, and the source_files JSON array containing coverage metrics.

  • 03

    How do I finalize a parallel build once all individual jobs are finished?

    Use the close_parallel_build capability. Provide your repo_token and the build_num. This triggers Coveralls to aggregate all parallel jobs and calculate the final coverage percentage for the build.