This connects Claude to a cryptocurrency blockchain with concentration decay mechanics, where large holdings automatically redistribute to miners over time. The MCP exposes wallet operations (create, restore, balance checks, address generation), transaction building and sending, and node queries through JSON-RPC (chain height, block data, mempool info, UTXO lookups by address). You'd reach for this when building AI agents that need on-chain wallets with reputation systems, or when you want Claude to interact with a blockchain designed around wealth circulation rather than accumulation. The underlying implementation uses Ed25519 signatures, BLAKE3 Merkle trees, and libp2p networking, with all consensus math in fixed-point u64 arithmetic. Supports mainnet, testnet, and regtest modes with full node, mining, and HD wallet functionality.
claude mcp add --transport stdio rillcoin-rill uvx rill