Provides cryptographically secure random numbers, strings, Diceware passphrases, and other randomized resources.
Offers a suite of tools for generating cryptographically secure random data via a Model Context Protocol (MCP) server. Utilizing Node.js's `crypto` module for robust randomization, it's suitable for security-sensitive applications. Key features include random number and decimal generation, list shuffling, random string creation, dice rolling, v4 UUID generation, random byte output, and secure Diceware passphrase creation using various EFF wordlists. The server also provides access to static and dynamic random datasets, factual information about numbers, and creative/security prompts, all communicated via stdio to ensure data privacy on the user's local machine.