ChatRPG
Related Servers
Alternatives to ChatRPG
No user-submitted related servers found.
Related Servers
- AlicenseCqualityAmaintenanceRPG game engine that lets AI run tabletop sessions without hallucinating mechanics. SQLite-backed persistence, D\&D 5e-style combat, procedural world generation, and deterministic dice.10012 npm43MIT
- FlicenseNot gradedqualityCmaintenanceEnables a minimal multiplayer text TRPG with DM, human, and agent roles, shared room event logs, staged turns, and server-side d20 checks.-
- AlicenseNot gradedqualityDmaintenanceEnables creation and management of structured game worlds for text adventures and RPGs with character creation, world generation, and natural language interaction through AI integration.1MIT
- AlicenseAqualityDmaintenanceEnables playing RPGs with LLMs through tools for dice rolling (e.g., '1d6'), success checks with criticals, and random event generation.62MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to act as dynamic dungeon masters for text-based RPGs with dynamically generated rule systems and comprehensive game state management.2 npm12MIT
- AlicenseAqualityBmaintenanceEnables running tabletop RPG campaigns as interactive stories with a world model, narrative tools, and role enforcement, integrating rulebooks like D&D 5e and Starfinder.228MIT
TDQS
Scored across 35 tools
Most tools have distinct purposes with clear boundaries, such as 'advance_turn' for combat flow and 'calculate_aoe' for area calculations. However, some overlap exists, like 'manage_encounter' potentially duplicating functions of 'create_encounter', 'get_encounter', and 'end_encounter', which could cause confusion in selection.
Tool names consistently follow a verb_noun pattern throughout, such as 'advance_turn', 'calculate_aoe', and 'manage_condition'. This uniformity makes the set predictable and easy to navigate, with no mixing of naming conventions like camelCase or other styles.
With 35 tools, the count is excessive for a D&D 5e server, leading to potential overwhelm and redundancy. A more focused set of 10-20 tools could better cover the domain without unnecessary complexity, as some tools like 'manage_encounter' and 'execute_action' might be consolidated.
The tool set comprehensively covers D&D 5e gameplay, including character management, combat simulation, spell handling, and session tracking. There are no obvious gaps; it supports CRUD operations, lifecycle events, and edge cases like death saves and improvised magic, ensuring agents can handle most scenarios.