mcp-randoom
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ringotypowriter/mcp-randoom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server