Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by turlockmike • Testing & QA
An MCP server providing a suite of randomization utilities—UUIDs, numbers (including Gaussian), strings, passwords, dice rolling, and card drawing—for use in MCP clients or CLI workflows.
Generate secure RFC 4122 v4 UUIDs or other cryptographically-sourced random identifiers for tracking or correlation.
Varied random data for testing or simulations, including uniform and Gaussian-distributed numbers, configurable random strings, and strong passwords.
Implement game mechanics or simulations that require dice rolls and persistent card decks (deck state handled via base64-encoded state).
MCP Rand is a Node-based MCP server and CLI tool that offers secure and configurable random generation utilities. It includes RFC 4122 v4 UUID generation using Node's crypto, configurable numeric and string generators, a Gaussian generator, a strong password generator that enforces character variety, dice-rolling with standard notation, and a card drawer that preserves deck state via base64 encoding. The package can be used directly via npx or integrated into MCP clients to provide deterministic-style randomized behavior for testing, games, or utility tasks. Its design focuses on simple integration, configurability, and secure random sources where applicable.
Generate a random UUID v4
Generate a random number within a specified range
Generate a random number following a Gaussian (normal) distribution between 0 and 1
Generate a random string with specified length and character set
Generate a strong password with a mix of character types. WARNING: While this password is generated locally on your machine, it is recommended to use a dedicated password manager for generating and storing passwords securely.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.