Validation gates for AI coding — Verificate MCP quickstart: Claude Code / Cursor / Windsurf configs, CI gate example, registry manifest
git clone https://github.com/Verificate-Dev/verificate-mcp-quickstart{
"mcpServers": {
"verificate-mcp-quickstart": {
"command": "node",
"args": ["/path/to/verificate-mcp-quickstart/dist/index.js"]
}
}
}Resumen de MCP Servers
# Verificate MCP — validation gates for AI coding
**Deterministic quality gates for AI-generated code, as an MCP server.** Works with Claude Code, Cursor, Windsurf, and any MCP client.
Your coding assistant writes a mock and calls it done. It invents an SDK call that doesn't exist. It ships an N+1 loop that passes every test and dies under load. Verificate MCP runs the deep review pass on every AI output — deterministic reality gates first (any one can veto), then an enterprise-grade review scores what survives — **before the code reaches your codebase**.
- 📇 Official MCP Registry: [`ai.verificate/mcp`](https://registry.modelcontextprotocol.io/v0/servers?search=verificate)
- 🌐 Product page: <https://verificate.ai/mcp>
- 📚 Guides: [catch hallucinated code](https://verificate.ai/articles/catch-ai-hallucinated-code/) · [5-minute setup](https://verificate.ai/articles/claude-code-review-mcp-server/) · [deep performance bugs](https://verificate.ai/articles/ai-coding-performance-bugs/) · [cheaper models, safely](https://verificate.ai/articles/cheaper-ai-coding-models-validation-gate/)
- 🆓 30-day free trial (no card): <https://verificate.ai/auth/signup>
- 📖 Background reading: [*Every Bob needs a Wendy*](https://community.ibm.com/community/user/viewdocument/every-bob-needs-a-wendy?CommunityKey=300ac388-08f0-427e-a600-0199bfc9dd2a&tab=librarydocuments) (IBM Community)
## Tools
| Tool | What it does |
|---|---|
| `validate_ai_output` | Gate any model output: deterministic reality gates (mock/placeholder veto, gaming & bypass detection, integrity monitoring), then ISO/IEC 25010-grade review of performance, scalability, reliability and tech debt. |
| `analyze_code` | Deep code analysis on demand — hot paths, rate-limit math, failure modes, hallucinated APIs. |
| `validate_plan` | Score an AI plan for feasibility and grounding before work begins. |
| `generate_code` | Generate code that is checked against your constraints before it is returned. |
## A real rejection (verbatim)
12 plausible lines of AI-written payment code were sent through the production gateway. Verdict: **REJECTED — score 30.8/100, vetoed by `code_reality_gate`**, with findings including:
> *"N+1 synchronous API calls … For 100 items, this results in 100 sequential HTTP roundtrips, taking ~10–20 seconds and blocking the event loop/worker thread … will trigger Stripe rate limiting (100 req/sec limit)."*
> *"`stripe.Inventory` is not a valid Stripe SDK resource."*
> *"Floating-point representation issues lead to rounding errors in financial transactions; Stripe API requires integer cents."*
Each of those is an afternoon of production debugging, caught in seconds.
## Setup
Create an account at <https://verificate.ai/auth/signup> and copy the trial token from your dashboard, then:
### Claude Code
```bash
claude mcp add --transport http verificate \
https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp \
--header "Authorization: Bearer YOUR_TRIAL_TOKEN"
```
### Cursor / Windsurf / any MCP client (JSON)
```json
{
"mcpServers": {
"verificate": {
"url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_TRIAL_TOKEN" }
}
}
}
```
Cursor: add to `~/.cursor/mcp.json`. Windsurf: add to `~/.codeium/windsurf/mcp_config.json`.
## Suggested workflow
Ask your agent to validate before it finishes:
> "Before you consider this task done, run the diff through `validate_ai_output` and fix anything it vetoes."
Or wire it into CI as a merge gate — see [`examples/`](examples/).
## Pricing
30-day free trial, then USD $30/month (launch offer: 50% off for 3 months). Volume and academic pricing: info@verificate.ai.
## About
Built by [Verificate Pty Ltd](https://verificate.ai) (Sydney, Australia) — an IBM Business Partner. Verificate builds sovereign AI infrastructure: the HELIX inference engine (calibrated confidence scores on every answer), the deterministic Decision Transformer, and this MCP validation server. This repository contains client configuration and examples only.
<!-- glama-ai-listing -->
## Glama
[](https://glama.ai/mcp/servers/@Verificate-Dev/verificate-mcp-quickstart)
Lo que la gente pregunta sobre verificate-mcp-quickstart
¿Qué es Verificate-Dev/verificate-mcp-quickstart?
+
Verificate-Dev/verificate-mcp-quickstart es mcp servers para el ecosistema de Claude AI. Validation gates for AI coding — Verificate MCP quickstart: Claude Code / Cursor / Windsurf configs, CI gate example, registry manifest Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala verificate-mcp-quickstart?
+
Puedes instalar verificate-mcp-quickstart clonando el repositorio (https://github.com/Verificate-Dev/verificate-mcp-quickstart) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Verificate-Dev/verificate-mcp-quickstart?
+
Verificate-Dev/verificate-mcp-quickstart aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene Verificate-Dev/verificate-mcp-quickstart?
+
Verificate-Dev/verificate-mcp-quickstart es mantenido por Verificate-Dev. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a verificate-mcp-quickstart?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega verificate-mcp-quickstart en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/verificate-dev-verificate-mcp-quickstart)<a href="https://claudewave.com/repo/verificate-dev-verificate-mcp-quickstart"><img src="https://claudewave.com/api/badge/verificate-dev-verificate-mcp-quickstart" alt="Featured on ClaudeWave: Verificate-Dev/verificate-mcp-quickstart" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!