AI & Machine Learning
fronesislabs.com
Provides pre-action audits and evaluations for AI outputs, including safety, quality, jailbreak resistance, and instruction adherence.
ENDPOINT 1
https://mcp.fronesislabs.com/mcp
MCP server metadata
- Name
- DCL Trust Oracle
- Version
- 2.3.1
DCL Trust Oracle is a deterministic AI audit layer, natively integrated with the Model Context Protocol (MCP), that evaluates LLM and agent outputs against configurable policies before and after action. Every verdict is written to a tamper-evident, hash-chained audit log that stores only cryptographic metadata — never raw content — enabling privacy-first, post-action forensic review. The server exposes Jailbreak detection (instruction adherence checks), Quality and drift evaluation, and baseline Safety checks alongside fast and strict pre-action audit tiers. Tool calls are metered and settled via the x402 micropayment protocol (USDC on Base), letting autonomous agents pay per-call without any account setup. Use these tools to gate risky agent actions, batch-evaluate responses, and cryptographically verify the integrity of past decisions.
Known tools 18
dcl_evaluate_jailbreak_cryptoPRE-ACTION Crypto Jailbreak & Injection Detection ($0.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dcl-trust-oracle]
url = "https://mcp.fronesislabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dcl-trust-oracle": {
"type": "http",
"url": "https://mcp.fronesislabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dcl-trust-oracle
Remote MCP URL: https://mcp.fronesislabs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dcl-trust-oracle": {
"url": "https://mcp.fronesislabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dcl-trust-oracle": {
"type": "http",
"url": "https://mcp.fronesislabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dcl-trust-oracle",
"transport": "streamable-http",
"url": "https://mcp.fronesislabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.