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.4.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.4-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agent_audit_logger_mcp-1.0.4.tar.gz
Algorithm Hash digest
SHA256 be69606cab6a682d115b6594d7c6abe0d419203de11a5a0c041bcdd8f2bb2fc4
MD5 0cfce8774ff84df0a04b48c70d4b0c5a
BLAKE2b-256 4b057229f8666200e9395e1dfbd8be386dbd5cca80c1455b4dd89b1867379590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agent_audit_logger_mcp-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4adc8db445bff8f9f4a7f96aec6b855fc6e239d635a563fb7ee4138ce5522294
MD5 77560d56f6f30b581d09e0c15a01d341
BLAKE2b-256 8724bc256d1c17052414c893b28e7858171c07e75dab635898ec00478706f4c5

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