Back to Home
jimmcq icon

dice-rolling-mcp

Verified Safe

by jimmcq

Overview

Provides genuine dice rolls for AI assistants to ensure true randomness and gaming integrity in applications like tabletop RPGs and simulations.

Installation

Run Command
node dist/index.js

Security Notes

Uses `crypto.randomInt()` for cryptographically secure randomness. Robust input validation with explicit limits on dice count and size (`count * size > 100000`) prevents excessive computation and potential Denial-of-Service (DoS) attacks. No `eval`, code obfuscation, or hardcoded secrets found. The overall design prioritizes secure processing of dice notation.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens400
Stars6
Forks2
Last Update2026-01-07

Tags

Dice RollingTTRPGAI AssistantsRandom Number GenerationMCP