Provides a suite of random functionality including lottery draws, dice rolls, and coin flips.
This tool is a comprehensive example of an MCP (Model Context Protocol) plugin, offering a variety of random generation features. It allows users to perform lottery draws from custom lists with options for quantity and duplicate allowance, roll dice with configurable faces and quantities, and execute simple coin flips. Designed to integrate seamlessly with AI clients via standard I/O or expose functionalities through an HTTP server with a web interface and RESTful API, it serves as a practical demonstration of building interactive tools using the MCP SDK.