mcpbeat Sign in

D20DAO Verifiable Randomness MCP Server

local only

D20DAO Verifiable Randomness runs on your own machine — the client starts it, so there is no endpoint to ping. 100 installs a week from npm. Last commit 20 Sep 2026.

Verifiable dice, draws and shuffles with on-chain VRF proofs on Arc. 0.05 USDC per draw.

Installs per day peak 54 · avg 3
a month agotoday
100
Installs / week
npm · @d20dao/mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/circle.ts:83
      execFile(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vrf -- npx -y @d20dao/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vrf": {
      "args": [
        "-y",
        "@d20dao/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vrf]
command = "npx"
args = ["-y", "@d20dao/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vrf": {
      "args": [
        "-y",
        "@d20dao/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vrf": {
      "args": [
        "-y",
        "@d20dao/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: D20_DAILY_LIMIT_USDC (Spending cap per UTC day in USDC (default 1; 0 turns paid draws off).), D20_NETWORK (mainnet (default) or testnet.), D20_PAY_CHAIN (Circle CLI chain code to pay from, such as ARC or BASE (default: first funded).), D20_WALLET_ADDRESS (Agent wallet to pay from (default: the first one the Circle CLI lists).), D20_CIRCLE_CLI (Path to the Circle CLI's dist/index.js (default: circle on PATH).), D20_MCP_HOME (Folder for the daily spending record (default ~/.d20dao-mcp).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to D20DAO Verifiable Randomness

same job, measured the same way
Animica
by animicaorg

Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.

12 installs/wk 22 tools answering
Agentrank MCP
by saviodamato

Find real, verifiable businesses with provenance and source URLs - for AI agents.

90 installs/wk local only
three.ws Provenance
by nirholas

Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.

29 installs/wk local only
Blindoracle
by craigmbrown

Trust layer for the x402 agent economy: 40 pay-per-call SKUs, USDC on Base, verifiable proofs.

41 tools answering
Zkverify
by zkarchitect

Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.

22 installs/wk local only
Intel
by chainhelix

Nine chain onchain intelligence with a verifiable onchain signal attestation stream

81 tools answering
I
ReceiptRail — x402 Delivery Receipts
by xka0085-byte

On-chain x402 delivery receipts on Solana: hash-locked, verifiable proof of delivery.

3 tools answering
x402 Pay — USDC API Payment Helper
by scriptmasterlabs

Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.

4 tools answering

D20DAO Verifiable Randomness — questions

Answers built from our own checks of this server.

Why is there no uptime for D20DAO Verifiable Randomness?
D20DAO Verifiable Randomness runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @d20dao/mcp was installed 100 times last week.
How do I connect D20DAO Verifiable Randomness?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @d20dao/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use D20DAO Verifiable Randomness?
The npm package @d20dao/mcp was installed 100 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is D20DAO Verifiable Randomness open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.