Deterministic conduct verdicts for live tabletop sessions - CI for running a game.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Deterministic conduct verdicts for live tabletop sessions β CI for running a game.
Feed it a session transcript (and optionally an engine event ledger) plus a table charter, and it returns named findings β the player whose question was never answered, the dice roll nobody acknowledged, the turn that began without anyone being told, the spoiler that leaked into the channel, the five-minute dead air. Every finding cites the charter rule it violates, with the evidence attached.
Agents start here β SKILL.md β when to call this, worked examples, MUST/MUST NOTs. Family contract: FAMILY.md.
Cold-boot probe (2026-07-24): a fresh agent session given only this repo URL installed and refereed a session in 2 commands, verified all three exit-code legs against the docs, and confirmed the no-false-accusation contract held (a consumed roll produced silence). Its friction notes shipped as 0.1.1 (
--dice-bot,dmcheck charter).The design contract: a false accusation is the unforgivable bug. Only source-observed evidence becomes a definite finding. Legacy ambiguity is either silent or explicitly labeled
severity: advisory,provenance: inferred,confidence: low; it is never promoted by R8 or sent to a notification hook. The verdict path is model-free and deterministic: same transcript, same findings, every time.
Portfolio hosts that emit table-kit's versioned contract can use
dmcheck run-events session-events.jsonl --gm "gm-dan" instead of
pre-projecting a transcript. The strict adapter accepts a JSON array or JSONL
of table.event/1.0 objects and preserves event/correlation IDs in finding
evidence. A declared action is not treated as an authoritative engine
resolution, so legal Reactions and interrupts are not falsely accused.
Transport gaps, unknown versions/types, and zero-compatible streams return
typed incomplete status and exit 2; malformed v1 events return invalid and
exit 2. Redacted message content is likewise incomplete because absence of
prose cannot prove absence of a conduct obligation. This unreleased adapter
is pinned to table-kit PR #11 and does not imply host attestation.
Add --table-evaluation to run-events when a portfolio host needs the
shared table.evaluation/1.0 envelope. The projection has deterministic
evaluation identity, exact event evidence references, per-rule and aggregate
coverage, cursor/input digest, public-policy digest, and status/exit-code
mapping. It is always self_attested; dmcheck cannot confer host authority on
its own output.
Transcript formats: UTF-8 JSONL of {ts, author, content}, or a JSON array of Discord-API-shaped messages ({timestamp, author: {username}, content}) in chronological or reverse-chronological order. Authors and content are strings. A supplied timestamp must be a finite nonnegative epoch number or a timezone-aware ISO-8601 string; malformed timestamps are rejected rather than silently disabling time-based rules. Source adapters should preserve immutable id, audience, reply_to/correlation_id, and roll_id fields so dmcheck can prove which question, roll, or event a response closes; ordinary later GM chatter is not treated as an answer.
| Rule | Fires when | Origin story |
|---|---|---|
| R1 | an explicitly GM-directed question got no correlated response within threshold | a player asked the DM a lore question; another player ended up answering |
| R2 | a real dice result got no correlated GM narration within threshold | "did I hit?" β a player's successful attack roll sat unacknowledged |
| R3 | an engine event got no correlated GM narration | the state engine resolved a hit the table never heard about |
| R4 | a turn began and the GM never addressed the actor by name | "isn't it her turn?" β asked by a player, which is one player too many |
| R5 | retired; never fires | actor != turn owner falsely accused legal Reactions and interrupts |
| R6 | a configured hidden term appeared in a GM message; ordinary output exposes only its opaque ID | a module's secret state names leaked into narration |
| R7 | GM dead air beyond threshold while a player waited | 30 seconds reads as thinking; five minutes reads as absence |
| R8 | the session ended with currently open, source-observed R1βR3 obligations; inferred legacy advisories are not promoted | sessions should end in a defined state β that's what makes the next one possible |
The active rules came from running a hybrid table β human and AI players, an AI GM β on Discord, where these failures actually happened and got codified the same week. They apply equally to human GMs: run dmcheck over your own exported game log and see what your table's transcript says.
R5 remains addressable only so old charters and agent integrations do not break. It has no evaluator and is not enabled by default: an actor differing from the turn owner can describe a Reaction, a Ready trigger, an opportunity attack, a legendary or lair action, a controlled creature, an environmental actor, or another system's interrupt. The ledger does not establish legality. Any replacement based on an explicit authoritative decision is deferred to the shared PORT-002 event contract; dmcheck will evaluate only the resulting communication or recovery obligation.
dmcheck watch runs the same engine over a growing session β stdin JSONL or a
tailed file β and emits lifecycle events: OPEN when an observed finding
becomes provable or a legacy inference becomes advisory (thresholds fully
elapsed; no predictions), RESOLVED when a living condition heals (the
engine event finally got narrated). --notify-cmd
fires your own hook per source-observed OPEN finding; inferred advisories remain
visible in the event stream but never invoke the hook. dmcheck itself never posts anywhere.
At session end a closed-mode pass runs. session_end.open and open_count
report actionable source-observed findings only; they exclude the R8 aggregate
and inferred advisories.
Finding IDs are deterministic across mutable elapsed-time detail, and file
followers emit typed source-health events when rotation, truncation, partial
rows, or ordering gaps make coverage incomplete.
The point of live: every failure the rules encode was recoverable in the moment it happened β the unanswered question, the stale roll, the missing cue all had a seconds-wide window where a nudge saved the beat. Post-hoc tells you what went wrong last night; watch taps the GM's shoulder before the player feels it.
dmcheck/default_charter.json is the single authoritative packaged default. It carries schema_version, charter_version, and a verified SHA-256 charter_digest; checkout and wheel execution load that same resource. Its digest is release-locked to the schema/charter version pair, so a changed packaged default refuses to load until its version migration is declared. Override any of it β cue conventions, dead-air tolerance, dice-bot names, hidden-term lists β and version it. Hidden terms may be strings for compatibility or {id, value} objects; opaque host-issued IDs are preferred. Finding, watch-hook, CLI, and MCP output withholds both the configured value and raw matching excerpt. Every digest or correlation hash emitted to an ordinary output sinkβincluding the evaluation envelope, lint-charter, finding IDs, and source fingerprintsβis derived from public, redacted policy/evidence and deliberately does not attest to, or commit to, a hidden value. The full canonical digest remains only in the trusted charter document. A league or organized-play program could publish a charter the way they publish a player's guide; dmcheck then referees any table against it.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dmcheck)<a href="https://allmcps.com/mcp/dmcheck"><img src="https://allmcps.com/api/badge/dmcheck?style=directory" alt="Dmcheck on AllMCPs" /></a>