{"repo":"zazencodes/random-number-mcp","free":true,"listed":false,"github":"https://github.com/zazencodes/random-number-mcp","clone":"git clone https://github.com/zazencodes/random-number-mcp.git","description":"Production-ready MCP server that provides LLMs with essential random generation abilities, built entirely on Python's standard library.","language":"Python","stars":50,"topics":[],"license":"MIT","category":"mcp-servers","readme_excerpt":"Random Number MCP Essential random number generation utilities from the Python standard library, including pseudorandom and cryptographically secure operations for integers, floats, weighted selections, list shuffling, and secure token generation. Looking for the agent skill version? random-number-skills implements the same random number generation strategy as an agent skill instead of an MCP server. Demo Video https://github.com/user-attachments/assets/303a441a-2b10-47e3-b2a5-c8b51840e362 Tools Tool Purpose Python function ------------------- -------------------------------------------- --------------------- random int Generate random integers random.randint() random float Generate random floats random.uniform() random choices Choose items from a list (optional weights) random.choices() random shuffle Return a new list with items shuffled random.sample() random sample Choose k unique items from population random.sample() secure token hex Generate cryptographically secure hex tokens secrets.token hex() secure random int Generate cryptographically secure integers secrets.randbelow() Setup Claude Desktop Add this to your Claude Desktop configuration file: macOS : /Library/Application Support/Claude/claude desktop config.json Windows : %APPDATA%/Claude/claude desktop config.json Tool Reference random int Generate a random integer between low and high (inclusive). Parameters: - low (int): Lower bound (inclusive) - high (int): Upper bound (inclusive) Example: random float Generate","default_branch":null,"files":null,"tree":[],"storefront":"/r/zazencodes","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/zazencodes/random-number-mcp/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}