mcp-randoom
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-randoomflip a coin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-randoom
A Model Context Protocol (MCP) server that provides true random generation tools for your AI agents. Whether you need an AI to make a decision for you, or you want it to act as a Dungeon Master for your next D&D session, mcp-randoom has you covered.
Features
Coin Flip: Let the AI decide your fate with a secure 50/50 coin toss. Perfect for "Heads or Tails" scenarios.
Dice Roller: A robust dice roller supporting standard D&D notation (e.g.,
1d20,2d6,4d8). Great for TTRPG sessions where the AI plays the DM or a player.True Random Numbers: Generate cryptographically secure random integers or floating-point numbers within a specified range.
Wheel of Fortune: Spin a virtual wheel to randomly select an item from a list of options (great for raffles or decision making).
Related MCP server: MCP Lottery Demo
Usage
You can run this MCP server directly using bunx without needing to install it globally.
Quick Start
bunx github:ringotypowriter/mcp-randoomUsing with Claude Desktop
To use this with Claude Desktop, add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"randoom": {
"command": "bunx",
"args": [
"github:ringotypowriter/mcp-randoom"
]
}
}
}Tools
coin_flip
Flips a coin and returns "Heads" or "Tails".
dice_roll
Rolls dice based on input notation.
Input:
dice(string) - e.g., "1d20", "2d6".Output: Individual rolls and the total sum.
random_number
Generates a random number.
Input:
min(number)max(number)integer(boolean, default: true)
Output: A random number within the range.
wheel_spin
Spins a wheel to randomly select one option from a list.
Input:
options(array of strings) - List of options (must be > 3).Output: The selected option.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.
Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceProvides cryptographically secure random dice rolls for AI assistants, supporting standard and advanced dice notation for tabletop RPGs and games.8-
- FlicenseAqualityDmaintenanceEnables random selection tools including lottery drawing from option lists, dice rolling with customizable sides and counts, and coin flipping. Supports both single and multiple draws with duplicate control options.32-
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive dice rolling, coin flipping, and tabletop RPG mechanics for AI assistants like Claude. It enables real-time tabletop gaming through features such as standard NdM notation, advantage/disadvantage rolls, and D\&D character stat generation.1-
- FlicenseNot gradedqualityDmaintenanceProvides dice rolling and coin flipping functionality for AI assistants via the Model Context Protocol. It enables users to roll single or multiple dice with configurable sides and perform randomized coin tosses.1-