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
🧱 Part of the MEOK A2A Substrate
This MCP is 1 of 12 agent-to-agent primitives. Run the whole pipeline (identity → trust → policy → firewall → rate-limit → handoff → audit → governance) as one signed endpoint for £499/mo including 100K calls — or £0.0002 per call pay-as-you-go.
👉 meok.ai/a2a — see the Substrate
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.
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 + chainedverify_chain— re-verify the entire chain for a tenant; flags the first breaksearch— query by agent, operation, outcomedaily_stats— per-day log volumesign_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
agent-rate-limiter-mcp— fleet-wide shared rate limiteragent-policy-enforcement-mcp— per-agent-pair IAMa2a-governance-bridge-mcp— map A2A to compliance frameworksmeok-attestation-verify— verify signed certs anywhere
Wire it up — full stack
This MCP is part of the MEOK chain that turns one agent action into a fully signed compliance event. See meok.ai/mcp-stack for the 6-MCP chain:
- bft-progress-council-mcp — anti-loop guardrail
- agent-token-budget-mcp — hard spend cap
- agent-content-watermark-mcp — EU AI Act Article 50(2) watermark
- meok-eu-aigc-icon-mcp — EU Code-of-Practice icon (Nov 2026 cliff)
- agent-audit-logger-mcp — hash-chained audit trail
- a2a-governance-bridge-mcp — fold all signatures into one signed event
Output: ONE auditor-defensible evidence event mapped to EU AI Act Articles 12 + 50, DORA Article 17, ISO 42001 clause 9 — plus a public verify URL.
License
MIT — MEOK AI Labs, 2026.
Sister MCPs
Part of the MEOK A2a pack — designed to work together as a fleet. Install the whole pack with npx meok-setup --pack a2a, or pick the ones you need:
- Prompt Injection Firewall →
uvx agent-prompt-injection-firewall-mcp· PyPI · GitHub - Data Residency →
uvx agent-data-residency-mcp· PyPI · GitHub - Certified Handoff →
uvx agent-handoff-certified-mcp· PyPI · GitHub - Policy Enforcement →
uvx agent-policy-enforcement-mcp· PyPI · GitHub - Rate Limiter →
uvx agent-rate-limiter-mcp· PyPI · GitHub
Full catalogue + Anthropic Registry verify links: meok.ai/anthropic-registry
Protocol coverage + Universal PAYG
This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
- ✅ MCP (Anthropic) — native
- ✅ A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)
- ✅ IBM ACP — covered via A2A merge
- ◐ Stripe ACP (Agentic Commerce Protocol) — Q3 bridge via agent-commerce-protocol-mcp
- ◐ AP2 (Google Agent Payments) — partial via agent-commerce-payments-mcp
- ◐ x402 (Coinbase HTTP 402) — partial via api.meok.ai gateway
- → OASF / AGNTCY (Cisco Outshift + Linux Foundation) — Q3 bridge
- 👁 ANP (Cisco Agent Network) — watch-list
Pricing options:
| Option | Price | Best for |
|---|---|---|
| Self-host (this MCP) | £0 — MIT | Devs |
| This MCP Starter | £29/mo | One-MCP teams |
| This MCP Pro | £79/mo | Production + 24h SLA |
| Universal PAYG | £29/mo + £0.0002/call | Spiky usage across many MCPs |
| Substrate bundle (this category) | £99-£499/mo | A whole pack |
| MEOK Universe | £1,499/mo | All 47 MCPs, 500K calls |
Each tier above the free self-host adds HMAC-signed attestations verifiable at
verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated
buyers can deploy without vendor-lock-in objections.
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/dRmcN75ScdQS7oh1Uc8k90U |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/cNi00la8s1460ZT0Q88k90V |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/8x228ta8s6oqbExaqI8k90W |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_audit_logger_mcp-1.1.3.tar.gz.
File metadata
- Download URL: agent_audit_logger_mcp-1.1.3.tar.gz
- Upload date:
- Size: 223.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61bfa78a46e2afdeb305943b128cdfa72b149184db4b60c54ed3c00ac5290e4d
|
|
| MD5 |
bc1ccea7d642dc51cc42b1adb0accee7
|
|
| BLAKE2b-256 |
06539f85106dd3945579ef3d455b26713d8cc2302f46578743d6a867bf345618
|
File details
Details for the file agent_audit_logger_mcp-1.1.3-py3-none-any.whl.
File metadata
- Download URL: agent_audit_logger_mcp-1.1.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5d21105d0332120fd51386d8f2ba0d75ef0970cd55145587459c83169529d09
|
|
| MD5 |
8c0113003cf6e2dc72f2c4b3e7fb002c
|
|
| BLAKE2b-256 |
6c2599a8fbeb64b62801f626c34af1206d57aa5bdc75e085135a4a13f123b37d
|