A
licenseNot graded
qualityC
maintenanceAn 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.
10 npm
11
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: listing games, starting a game, issuing commands, getting hints, and viewing score. No two tools overlap in functionality.
All tool names are single verbs that directly describe their action: list, start, act, hint, score. This is a consistent and predictable pattern.
Five tools is well-scoped for a text-adventure MCP server. Each tool serves a necessary function in the gameplay loop without redundancy.
The core game lifecycle is covered: discover, start, play, assist, and track progress. Minor features like saving/loading are missing but not essential for basic play.