Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Charactercheck
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Charactercheck

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Deterministic D&D Beyond character derivation with provenance - the character accountant for agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "charactercheck": {
      "command": "npx",
      "args": [
        "-y",
        "charactercheck"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

CharacterCheck

Agents start here β†’ SKILL.md β€” when to call this, worked examples, MUST/MUST NOTs. Family contract: FAMILY.md.

CharacterCheck is an experimental, read-only compiler for selected D&D Beyond character-sheet fields. It turns a public share, saved character-service JSON, or versioned snapshot into deterministic mechanical context with provenance and named findings.

Current release: 0.7.0. Pin charactercheck==0.7.0 when installation must be reproducible. Verify the installed package version and each field's trust state; a version string alone is not proof that a value is supported.

It is not a complete or rules-authoritative character validator. Its output is not encounter, world, or session state and does not prove that an action is legal. Unknown upstream fields and unsupported restrictions can affect results; read the trust and finding data before using a value.

Run 0.7.0 offline

Python 3.9 or newer is required. The runtime has no third-party dependencies.

console
git clone https://github.com/chaoz23/charactercheck
cd charactercheck
python3 -m charactercheck selftest
python3 -m charactercheck derive examples/sample-character.json --brief

The bundled example is project-authored synthetic data. The smoke test checks this checkout and selected derivations; it is not evidence of complete D&D rules correctness.

Install the published package into a virtual environment for the console entry points:

console
python3 -m venv .venv
.venv/bin/python -m pip install charactercheck==0.7.0
.venv/bin/charactercheck derive examples/sample-character.json --brief

The direct python3 -m charactercheck path from a clone has no runtime dependency install. An editable pip install may bootstrap the setuptools build frontend if the environment does not already provide it. See MIGRATING.md before comparing 0.7.0 output or MCP surfaces with 0.6.x.

For an explicitly public character:

console
python3 -m charactercheck derive https://www.dndbeyond.com/characters/<id>

Public sharing permits retrieval at that moment; it does not establish consent for publication, recurring tests, persistence, model training, or reuse of persona and third-party narrative content.

CharacterCheck requests no credentials. For a private sheet, use an authorized saved character-service JSON file through the local CLI or library; do not pass cookies, tokens, or session data.

Product and authority boundary

CharacterCheck currently supports mechanical, read-only preparation for a human or AI-controlled DM, PC, or NPC. It observes a character source and emits context or reconciliation candidates. It exposes no mutation tools and does not become the authority for HP, conditions, concentration, expended resources, equipment declarations, DM rulings, encounter state, or world state.

The human principal remains responsible for access and use. An AI actor must not infer permission, role, or visibility from sheet contents or a tool argument. Where a value is marked confirm, unsupported, unknown, or invalid, the agent should ask the named human authority or decline to use the value. Manual play without CharacterCheck remains the fallback.

Ecosystem and calculation boundary

CharacterCheck is being developed as a versioned D&D Beyond-to-agent compiler and conformance facade, not a new complete 5e rules engine. The strict source/snapshot/privacy/trust layer remains local. Adapter vocabulary is seeded from a pinned offline DDB config registry that was independently observed and cross-checked against the MIT-licensed DDB Importer fallback. The production runtime never fetches that config endpoint. The distributed registry is a purpose-limited allowlist for current evaluator branchesβ€”not a copy of DDB's full configuration or third-party catalog vocabulary.

Registry membership establishes only that an upstream ID/name was observed; it does not prove that CharacterCheck implements its mechanics. Bounded unknown IDs are retained as opaque adapter evidence, fixed semantic-gap codes prevent default calculations, and unsafe formula/property prose is omitted. Current weapon proficiency/hand state and unimplemented property semantics therefore remain explicitly unsupported even when a provisional attack line can be rendered.

The next mechanics work is a differential conformance spike using exact SRD revisions, narrow MIT-compatible DDB Importer evidence, and Foundry dnd5e as a versioned model/behavior oracle. DDB/displayed and third-party calculated values are attributed claims, not unquestionable truth; disagreement must become a non-trusted conflict. See ECOSYSTEM_CONFORMANCE.md SOURCE_FIELD_ROUTING.md, and THIRD_PARTY_NOTICES.md.

The observed DDB service/config surfaces remain undocumented and unsupported as public APIs. Their technical availability does not grant commercial access, content rights, stability, or consent. A commercial build needs a licensed or counsel-approved input/update path and should prefer an authorized user/host export until then.

Inputs

The input parser accepts exactly:

  • a positive 1–20 digit character ID with no leading zero;
  • an HTTPS URL on dndbeyond.com or www.dndbeyond.com whose path is exactly /characters/<id>;
  • a direct local regular JSON file, when the calling surface permits files; or
  • a CharacterSnapshotV1 JSON file.

Local symbolic links are rejected. Missing paths are not reinterpreted as IDs. Raw local character files and HTTP responses are bounded to 8 MiB; a local CharacterSnapshotV1 envelope may be up to 16 MiB so a maximum-size filtered source can round-trip with its metadata. JSON also has depth, node, string, collection, inventory, modifier, and container-traversal limits.

Commands

CommandCurrent contract
derive <ref>Selected derived fields, provenance, findings, and trust routing
derive <ref> --briefDeterministic chat-sized summary; still subject to findings
derive <ref> --table-evaluationValue-free, deterministic, self-attested table.evaluation/1.0 assessment envelope
stance <ref>Envelope containing stance, canonical assessment, trust, fields, and observation metadata
report <ref>Canonical field/trust assessments plus findings and identified feature names
qa <ref> [--full]100-question Coverage Inventory pairing each answer with a closed field state; not a validity score
seatpack <ref>Privacy-minimized read-only character context
intake <ref>Pre-session context plus questions and authority boundaries
quiz <ref>Settlement and sheet-specific finding questions; non-trusted values never become answer keys
snapshot <ref>Export a versioned, integrity-checked observation
diff <ref> --baseline snapshot.jsonClassify supported changes; mark omitted-source comparisons indeterminate
doctor [ref] [--json]Diagnose runtime/network/source access without echoing the ref
selftestOffline installation and selected-derivation smoke test

--pipe reads refs from standard input. charactercheck --schema emits the machine-readable CLI contract.

--table-evaluation is also accepted by report. It projects canonical field states and source/policy digests, never character values. Trusted fields count as evaluated; unsupported, unknown, invalid, and non-authority confirmation states fail closed. Mutable player-authority fields are outside the evaluator's scope and become advisories requiring player/session-host reconciliation. The envelope is always self_attested; it is not proof of source identity, freshness, table role, encounter state, or action legality.

Question catalog

The Coverage Inventory pairs each of its 100 answers with the corresponding human-readable D&D 2024 character-sheet lookup question. Structured rows carry number, field, question, state, value, and content_trust. The question catalog is an organizational contract, not an assertion that the supplied JSON Schema's value types or the complete 2024 rules are implemented. An answer remains unusable when its row is unsupported, unknown, or invalid; mutable confirm rows remain player/session-host authority.

The settlement quiz also includes each sheet-specific lint question exactly once. Those prompts never receive an expected answer when their affected family is not trusted. Account identity and roleplay/persona questions remain privacy-omitted from default output.

Snapshots and diff

Capture a baseline and compare a later observation:

console
python3 -m charactercheck snapshot examples/sample-character.json > baseline.json
python3 -m charactercheck diff examples/sample-character.json --baseline baseline.json

CharacterSnapshotV1 records the adapter, source ID, source-schema fingerprint (which commits to the pinned adapter registry and semantic-gap contract), observation time, engine/rules profile, privacy classification, hashes, coverage, and a snapshot ID. Canonical derived metadata also exposes the adapter-registry fingerprint directly. Account identifiers and linked images are always removed. Persona is excluded by default. Snapshots do not migrate silently; unsupported versions fail with snapshot_schema. Observation times use canonical UTC RFC 3339 (...Z) syntax; they describe caller/source observation order, not a trusted timestamp or proof of freshness.

The hash meanings are intentionally distinct:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • One Shot Ui logoOne Shot Ui

    Deterministic UI extraction and screenshot diffing for AI coding agents.

    πŸ’» Developer Tools0 views
    Compare vs One Shot Ui β†’
  • W
    WOCLUB Protocol Gym

    Free daily constraint challenges with deterministic evaluation for AI agents.

    πŸ’» Developer Tools0 views
    Compare vs WOCLUB Protocol Gym β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Charactercheck

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "charactercheck": { "command": "npx", "args": ["-y", "charactercheck"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCharactercheck AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/charactercheck?style=directory)](https://allmcps.com/mcp/charactercheck)
HTML Embed
<a href="https://allmcps.com/mcp/charactercheck"><img src="https://allmcps.com/api/badge/charactercheck?style=directory" alt="Charactercheck on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Charactercheck β†’Install in Claude DesktopInstall in CursorInstall in VS Code