Skip to main content
Glama
Ownership verified

Server Details

Tamper-proof audit trail for AI decisions. 6 tools to record, verify, and export cryptographic proof chains. SHA-256 hash chain, JSON-LD v2 export, public verification.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
proof_chain_verifyInspect

Verifies the entire SHA-256 hash chain integrity for a domain. Performs O(n) sequential verification of all Decision Proof Units and reports the first broken index if tampering is detected.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to verify (e.g. rehab_care, market, edu)
toIndexNoEnd verification at this chain index
batchSizeNoNumber of DPUs to process per batch
fromIndexNoStart verification from this chain index
proof_export_jsonldInspect

Exports a Decision Proof Unit as a JSON-LD v2.0 proof document conforming to Cronozen Evidence Ontology. Includes compliance status, 6W extraction (Who/What/Where/When/How/Why), hash chain info, and policy snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe DPU ID to export as JSON-LD
proof_getInspect

Retrieves a Decision Proof Unit by ID with full details including hash chain position, AI involvement, human control, evidence level, and compliance information.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe DPU ID to retrieve
proof_public_verifyInspect

Publicly verifies a DPU's cryptographic integrity without authentication. Checks SHA-256 hash validity, previous/next chain link integrity, and returns verification status. Anyone can verify — no credentials required.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe DPU ID to publicly verify
proof_recordInspect

Records an AI execution as a Decision Proof Unit (DPU). Creates a cryptographically chained proof record with SHA-256 hash chain. Returns the created DPU with decision_id and chain hash.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoTags for categorization
domainYesBusiness domain (e.g. rehab_care, market, edu, mentor, welfare)
purposeYesPurpose/reason for the decision
approvedNoWhether the decision was approved
reviewed_byNoHuman reviewer identifier
final_actionYesThe action that was taken (e.g. CREATE, UPDATE, APPROVE)
reference_idNoID of referenced entity
reviewer_roleNoRole of the reviewer (e.g. operator, admin)
evidence_levelNoEvidence level. Default: AUDIT_READY
reference_typeNoType of referenced entity
proof_reportInspect

Generates a structured decision report for a DPU. Returns a formatted document with decision details, hash chain verification, and download links (PDF, JSON-LD). Use this after proof_record to provide a downloadable evidence report.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe DPU ID to generate a report for
proof_verifyInspect

Verifies a specific proof record's cryptographic integrity. Checks hash consistency and returns verification status.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataNoOptional original data for re-verification of hash
proofIdYesThe proof ID to verify

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.