Agent requests approval
The MCP gateway sends only an action summary and SHA-256 hash. Prompt context stays local.
Put a hardware-backed biometric checkpoint between autonomous agents and irreversible operations.
Critical action
agent claude-code
tool db_migrate
hash sha256:7d19c3a5...2e04
Physical presence required
Verify with your enrolled passkey
Zero-trust by design
High-risk calls pause until a human proves physical presence. Approval is explicit, scoped, and auditable.
The MCP gateway sends only an action summary and SHA-256 hash. Prompt context stays local.
Touch ID, Face ID, Windows Hello, or a hardware key signs a 120-second challenge.
The agent receives a short-lived, single-use proof bound to the approved action.
Approval where risk lives
Use human-in-the-loop approval at the boundary where an AI agent can create real-world impact.
Pause deployments, database migrations, infrastructure changes, and destructive shell commands until an operator approves the exact action.
Add explicit human authorization before an agent sends a payment, changes billing, purchases resources, or commits company funds.
Require physical presence before exporting customer records, rotating credentials, changing permissions, or opening protected systems.
Built for agent runtimes
Add the MCP server to Claude Code, Cursor, or any compatible runtime. Your agent can request approval without gaining access to biometric credentials.
$ git clone https://github.com/kairosgoodroom/goodroomverify.git
$ cd goodroomverify && npm install
$ npm run build -w @goodroom/mcp
✓ MCP server built for private betaCommon questions
Human approval is a control that pauses a sensitive agent action until a person reviews and authorizes it. GoodRoom.verify binds that approval to the action with a short-lived cryptographic proof.
An MCP gateway submits an action summary and SHA-256 hash. The operator approves a 120-second challenge with a passkey, and the agent receives a single-use proof for only that action.
No. Prompt context stays with the agent runtime. GoodRoom.verify handles the action summary, action hash, challenge, and approval proof needed for verification.
The approval flow is designed for Touch ID, Face ID, Windows Hello, and hardware security keys. The MCP integration works with compatible agent runtimes such as Claude Code and Cursor.