zazencodes/random-number-mcp
If you are the rightful owner of random-number-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Random Number MCP provides essential random number generation utilities from the Python standard library, including both pseudorandom and cryptographically secure operations.
Tools
Functions exposed to the LLM to take actions
random_int
Generate random integers.
random_float
Generate random floats.
random_choices
Choose items from a list with optional weights.
random_shuffle
Return a new list with items shuffled.
random_sample
Choose k unique items from a population.
secure_token_hex
Generate cryptographically secure hex tokens.
secure_random_int
Generate cryptographically secure integers.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client