Agent♥︎Age
Catalog

io.github.zazencodes/random-number-mcp

Official

by zazencodes · Python

Essential random number generation utilities from the Python standard library

random-number-mcp (io.github.zazencodes)

The io.github.zazencodes/random-number-mcp MCP server provides essential random number generation utilities based on the Python standard library. It supports pseudorandom and cryptographically secure operations for integers, floats, weighted selections, list shuffling, and secure token generation.

🛠️ Key Features

  • Random number generation utilities from the Python standard library
  • Pseudorandom operations for integers and floats
  • Cryptographically secure operations for integers and floats
  • Weighted selections
  • List shuffling
  • Secure token generation

🚀 Use Cases

  • Generate integers and floats with either pseudorandom or cryptographically secure approaches
  • Perform weighted selections
  • Shuffle lists reproducibly for randomized workflows
  • Produce secure tokens for application use

⚡ Developer Benefits

  • Uses standard-library-based random number generation strategies
  • Supports both secure and non-secure randomization needs
  • Covers common randomization tasks: selection, shuffling, token creation

⚠️ Limitations

  • Repository readme excerpt references an alternate “agent skill” implementation via random-number-skills rather than additional MCP-server variants.