mcp-random
Related Servers
Alternatives to mcp-random
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn encrypted and secure random number generation server that complies with the MCP protocol, suitable for AI applications, LLMS, and other systems that require high-quality random numbers.72Apache 2.0
- AlicenseAqualityAmaintenanceProduction-ready MCP server that provides LLMs with essential random generation abilities, including random integers, floats, choices, shuffling, and cryptographically secure tokens.7178 PyPI51MIT
- FlicenseAqualityCmaintenanceEnables MCP clients like Claude Desktop to run dice rolling and coin flipping tools with true randomness, and to fetch basic server metadata as a read-only resource.2-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that generates random numbers by using national weather data as entropy seeds. It provides a unique way to generate random values through weather API integration within the Model Context Protocol.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables Claude to generate Minecraft structures from natural language descriptions.1MIT

provably-fair-mcpofficial
AlicenseNot gradedqualityBmaintenanceMCP server for provably-fair random selection using public drand randomness, enabling verifiable winner picks for giveaways, raffles, and tie-breaks.MIT
TDQS
Scored across 13 tools
Each tool has a clearly distinct purpose, covering different random distributions, selection methods, and output types. While random_choice, random_sample, and random_weighted_choice all involve selecting from arrays, their behaviors are well-differentiated by descriptions and parameters.
Most tools follow the random_ prefix pattern, but flip_coin, roll_dice, and help deviate. The deviations are intuitive and still readable, but the naming is not fully uniform.
13 tools is well-scoped for a random utility server, covering common categories like number generation, selection, shuffling, bytes, UUIDs, and passwords without unnecessary overlap or bloat.
The tool set is comprehensive for its domain, including uniform and normal distributions, weighted and non-weighted selections, sampling, shuffling, byte generation, passwords, and simple helpers like coin flip and dice roll. No major gaps are evident.