5eMCP
Related Servers
Alternatives to 5eMCP
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceProvides comprehensive access to Dungeons & Dragons 5th Edition content through the Open5e API. It enables users to search for game mechanics, generate character builds, and create balanced encounters via natural language.3722-
- AlicenseBqualityCmaintenanceEnables a language model to access D&D 5e rules, reference data, and campaign state through MCP, with tools for dice rolls, encounters, lookups, and persistent notes.27MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving D&D 5th Edition spells via natural language queries.1 npmMIT

archivistofficial
AlicenseNot gradedqualityBmaintenanceProvides read-only SRD lookup and deterministic enrichment tools for D&D 5e content generation, including search, entity retrieval, and generation of monsters, spells, items, NPCs, and encounters.MIT- AlicenseAqualityBmaintenanceProvides fast, cached access to comprehensive Dungeons & Dragons 5th Edition data including spells, monsters, classes, races, equipment, and rules through Open5e and D\&D 5e APIs.72MIT
- FlicenseNot gradedqualityCmaintenanceEnables tabletop RPG dice rolling through natural language, supporting standard dice formulas, modifiers, exploding dice, and d20 prompts for ability checks, saving throws, attack rolls, and damage rolls.-
TDQS
Scored across 46 tools
The search/get pairs for each content type are clearly distinguished, and omnisearch is explicitly positioned as the fallback when the content type is unknown. However, book_get vs book_content_get and class_get vs classfeature_search have somewhat overlapping boundaries that could cause misselection.
The vast majority of tools follow a consistent contenttype_search/contenttype_get convention, making the names highly predictable. Utility tools like help, manifest_status, fetch_content, and cr_calculate break the pattern, but they form a recognizable secondary category.
At 46 tools, this is far above the 25+ threshold and creates a heavy selection burden on the agent. The typed search/get pairs are comprehensive but could be consolidated into a smaller set of parameterized tools, and the utility tools could reasonably be separated.
The surface covers nearly every meaningful D&D content type with search and exact-get access, plus class feature resolution, book content navigation, DM calculators, and a fetch_content fallback. The manifest_status and fallback tools ensure even untracked content types are reachable, so there are no significant dead ends.