Skip to main content

Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-handoff, decision gets a tamper-evident signed record. EU AI Act Art 12 automatic logs, DORA Art 17 ICT incident logs, ISO 42001 clause 9 monitoring — auditor-ready end-of-day attestations. By MEOK AI Labs.

Project description

Agent Audit Logger MCP

Buy Starter — £29/mo

Signed attestations + unlimited audits + email support. 👉 Subscribe at meok.ai — instant HMAC signing key + Stripe-managed billing.

Free tier remains MIT-licensed and zero-config. Upgrade only when you need signed compliance artefacts for audit.

PyPI Python

Hash-chained, HMAC-signed audit log for A2A agent calls. Tamper-evident by construction. EU AI Act Art 12 / DORA Art 17 / ISO 42001 clause 9 auditor-ready.

By MEOK AI Labs.

Why

When agent A delegates to agent B who invokes tool C, the causal chain disappears the moment anything fails. Auditors need a record that proves:

  • The event actually happened (cryptographic signature)
  • The record wasn't modified after the fact (hash chain)
  • The chain is continuous (no deletions)

Point every agent at this MCP's log tool. Each entry is HMAC-SHA256 signed and hash-chained to the previous entry.

Tools

  • log — append a new (from_agent, to_agent, action, outcome) entry, signed + chained
  • verify_chain — re-verify the entire chain for a tenant; flags the first break
  • search — query by agent, operation, outcome
  • daily_stats — per-day log volume
  • sign_day_attestation — Pro: signed end-of-day evidence packet with tip hash

Install

pip install agent-audit-logger-mcp

Claude Desktop

{
  "mcpServers": {
    "audit": { "command": "agent-audit-logger-mcp" }
  }
}

Example

# In your orchestrator MCP, immediately after an A2A delegation:
log(
    tenant_id="acme-corp",
    from_agent="orchestrator",
    to_agent="compliance-scorer",
    action="score_dora_article_9",
    payload_hash=sha256(payload),
    outcome="success",
    context_csv="high-risk,financial"
)

# End of day: emit signed attestation for auditor
sign_day_attestation(
    tenant_id="acme-corp",
    date_utc="2026-04-23",
    api_key="meok_pro_..."
)

Tiers

  • Free — 1,000 log entries/day, ephemeral, chain verification
  • Pro £199/mo — unlimited + signed end-of-day attestations + chain integrity reports — subscribe
  • Enterprise £1,499/mo — multi-tenant + SIEM webhook push + retention policy — subscribe

Related MEOK MCPs

License

MIT — MEOK AI Labs, 2026.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_audit_logger_mcp-1.0.3.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agent_audit_logger_mcp-1.0.3-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file agent_audit_logger_mcp-1.0.3.tar.gz.

File metadata

  • Download URL: agent_audit_logger_mcp-1.0.3.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for agent_audit_logger_mcp-1.0.3.tar.gz
Algorithm Hash digest
SHA256 41ab3b1c92da1446248fdee60787ce50aa61ba6bdcf233b0369bcebfe493e360
MD5 a96b7bc16d229f2fa87abfa36a300ec6
BLAKE2b-256 6b3376d72c189c33e7780703ce4245ec23e9a7d1758d81f6ce77ff2f1a64c5d6

See more details on using hashes here.

File details

Details for the file agent_audit_logger_mcp-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_audit_logger_mcp-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ba33baf702860f9eb0d95de07baa60e34325c7f2c75616164b270418558161e6
MD5 9f1da11341bbfb981447655a8c76e3b1
BLAKE2b-256 ab3b6f1b745ca4563b04d3cc1763d750ad328751c4c1c8fe5c084e7739a5ea58

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page