Random Tools icon

Random Tools

1

Provides a suite of random functionality including lottery draws, dice rolls, and coin flips.

About

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.

Key Features

  • Lottery drawing with custom options, count, and duplicate control
  • Configurable dice rolling (sides and quantity)
  • Simple coin flipping functionality
  • Support for both Standard I/O and HTTP server modes
  • Includes a web interface and RESTful API for easy access
  • 1 GitHub stars

Use Cases

  • Simulating dice rolls for games, role-playing, or decision-making
  • Making binary choices with coin flips
  • Randomly selecting items from a list, such as prize allocation or participant selection