This MCP server, developed for managing slow time intervals, integrates with drand for randomness and tlock-js for time-locked encryption. Built with TypeScript and leveraging DuckDB for efficient data handling, it offers tools for creating and managing time-based events with cryptographic guarantees. The server stands out by combining distributed randomness with time-locked encryption, enabling secure scheduling and reveal of information at predetermined future times. This implementation is particularly useful for applications requiring trusted delays, such as sealed-bid auctions, scheduled announcements, or time-capsule services, where information must remain confidential until a specific future time.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new interval with a specified name and duration. Parameters: name (string), duration (integer in minutes)
Check the status of an interval by its ID. Parameters: id (string)
Pause an active interval by its ID. Parameters: id (string)
Resume a paused interval by its ID. Parameters: id (string)
List the history of vaults with filtering options. Parameters: interval_id (string), decrypted_only (boolean), limit (integer)
Get statistics regarding the vault including total vaults, decrypted vaults, and average decryption time.