Tamper-evident cryptographic audit trail for LLM outputs. Compliance logging for AI agent decisions. Tools: dcl_commit, dcl_verify, dcl_get_chain, dcl_report. Requires API key from fronesislabs.com
Overview
DCL Evaluator
Tamper-evident cryptographic audit trail for LLM outputs built on the Leibniz Layer™ protocol.
Tools
- dcl_commit — Commit an AI agent action to the audit chain
- dcl_verify — Verify integrity of a chain entry
- dcl_get_chain — Retrieve the full audit chain
- dcl_report — Generate a compliance PDF report
Connection
SSE endpoint: https://mcp.fronesislabs.com/sse
Requires API key — get yours at fronesislabs.com
Authentication
Pass your API key via header x-api-key or query parameter ?apiKey=YOUR_KEY
Server Config
{
"mcpServers": {
"dcl-evaluator": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"dcl-evaluator--fronesislabs",
"--key",
"<YOUR_DCL_API_KEY>"
],
"env": {
"DCL_API_KEY": "<YOUR_DCL_API_KEY>"
}
}
}
}