mcpserver.lol
registry/verificate-dev-mcp
Connection check verified live · 20h ago

verificate-dev-mcp

Agentic code review, no signup to try: reality gates + frontier-model review, with veto.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

5 tools

Read from the running server on 20h ago.

analyze_code read-only code*languageanalysis_type
Advisory deep-dive on existing code — scores and findings, deliberately NO pass/fail verdict, so it never blocks an agent. Surfaces performance hot paths, scalability cliffs, relia…
generate_code read-only prompt*languagemax_tokens
Generate code and gate it in one step: an LLM writes the implementation, then the same protection engine as validate_ai_output vets it — retrying generation when the gate rejects.…
validate_ai_output read-only contextai_output*validation_type
The merge gate for ANY AI-written output — code, documentation, reports, emails, configs: returns a binary approve/reject verdict with veto power — e.g. it rejects code calling the…
validate_artifact artifact*
Deterministic production-readiness gate for AI-built systems. Verifies the invariants that stop a system silently shipping broken: every critical component is PRESENT and LOADS, th…
validate_plan read-only plan*context
The gate for PLANS, designs and specs — run BEFORE any code is written, the cheapest place to catch a bad design. Returns the same binary verdict shape as validate_ai_output, with…