# Reality Graph Verification Tools MCP server

Read-only AI coding tools for change verification, release readiness, capacity, and guidance.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-realitygraph-verification-tools
- Website: https://realitygraph.dev/mcp

## Install
- Endpoint: https://realitygraph.dev/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://realitygraph.dev/api/mcp

## Tools
- check_verification_debt (Check verification debt) - Estimate a software team's verification debt from team parameters. Computes the four published metrics (generation-to-verification ratio, review depth, unverified-merge rate, two-week churn) and an annual cost estimate, with the full calculation path, labeled assumptions, thresholds, and sources (GitClear, Sonar, Faros, Veracode). Deterministic arithmetic from published models — no benchmark claims. Only team_size is required; every additional parameter refines the estimate. Set lang='de' for a German report. Endpoint: https://realitygraph.dev/api/mcp
- lint_task_spec (Lint a task specification) - Check whether a free-text work order for an AI coding agent is verifiable BEFORE handing it over. Heuristic, deterministic lint of the task's form against the four building blocks of a checkable task (goal, boundaries, acceptance criteria, validation plan) plus rule checks (vague adjectives without numbers, unnamed unhappy paths, missing file anchors). Returns a status table with evidence, the concrete questions that close each gap, and a fill-in skeleton. It checks form, not content — no LLM, nothing stored. Set lang='de' for a German report. Endpoint: https://realitygraph.dev/api/mcp
- get_task_contract_template (Get the verifiable task contract template) - Returns Reality Graph's free fill-in template (v0) for a verifiable task contract: goal, non-goals, boundaries (may change / must not change / forbidden), 3-7 yes/no acceptance criteria, validation plan, expected evidence, assumptions, open questions — with a filled example and fill-in guidance. Write the contract before an AI agent runs; verify the result against it after. format='json' returns a machine-fillable JSON structure; default is a compact markdown skeleton. Set lang='de' for German. Static content, nothing stored. Endpoint: https://realitygraph.dev/api/mcp
- validate_task_contract (Validate a filled task contract) - Deterministically validates a FILLED task contract (the JSON structure from get_task_contract_template): completeness of goal/non-goals/boundaries, decidability of each acceptance criterion (vague words, missing measurable markers), automated checks in the validation plan, expected evidence, and leftover placeholders. Returns a verdict (PASS / PASS WITH WARNINGS / FAIL), four dimension scores, and a concrete fix per finding. Validates form and completeness, not correctness. No LLM, nothing stored. lang='de' for German. Endpoint: https://realitygraph.dev/api/mcp
- get_verification_report_template (Get the verification report template) - Returns the free fill-in template (v0) for a verification report — the artifact you write right after an AI-assisted run: task recap, files changed AND files confirmed untouched, validation results per acceptance criterion (not authored by the generating model), what was skipped, limitations, and the explicit decision. format='json' for a machine-fillable structure; default is a compact markdown file. Static content, nothing stored. lang='de' for German. Endpoint: https://realitygraph.dev/api/mcp
- search (Search the Reality Graph knowledge base) - Full-text search over the Reality Graph knowledge base on AI coding verification: 40+ glossary definitions, 700+ FAQ answers, sourced statistics, and article summaries on verification debt, AI code review, spec-vs-implementation checking, EU compliance (EU AI Act, GDPR, NIS2), and AI coding governance — in English and German. Returns matching documents with title, URL, and snippet. Use fetch to read a result. Endpoint: https://realitygraph.dev/api/mcp
- fetch (Fetch a knowledge base document) - Fetch a document from the Reality Graph knowledge base by id (as returned by search, e.g. '/verification-debt') or by full realitygraph.dev URL. Returns the document's summary, definitions, key facts, FAQ, and sources as text, plus the canonical URL. Endpoint: https://realitygraph.dev/api/mcp
- plan_change_verification (Plan verification for a change) - Turn explicit change characteristics into a risk tier, required automated checks, manual scenarios, evidence, release blockers, role handoff, and canonical Reality Graph guidance. Use before implementation or review. It does not inspect code and never invents a confidence score. Endpoint: https://realitygraph.dev/api/mcp
- check_release_readiness (Check release readiness) - Return GO, CONDITIONAL, or NO_GO from supplied acceptance-criterion results, check evidence, rollback, monitoring, limitations, and independent review. The verdict is deliberately based only on supplied evidence; this tool does not inspect code, CI, or a deployment. Endpoint: https://realitygraph.dev/api/mcp
- calculate_verification_capacity (Calculate verification capacity) - Calculate weekly review demand, utilization, capacity gap, supported change throughput, and changes lacking evidence from measured team inputs. No cost model, benchmark, or hidden industry assumption is applied; the output shows the arithmetic and a concrete balancing action. Endpoint: https://realitygraph.dev/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.realitygraph
- Version: 2.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
