Fantasy Gamebook Engine
Related Servers
Alternatives to Fantasy Gamebook Engine
No user-submitted related servers found.
Related Servers
- 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
- AlicenseNot gradedqualityBmaintenanceAn MCP server enabling AI agents to autonomously play D\&D as players and Dungeon Masters, with real dice rolls and full campaign management.2MIT
- MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI to act as Game Master for tabletop RPGs with deterministic dice, five-tier outcomes, FitD-style stress, combat tracking, clocks, investigations, NPC relationships, and world generation via 134 tools over MCP.2MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server for managing AI-assisted Dungeons & Dragons campaigns, featuring tools for character sheets, combat tracking, and world-building. It enables players and DMs to interact with 5e game mechanics and query personal PDF rulebooks using RAG capabilities.972MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to create, edit, validate, and export single-file HTML text adventure games using JSON story data and MCP tools.16 npmMIT
TDQS
Scored across 18 tools
Each tool has a clearly distinct purpose. Combat tools (start, end, flee, resolve) are separated; read/update tools target different aspects (character, events, summary, world); and utilities like roll_dice, test_luck, save/load progress are unique.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_character, start_combat, read_world). There is no mixing of conventions or vague verbs.
18 tools is slightly above the typical 3-15 range but still well-scoped for a gamebook engine. The number covers character management, combat, world state, narrative, and progress, without feeling excessive.
The tool set covers core CRUD operations for characters, world, events, and combat lifecycle. One minor gap is the lack of a tool to list available save slots, but essential workflows are supported.