Skip to main content
ClaudeWave
Verificate-Dev avatar
Verificate-Dev

verificate-mcp-quickstart

View on GitHub

Validation gates for AI coding — Verificate MCP quickstart: Claude Code / Cursor / Windsurf configs, CI gate example, registry manifest

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Verificate-Dev/verificate-mcp-quickstart
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "verificate-mcp-quickstart": {
      "command": "node",
      "args": ["/path/to/verificate-mcp-quickstart/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Verificate-Dev/verificate-mcp-quickstart and follow its README for install instructions.
Use cases

MCP Servers overview

# 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

[![Glama MCP server](https://glama.ai/mcp/servers/@Verificate-Dev/verificate-mcp-quickstart/badge)](https://glama.ai/mcp/servers/@Verificate-Dev/verificate-mcp-quickstart)

What people ask about verificate-mcp-quickstart

What is Verificate-Dev/verificate-mcp-quickstart?

+

Verificate-Dev/verificate-mcp-quickstart is mcp servers for the Claude AI ecosystem. Validation gates for AI coding — Verificate MCP quickstart: Claude Code / Cursor / Windsurf configs, CI gate example, registry manifest It has 0 GitHub stars and was last updated today.

How do I install verificate-mcp-quickstart?

+

You can install verificate-mcp-quickstart by cloning the repository (https://github.com/Verificate-Dev/verificate-mcp-quickstart) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Verificate-Dev/verificate-mcp-quickstart safe to use?

+

Verificate-Dev/verificate-mcp-quickstart has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Verificate-Dev/verificate-mcp-quickstart?

+

Verificate-Dev/verificate-mcp-quickstart is maintained by Verificate-Dev. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to verificate-mcp-quickstart?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy verificate-mcp-quickstart to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Verificate-Dev/verificate-mcp-quickstart
[![Featured on ClaudeWave](https://claudewave.com/api/badge/verificate-dev-verificate-mcp-quickstart)](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>