Mmcp.market

Test Intel MCP server

by barissozudogru·io.github.barissozudogru/test-intel·v0.8.1

Coverage analysis, untested function detection and complexity scoring for TS and JS.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

3 stars35 downloads/wk

Reviews

Write one

Nobody has reviewed Test Intel yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Test Intel tools (4)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • analyze_test_coverage

    Parse a coverage report (lcov, istanbul JSON, or cobertura XML) and return uncovered files, functions, lines, and branch gaps.

  • find_untested_functions

    Scan source files for function/method declarations and identify those with no corresponding test file.

  • get_function_complexity

    Analyze a file's functions for cyclomatic complexity to prioritize which functions need tests most urgently.

  • suggest_test_cases

    Analyze a specific function and generate structured test case suggestions based on its logic, branches, and type signatures.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan9 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Test Intel repository's README, as published. We do not edit it. Read it on GitHub

test-intel-mcp

Turn JavaScript and TypeScript coverage artifacts into practical test priorities. The server reads local coverage and source files, identifies gaps, scores function complexity, and suggests focused test cases without sending code to an external service.

Tool page · npm · Listed in the official MCP Registry

Start in one minute

Add one local server entry to any stdio-compatible MCP client:

{
  "mcpServers": {
    "test-intel": {
      "command": "npx",
      "args": ["-y", "@barissozudogru/test-intel-mcp"]
    }
  }
}

Then ask the client to inspect an existing coverage file:

Use test-intel to analyze coverage/lcov.info, identify the highest-impact gaps,
and suggest tests for the most complex uncovered function.

No account, API key, or hosted service is required. File access is restricted to the directory where the server starts.

Proof on this repository

Running the complexity tool against the real src/paths.ts file produces:

Function complexity analysis for: src/paths.ts
Total functions analyzed: 1

Priority | Function        | Line | Cyclomatic | Branches | Loops
---------|-----------------|------|------------|----------|------
low      | deriveTestPaths | 11   | 3          | 1        | 1

Summary: 0 critical, 0 high, 0 medium, 1 low priority

The same server reads lcov, Istanbul JSON, and Cobertura files to surface uncovered functions, lines, and branches.

A pinned p-limit 7.3.1 case study reproduces coverage from the upstream project's 22 passing tests. test-intel-report reduces its lcov artifact to two uncovered lines and one uncovered branch while preserving the original coverage file for inspection.

If this saves you time, consider starring the repository. It helps other developers find it.

Tools

Supported coverage formats:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @barissozudogru/test-intel-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add test-intel -- npx -y @barissozudogru/test-intel-mcp
Add to Cursor

Test Intel: common questions

Is Test Intel MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Test Intel safety report
How do I install Test Intel?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Test Intel need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Test Intel maintained?
The last commit was in the last day (2026-09-20). The latest release is v0.8.1.
What can I use instead of Test Intel?
Servers from other publishers that do the same job: pyscn MCP server.

Alternatives to Test Intel

Same job from other publishers: the closest match first, then the best rated.

  • pyscn
    Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.
    A

More from barissozudogru