Haiguitang MCP Server
Related Servers
Alternatives to Haiguitang MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceAn MCP server that allows users to play the 'Turtle Soup' puzzle game with LLMs acting as game hosts, providing tools to access game rules, puzzles, and comprehensive puzzle information.313-
- FlicenseBqualityBmaintenanceEnables LLMs to play interactive choose-your-own-adventure stories through MCP tools for starting adventures, making choices, managing inventory, examining scenes, requesting hints, and checking player status.9-
- AlicenseNot gradedqualityDmaintenanceEnables LLM-driven text game state management by exposing MCP tools for managing players, locations, items, entities, and abstract concepts.MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI agents and other clients to play Ren'Py visual novel games by reading story text and making choices.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to play interactive fiction games (Glulx and Z-machine) through the Model Context Protocol, with automatic save/restore and optional journaling mode.MIT
- AlicenseAqualityBmaintenanceMCP server for Turtle Soup lateral thinking puzzles. It enables starting puzzle sessions, asking questions, and revealing solutions via a thin layer over Turtle Noir backend APIs.338 npm1MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose with no overlap: get_prompt explains game rules, get_puzzle retrieves specific puzzle content, and list_puzzles_tool shows available puzzles. The descriptions clearly differentiate between instructional, retrieval, and listing functions.
The naming follows a consistent verb_noun pattern (get_prompt, get_puzzle, list_puzzles_tool) with clear action-object relationships. The minor deviation is 'list_puzzles_tool' having '_tool' suffix while others don't, but the core pattern remains readable and predictable.
With only 3 tools, the count feels minimal for a game server. While it covers basic operations (list, retrieve, instructions), it lacks puzzle creation, management, or interactive solving tools that would be expected for a complete game experience.
The toolset has significant gaps for a game server. It provides only read operations (get, list) with no puzzle creation, updating, deletion, or gameplay interaction tools. Users can view puzzles but cannot submit answers, track progress, or manage content - making this a passive viewing experience rather than an interactive game.