Server data from the Official MCP Registry
AI-coding validation gates: reality checks with veto plus ISO/IEC 25010 review, before code ships.
AI-coding validation gates: reality checks with veto plus ISO/IEC 25010 review, before code ships.
Remote endpoints: streamable-http: https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-verificate-mcp": {
"url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
}
}
}From the project's GitHub README.
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.
ai.verificate/mcp| 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. |
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.Inventoryis 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.
Create an account at https://verificate.ai/auth/signup and copy the trial token from your dashboard, then:
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"
{
"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.
Ask your agent to validate before it finishes:
"Before you consider this task done, run the diff through
validate_ai_outputand fix anything it vetoes."
Or wire it into CI as a merge gate — see examples/.
30-day free trial, then USD $30/month (launch offer: 50% off for 3 months). Volume and academic pricing: info@verificate.ai.
Built by Verificate Pty Ltd (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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.