A simple dice rolling server that enables AI assistants to simulate rolling any number of dice with any number of sides. Built with TypeScript and the MCP SDK, it provides a single tool for generating random dice rolls and calculating their sum, making it useful for tabletop gaming applications, random number generation, or probability demonstrations. The implementation focuses on a clean, minimal approach with input validation to ensure reasonable dice parameters.
atuinturtle