Compose-and-Dragons/dungeon-mcp-server
If you are the rightful owner of dungeon-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Dungeon MCP Server is a text-based adventure system that allows players to explore dungeons, interact with NPCs, and battle monsters using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
say_hello
Say hello to a user.
get_room_details_by_name
Get detailed information about a room by its name/ID.
get_room_details_by_coordinates
Get detailed information about a room by its coordinates.
move_to_room_by_name
Move the player to a specified room by name.
get_player_status
Get the current status and information of the player.
display_dungeon_map
Display an ASCII map of the entire dungeon.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client