This server creates tamper-proof audit trails for AI agents using SHA-256 hash chains. It exposes three tools: record_action logs agent decisions with optional reasoning and authorization metadata, query_actions retrieves past entries by agent or action type, and verify_chain confirms no records have been modified by checking hash continuity. Each action's hash incorporates the previous entry's hash, so any tampering breaks the chain immediately. Reach for this when you need cryptographic proof of what your agent did, whether for client accountability, compliance audits, or debugging why an agent made a particular decision. Requires an API key from agentseal.io and runs via npx for quick setup in Claude Desktop or Cursor.
claude mcp add --transport stdio io.github.joeybrar-agentseal uvx agentseal