io.github.shahidh68

audit-ledger-mcp

Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent.

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

AUDIT_API_URL(str)

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(str)
Secret

Tenant write key for your deployed ledger. Required if AUDIT_API_URL is set and you want to call record_decision.

AUDIT_READ_KEY(str)
Secret

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(str)

HTTP timeout in milliseconds. Defaults to 5000.

AUDIT_RETRY_ATTEMPTS(str)

Number of retry attempts on transient failures. Defaults to 3.