rolling-dice-mcp-server
Verified Safeby shalusingh-tech
Overview
This server provides a simple API to simulate rolling a dice with a specified number of sides.
Installation
python server.pySecurity Notes
The code is extremely simple, utilizing only the `random` module for dice rolls and `fastmcp` for server functionality. There are no 'eval' or 'exec' calls, no network risks beyond the stdio transport, no hardcoded secrets, and no apparent malicious patterns. It is very safe based on the provided source.
Similar Servers
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
dice-rolling-mcp
Provides genuine dice rolls for AI assistants to ensure true randomness and gaming integrity in applications like tabletop RPGs and simulations.
rpg-mcp
Provides an MCP server with RPG utilities like dice rolling, success checks, and random event generation for Large Language Models.
mcpservertest
This server acts as a Model Context Protocol (MCP) agent, providing basic utility tools like a health check and a dice roller, designed to be integrated with larger AI models or agent systems.