mcpbeat Sign in

OrangePro MCP Server

by orangepro Your server? Claim it
local only

OrangePro runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

Installs / week
not published
17
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const child = spawnSync(process.execPath, [cliPath, ...process.argv.slice(2)], {
Builds a file path from a variable src/local/analyze/coverageArtifacts.ts:122
      const artifactAbs = path.join(absRoot, artifactRel);
Page executes code built at runtime src/local/viz/behaviorReport.template.html:606
  document.getElementById("sysmap").innerHTML=out;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to OrangePro

same job, measured the same way
OrangePro
by orangeproai

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

474 installs/wk local only
I
Playwright Wizard MCP
by oguzc

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

64 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
Guidance Lark MCP
by guidance-ai

Validate and test llguidance grammars with batch testing and documentation

85 installs/wk local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
Provar MCP Server
by provartesting

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

427 installs/wk local only
WpfPilot MCP
by skuzadev

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

38 installs/wk local only
Openapi Navigator
by mgaruccio

Navigate and query OpenAPI specs with fuzzy search, pagination, and API testing

113 installs/wk local only

OrangePro — questions

Answers built from our own checks of this server.

Why is there no uptime for OrangePro?
OrangePro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is OrangePro open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.