Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Reality Graph Verification Tools

dev.realitygraph/verification-tools

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

Uptime
100.0%
1 direct probes · 30d
Response
157ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

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 an…

lint_task_spec

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 …

get_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 pl…

validate_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 wor…

get_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 pe…

search

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 re…

fetch

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,…

plan_change_verification

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 implement…

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 suppli…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "reality_graph_verification_tools": {
      "url": "https://realitygraph.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}