D20DAO Verifiable Randomness for Cline
org.d20dao/vrf
Verifiable dice, draws and shuffles with on-chain VRF proofs on Arc. 0.05 USDC per draw.
client:Cline
transport:stdio
runtime:npm
Install D20DAO Verifiable Randomness in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vrf": {
"command": "npx",
"args": [
"-y",
"@d20dao/mcp"
],
"env": {
"D20_DAILY_LIMIT_USDC": "<D20_DAILY_LIMIT_USDC>",
"D20_NETWORK": "<D20_NETWORK>",
"D20_PAY_CHAIN": "<D20_PAY_CHAIN>",
"D20_WALLET_ADDRESS": "<D20_WALLET_ADDRESS>",
"D20_CIRCLE_CLI": "<D20_CIRCLE_CLI>",
"D20_MCP_HOME": "<D20_MCP_HOME>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs