mcpbeat Sign in

EU Audit Trail MCP Server

local only

EU Audit Trail runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from pypi. Last commit 28 Feb 2026.

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

Installs per day peak 32 · avg 9 · -5% w/w
a month agotoday
72
Installs / week
pypi · eu-audit-mcp
0
Stars
0 open issues
28 Feb 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check EU Audit Trail every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eu-audit-mcp -- uvx eu-audit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eu-audit-mcp": {
      "args": [
        "eu-audit-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eu-audit-mcp]
command = "uvx"
args = ["eu-audit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eu-audit-mcp": {
      "args": [
        "eu-audit-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eu-audit-mcp": {
      "args": [
        "eu-audit-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AUDIT_CONFIG (Path to the YAML configuration file). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EU Audit Trail

same job, measured the same way
Eu AI Act Compliance MCP
by csoai-org

Eu Ai Act Compliance MCP Server by MEOK AI Labs

376 installs/wk local only
Gdpr Compliance AI MCP
by csoai-org

Gdpr Compliance Ai MCP Server by MEOK AI Labs

370 installs/wk local only
Vectordecisions MCP Server
by nikitadatar

AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude

37 installs/wk local only
MCP Agentcore
by geiant

AI governance MCP server for EU AI Act compliance and jurisdiction verification

3 tools answering
Veridion Nexus
by brano80

Veridion Nexus MCP server - GDPR Art. 44-49 runtime compliance for AI agents

115 installs/wk local only
Compliance AIops
by aiops-tools

Compliance evidence from AIops audit trails: HIPAA/PCI/SOC2/GDPR, OSCAL export, 19 tools.

274 installs/wk local only
MCP Geracompliance
by geraservicesuk

EU AI Act and GDPR compliance: checks, audits, generate policies.

21 installs/wk local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only

EU Audit Trail — questions

Answers built from our own checks of this server.

Why is there no uptime for EU Audit Trail?
EU Audit Trail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package eu-audit-mcp was installed 72 times last week.
How do I connect EU Audit Trail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eu-audit-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use EU Audit Trail?
The pypi package eu-audit-mcp was installed 72 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EU Audit Trail open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.