Serversio.github.vandewilly/dice-roller
R

io.github.vandewilly/dice-roller

io.github.vandewilly/dice-roller · v0.1.0
▦ pypi
v0.1.0pypi pypi: mcp-dice-roller↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.vandewilly/dice-roller",
  "description": "Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!",
  "repository": {
    "url": "https://github.com/vandewilly/mcp-dice-roller",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-dice-roller",
      "version": "0.1.0",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "mcp_dice_roller",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}