Coveralls (Code Coverage Analytics API)

Coveralls (Code Coverage Analytics API) MCP Connector for Claude

F

Track code coverage metrics via Coveralls — manage repositories, submit coverage reports, and monitor build statuses directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Coveralls account to any AI agent to streamline your CI/CD workflows and maintain high code quality standards through natural conversation.

What you can do

  • Repository Management — Create, retrieve, and update repository configurations and access tokens across GitHub, GitLab, and Bitbucket
  • Coverage Submission — Submit detailed coverage reports (jobs) including source file data and git metadata directly to the Coveralls API
  • Parallel Build Control — Manage complex parallel CI workflows by triggering final aggregate calculations and closing build sequences
  • Build Reruns — Quickly trigger a rerun of build processing to resolve transient issues without manual dashboard intervention
  • Web Data Insights — Fetch JSON representations of repository and build pages to analyze recent trends and coverage history

How it works

  1. Subscribe to this server
  2. Enter your Coveralls Personal Access Token
  3. Start monitoring your code quality from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — automate the setup of new repositories and monitor coverage trends across the organization
  • Software Developers — check coverage status and submit reports directly from the terminal or IDE
  • QA Leads — analyze coverage regressions and manage build thresholds to ensure code reliability
code-coverageci-cdtestingquality-assurancestatic-analysis

10 tools expose this connector's capabilities to your AI agent.

close_parallel_build

Close a parallel build on Coveralls

create_repo

Requires personal API token. Create a new repository on Coveralls

get_build_web_data

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

get_file_web_data

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

get_job_web_data

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

get_repo

Requires personal API token. Get repository info from Coveralls

get_repo_web_data

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

rerun_build

Trigger a rerun of a build on Coveralls

submit_job

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

update_repo

Requires personal API token. Update an existing repository on Coveralls

See how to talk to your AI agent using Coveralls (Code Coverage Analytics API).

Get the repository details and token for github/vurb-ai/mcp-server.

I've retrieved the details for 'vurb-ai/mcp-server'. The repository is active, and your repo_token is `abc123xyz...`. Coverage is currently tracking at 92.5%.

Update the coverage threshold for github/my-org/app to fail if it drops below 80%.

I've updated the repository settings for 'my-org/app'. The `commit_status_fail_threshold` is now set to 80. Any builds with coverage below this will be marked as failed.

Rerun the processing for build number 45678 on Coveralls.

Triggering a rerun for build #45678... The request was successful, and Coveralls is now re-calculating the coverage data for that build.

Use the `get_repo` tool 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.

Related Connectors