MCP Dice Roller
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| roll_diceA | Roll dice using standard dice notation (e.g., '2d6', '1d20+5', '3d8-2'). Args: notation: Dice notation string. Examples: - '1d6' - Roll one 6-sided die - '2d6' - Roll two 6-sided dice - '1d20+5' - Roll one 20-sided die and add 5 - '3d8-2' - Roll three 8-sided dice and subtract 2 - '4d6kh3' - Roll 4d6, keep highest 3 (D&D stat rolling) - '2d20kl1' - Roll 2d20, keep lowest 1 (disadvantage) Returns: Dictionary with rolls, modifier, and total |
| roll_multipleA | Roll the same dice multiple times. Args: notation: Dice notation (e.g., '1d20+5') times: Number of times to roll (1-20) Returns: Dictionary with all roll results and statistics |
| roll_dnd_statsA | Roll a set of D&D 5e character stats using the standard 4d6 drop lowest method. Returns: Six ability scores rolled using 4d6, dropping the lowest die |
| flip_coinB | Flip a coin one or more times. Args: times: Number of times to flip (1-100) Returns: Results of the coin flip(s) |
| pick_randomA | Pick a random option from a comma-separated list. Args: options: Comma-separated list of options (e.g., "pizza, burger, sushi") Returns: The randomly selected option |
| roll_percentileA | Roll percentile dice (d100). Returns: A random number from 1 to 100 |
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
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/vandewilly/mcp-dice-roller'
If you have feedback or need assistance with the MCP directory API, please join our Discord server