Deterministic, cited D&D 5e SRD 5.2.1 verdicts for bounded turn, action, save, and state-transition checks.
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.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Srdcheck.
The chaoz23/srdcheck MCP server provides a rules rail for agents adjudicating selected D&D 5e System Reference Document 5.2.1 mechanics. It evaluates named, bounded questions instead of attempting to decide whether an entire game situation is legal. Results identify the checked and unchecked scope, assumptions, facts used, and any derived facts. When a rule is applied, the result includes its SRD citation and quoted rule text.
The result status uses three exit meanings: 0 indicates that the proposal passes the checked scope, 1 indicates a conflict, and 2 means the question cannot be adjudicated. This boundary behavior is important for agent workflows: an unsupported question is not converted into a guessed ruling.
The current adapter focuses on combat-turn fundamentals. Supported areas described in the repository include action-economy checks, legal-action enumeration, advantage math, damage and healing reduction, death saves, saving throws, concentration checks, selected condition effects, and hash-stamped state lineage.
The kernel is a stateless pure function. A caller supplies the relevant state and query, and the server returns a verdict; it does not roll dice, narrate outcomes, own the game state, or make an LLM call. The same input can therefore be evaluated locally and offline by multiple agents.
The chaoz23/srdcheck MCP server also separates SRD results from optional table rulings. A caller can provide a portable table-policy manifest together with request, encounter, session, or campaign identifiers. Matching decisions are retained as explicit table-authority lineage rather than being presented as SRD law.
For state changes, event.apply creates an idempotent transition proposal tied to the evaluated state. transition.commit rejects stale or out-of-order proposals and returns a repeatable semantic receipt on retry. The host or agent-DM remains responsible for the atomic write.
The repository describes MCP and CLI entry points, along with --pipe, --schema, and a root-level tool.json. It also documents Python 3.10 through 3.13 support and installed-artifact smoke contracts for Ubuntu, Windows, and macOS. No installation command or required environment variable is provided in the supplied material, so deployment details must be taken from the project documentation.
The runtime is designed to work without network access and has zero dependencies according to the listing. Optional metadata-only lifecycle events can be sent to stderr or a caller-provided sink. These events exclude prompts, state, rulings, citations, and error messages, and the project states that it persists nothing.
The chaoz23/srdcheck MCP server does not verify whether a character feature actually grants a proposed action. A turn can therefore pass the action-economy check while still failing an unmodeled feature prerequisite. It also does not determine a spell's bespoke effects, such as damage dice or a condition imposed by a particular spell.
Condition support is surface-specific: the adapter does not claim that every condition effect is consumed by every query. The server judges rather than simulates, so it does not roll dice or apply spell-specific outcomes. Its verdicts are valid only within the stated checked scope. The repository labels the release version 0.9.0 alpha, so integrations should account for an evolving contract.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
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/chaoz23-srdcheck)<a href="https://allmcps.com/mcp/chaoz23-srdcheck"><img src="https://allmcps.com/api/badge/chaoz23-srdcheck?style=directory" alt="Srdcheck on AllMCPs" /></a>