Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
If you already use Agent, the agent mcp server is the piece that lets your assistant work with it directly. Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
HMAC — signed audit logsHash — chained integrityTamper — proof recordsFree — 1,000 log entries/day, ephemeral, chain verificationPro — ** £79/mo — Full MCP suite + EU AI Act trackingEnterprise — ** £499/mo — Custom dev + SLA + Dedicated supportDomain — PurposeTier — PriceThe server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agent's toolset — HMAC, Hash, Tamper and 5 more — is a fair guide to whether it matches your workflow. It is maintained by CSOAI-ORG; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Agent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| HMAC | signed audit logs |
| Hash | chained integrity |
| Tamper | proof records |
| Free | 1,000 log entries/day, ephemeral, chain verification |
| Pro | ** £79/mo — Full MCP suite + EU AI Act tracking |
| Enterprise | ** £499/mo — Custom dev + SLA + Dedicated support |
| Domain | Purpose |
| Tier | Price |
{
"mcpServers": {
"agent-audit-logger-mcp": {
"command": "uvx",
"args": ["agent-audit-logger-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.