Audit Ledger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 13 Jun 2026.
Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent.
Today is the operative word: we check Audit Ledger MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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.
claude mcp add audit-ledger-mcp -- npx -y audit-ledger-mcp
{
"mcpServers": {
"audit-ledger-mcp": {
"args": [
"-y",
"audit-ledger-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.audit-ledger-mcp]
command = "npx"
args = ["-y", "audit-ledger-mcp"]
{
"mcpServers": {
"audit-ledger-mcp": {
"args": [
"-y",
"audit-ledger-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"audit-ledger-mcp": {
"args": [
"-y",
"audit-ledger-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AUDIT_API_URL (Your deployed audit-ledger API endpoint (e.g. https://<api-id>.execute-api.<region>.amazonaws.com/prod). Leave unset to run in sandbox mode against the public shared tenant.), AUDIT_WRITE_KEY (Tenant write key for your deployed ledger. Required if AUDIT_API_URL is set and you want to call record_decision.), AUDIT_READ_KEY (Tenant read key for your deployed ledger. Required if AUDIT_API_URL is set and you want to call verify_decision or list_decisions.), AUDIT_TIMEOUT_MS (HTTP timeout in milliseconds. Defaults to 5000.), AUDIT_RETRY_ATTEMPTS (Number of retry attempts on transient failures. Defaults to 3.), AUDIT_HMAC_KEY (Tenant secret used to HMAC-SHA256 PII and prompts locally before sending. Generate once per tenant (e.g. node -e "console.log(require('crypto').randomBytes(32).toString('hex'))") and keep it in your environment. The key never leaves your process. If unset, the MCP falls back to plain SHA-256 for backwards compatibility and logs a one-time deprecation warning; set this to switch to keyed hashing, which regulators (ICO/EDPB) expect for pseudonymisation.).
The author declared them in the registry entry; get the values from the project itself.
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
A local causality ledger: records decisions and the reasons, for an agent to recall.
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
Tamper-evident records of AI agent decisions. Verify offline, or publish a proof link.
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
Attest agent decisions and verify records on a public ledger. Evidence, not just data.
Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Answers built from our own checks of this server.