mcpbeat Sign in

AI Validation MCP Server

local only

AI Validation runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm.

Independent AI code validation: test bias, edge cases, coverage gaps.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 7 · +65% w/w
a month agotoday
30
Installs / week
npm · ai-validation-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-validation -- npx -y ai-validation-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-validation": {
      "args": [
        "-y",
        "ai-validation-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-validation]
command = "npx"
args = ["-y", "ai-validation-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-validation": {
      "args": [
        "-y",
        "ai-validation-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-validation": {
      "args": [
        "-y",
        "ai-validation-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI Validation

same job, measured the same way
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
I
Spectra
by jorgesandoval

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

answering
Syke
by khalomsky

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

162 installs/wk local only
Icdwise
by qinisolabs

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

62 installs/wk local only
Edgehound
by energixe

Writes adversarial test suites for AI-built code. Your agent's test engineer.

answering
Georgia Commons
by georgiacommons

Georgia's Code, bills, and Supreme Court opinions as source text. Independent, not the State.

23 tools answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only

AI Validation — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Validation?
AI Validation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-validation-mcp was installed 30 times last week.
Is AI Validation still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect AI Validation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-validation-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI Validation?
The npm package ai-validation-mcp was installed 30 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.