Pick giveaway and raffle winners nobody can rig — verifiable by anyone, no API key.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y provably-fair-mcp
MCP client config
{
"mcpServers": {
"giveaway-raffle-winner-picker-provably-fair": {
"command": "npx",
"args": [
"-y",
"provably-fair-mcp"
]
}
}
}