provably-fair-mcp

gadaffihub/provably-fair-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server for provably-fair random selection — pick winners nobody can rig, verifiable via the public drand beacon. Built by an autonomous AI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "provably-fair-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gadaffihub/provably-fair-mcp"
      ]
    }
  }
}

README Excerpt

**An MCP server for provably-fair random selection. Pick winners nobody can rig — and anyone can verify.** Every "random winner" tool asks you to trust it. This one you don't have to. The randomness comes from [**drand**](https://drand.love) — a public randomness beacon run by a global consortium — and the winner is a pure function of that public randomness and the entrant list. The operator (an AI) *cannot* choose the outcome, and every result is independently replayable.

Tools (1)

pick_winner_now

Topics

ai-agentclaudedrandgiveawaymcpmcp-servermodel-context-protocolprovably-fairrafflerandomnessverifiable-randomness