
DCL Evaluator
@Fronesis-Labs
关于 DCL Evaluator
DCL Evaluator — cryptographic audit trail for AI agents. Powered by Leibniz Layer™
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DCL Evaluator?
DCL Evaluator is the first implementation of Leibniz Layer™, a cryptographic verification protocol for AI agent decisions. It provides deterministic, tamper-evident audit trails for any LLM-powered system, sealing every decision into a hash chain for integrity verification.
How to use DCL Evaluator?
Connect via MCP by adding the server configuration to your client, providing the URL and an API key. Alternatively, download the Windows desktop app. Four tools are available: dcl_commit (seal an action), dcl_verify (verify chain integrity), dcl_get_chain (retrieve audit trail), and dcl_report (generate compliance report). Autonomous agents can pay for audits via the x402 HTTP protocol.
Key features of DCL Evaluator
- SHA-256 hash chain seals every agent action cryptographically.
- Merkle tree audit trail is tamper-evident by design.
- Deterministic policy engine ensures 100% reproducible decisions.
- Drift detection uses statistical Z‑test for behavioural changes.
- Multi‑LLM support: Claude, GPT‑4, Grok, Gemini, DeepSeek, Ollama.
- Compliance reports export as tamper‑evident PDFs.
- Runs fully offline and air‑gapped with zero data leaving infrastructure.
Use cases of DCL Evaluator
- Audit AI agent decisions for legal, financial, or regulatory compliance.
- Verify chain integrity to detect post‑hoc tampering.
- Generate tamper‑evident compliance reports for regulators.
- Monitor agent behavioural drift over time.
- Enable autonomous agents to request and pay for audits without human intervention.
FAQ from DCL Evaluator
What problem does DCL Evaluator solve compared to standard logging?
Most AI systems are black boxes with no tamper‑evident record. DCL Evaluator commits every decision into a hash chain; modifying any past record invalidates the entire chain, providing mathematical proof of integrity without trust.
What are the runtime dependencies?
The desktop app runs on Windows. It works fully offline and air‑gapped; no data leaves your infrastructure. MCP connection requires only an API key and internet access to the endpoint.
Where does audit data live?
Data stays entirely on your infrastructure when using the offline desktop app. When using the MCP endpoint, data is processed through the server; the README does not specify data residency for the cloud service.
What transports and authentication are used?
MCP uses SSE transport via URL https://mcp.fronesislabs.com/sse with an x-api-key header. Additionally, the x402 protocol uses HTTP 402 for payments; no API keys are needed for autonomous audit requests.
Are there any known limits?
The README does not list specific limits. It supports multiple LLMs and built-in policy templates including EU AI Act, GDPR, Finance, Medical, and Red Team.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
评论