1. Conduid
  2. Developer Tools
  3. io.github.mdfifty50-boop/qc-validator
MCP server · Developer Tools

io.github.mdfifty50-boop/qc-validator

MCP server for runtime quality validation of AI agent outputs — hallucination detection, scope compl

Unclaimed devtools
37Low

Scored 4 months ago · breakdown

About io.github.mdfifty50-boop/qc-validator

io.github.mdfifty50-boop/qc-validator is an MCP server in the Developer Tools category: mCP server for runtime quality validation of AI agent outputs — hallucination detection, scope compl. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-mdfifty50-boop-qc-validator -- npx -y qc-validator-mcp
npx
npx -y qc-validator-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.mdfifty50-boop/qc-validator

Powered by Claude · Grounded in docs

I know everything about io.github.mdfifty50-boop/qc-validator. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

qc-validator-mcp

Runtime quality validation for AI agent outputs. Detect hallucinations, enforce scope compliance, and score output quality — all via MCP.

Install

npx qc-validator-mcp

Claude Desktop

{
  "mcpServers": {
    "qc-validator": {
      "command": "npx",
      "args": ["qc-validator-mcp"]
    }
  }
}

Tools

validate_output

Score agent output against configurable criteria: length limits, required keywords, forbidden patterns, and factual claim density.

Params: output, task_description, criteria { max_length, required_keywords[], forbidden_patterns[], factual_claims_count }
Returns: { pass, score, issues[], recommendation }

check_hallucination_risk

Estimate hallucination likelihood. With source text, checks sentence-level grounding. Without source, flags outputs dense with specific numbers, dates, and URLs.

Params: output, source_text (optional), claim_count (default 5)
Returns: { risk_level, unsupported_claims[], confidence, suggestion }

check_scope_compliance

Validate output against a scope contract — allowed/forbidden topics, word limits, required sections.

Params: output, scope { allowed_topics[], forbidden_topics[], max_words, required_sections[] }
Returns: { compliant, violations[], scope_utilization_percent }

log_validation

Store validation results for per-agent trending.

Params: agent_id, output_hash, score, pass, issues_count
Returns: { logged, agent_id, total_validations }

get_failure_patterns

Analyze common failure modes for a specific agent.

Params: agent_id
Returns: { total_validations, pass_rate, avg_score, most_common_issues[], trend }

generate_quality_report

Quality dashboard across all validated agents — no parameters required.

Returns: { total_agents, overall_pass_rate, agents[], worst_performers[], best_performers[], recommendations[] }

Resource

  • qc://dashboard — Quality metrics for all validated agents

Architecture

  • Pure Node.js ES modules
  • In-memory Maps (no external dependencies)
  • stdio transport via @modelcontextprotocol/sdk
  • Zero configuration required

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.mdfifty50-boop/qc-validator

How do I install io.github.mdfifty50-boop/qc-validator?

Run claude mcp add io-github-mdfifty50-boop-qc-validator -- npx -y qc-validator-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.mdfifty50-boop/qc-validator safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.mdfifty50-boop/qc-validator still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.