audit-ledger-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUDIT_API_URL | No | The base URL of the deployed audit ledger API (e.g., https://<api-id>.execute-api.<region>.amazonaws.com/prod) | |
| AUDIT_READ_KEY | No | Read API key for the tenant (used to verify and list decisions) | |
| AUDIT_WRITE_KEY | No | Write API key for the tenant (used to record decisions) | |
| AUDIT_TIMEOUT_MS | No | Timeout for API requests in milliseconds (default 5000) | |
| AUDIT_RETRY_ATTEMPTS | No | Number of retry attempts for API requests (default 3) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| record_decisionA | Record an AI decision to the audit ledger. Stores model version, hashed inputs, structured output, and human-review flag. The record is immutably sealed in S3 Object Lock for 7 years and queryable for the lifetime of the decision. Use this immediately after any AI decision that may need to be audited later — credit, hiring, fraud, customer routing, content moderation. |
| verify_decisionA | Verify a recorded AI decision has not been altered since it was written. The ledger fetches the queryable copy (DynamoDB) and the immutable copy (S3 Object Lock COMPLIANCE mode) independently and compares them. Returns integrity_verified=true if they match. Use this to satisfy a regulator request or to prove an audit trail to a compliance team. |
| list_decisionsA | List recorded AI decisions for the calling tenant within a time window. Returns newest first. The read key scopes the result to the caller's tenant — cross-tenant reads require an admin read key. Use this for compliance review, audit prep, or agent self-inspection of recent activity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shahidh68/audit-ledger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server