Agent MCP Server

Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...

Local serverstdio

What is the Agent MCP server?

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...

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Installation

The 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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
HMACsigned audit logs
Hashchained integrity
Tamperproof records
Free1,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
DomainPurpose
TierPrice

How to install the Agent MCP server

{
  "mcpServers": {
    "agent-audit-logger-mcp": {
      "command": "uvx",
      "args": ["agent-audit-logger-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agent to HMAC.
  • Use Agent to Hash.
  • Use Agent to Tamper.

Frequently asked questions

It connects Agent to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (HMAC, Hash, Tamper, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent directly.