mcp-random
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| random_integerA | Generate a random integer between min and max (inclusive) |
| random_floatA | Generate a random floating-point number between min and max |
| random_choiceA | Randomly select one item from an array of options |
| random_sampleA | Randomly select multiple unique items from an array (without replacement) |
| random_shuffleA | Return a shuffled copy of the input array |
| random_uuidA | Generate a random UUID v4 |
| random_bytesB | Generate random bytes |
| flip_coinC | Flip a coin (or multiple coins) |
| roll_diceC | Roll dice with specified number of sides |
| random_normalA | Generate a random number from a normal distribution |
| random_weighted_choiceA | Select an option based on weighted probabilities |
| random_passwordB | Generate a secure random password |
| helpA | Get comprehensive documentation for all random functions |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikeyBeez/mcp-random'
If you have feedback or need assistance with the MCP directory API, please join our Discord server