Agentβ™₯︎Age
Catalog

io.github.Rumblingb/agent-audit-mcp

Official

by Rumblingb Β· Python

Immutable audit trail for agent-to-agent interactions

AgentAudit MCP (io.github.Rumblingb/agent-audit-mcp)

This MCP server provides an immutable, tamper-evident audit trail for agent-to-agent interactions. It records agent actions as cryptographically linked events, so modifications break the chain and become detectable.

πŸ› οΈ Key Features

  • Logs 16 event types (payments, tasks, disputes, identity checks, messages)
  • Stores each event with a SHA-256 hash that includes the previous event’s hash
  • Retrieves full agent history by agent ID (actions in order with timestamps)
  • Searches the audit trail by age

πŸš€ Use Cases

  • Maintaining compliance-oriented records of agent actions
  • Auditing agent-to-agent interactions with verifiable, ordered history
  • Investigating events within a specific age range

⚑ Developer Benefits

  • Deterministic integrity checks via SHA-256 hash chaining
  • Agent-scoped history retrieval with timestamps
  • Cross-trail querying by age for targeted investigation

⚠️ Limitations

  • Scope is described around audit logging and retrieval (no other capabilities are specified in the provided data).

Topics

a2aagentauditcompliancemcpmcp-serverpython

Related servers

More in Security