mcpserver.lol
registry/dcl-trust-oracle
Connection check verified live · 20h ago

dcl-trust-oracle

AI/LLM agent output audit MCP: policy eval, tamper-evident chain, AI safety, x402 USDC on Base.

Tools 18
GitHub stars 1
Installs / wk
Licence Apache-2.0
Transport streamable-http
Last checked 20h ago

Tools & capabilities

18 tools

Read from the running server on 20h ago.

dcl_audit_decode read-only tx_hash*
POST-ACTION Basic Audit ($0.10). Retrieves a record from the tamper-evident chain by tx_hash.
dcl_audit_decode_deep read-only tx_hash*
POST-ACTION Deep Forensic Audit ($0.50). Extended output with drift_context and full chain integrity verification.
dcl_commit agent_id*decision*prior_checks
FINAL-STEP Leibniz Layer Crypto Commit ($0.01). Writes a trading/agent decision to the append-only Leibniz Layer audit chain and returns a Merkle-proof-style receipt: `tx_hash` (pr…
dcl_evaluate_batch items*agent_id*
PRE-ACTION Bulk Processing ($0.10). Evaluates a list of items in one call; each item is a dict shaped {"response": str, "policy"?: str}, where policy defaults to "default" if omitt…
dcl_evaluate_fast agent_id*response*
FAST Pre-Action Audit ($0.01). Runs the response through the server's "default" policy: a substring check against 3 forbidden phrases ("ignore previous instructions", "jailbreak",…
dcl_evaluate_jailbreak agent_id*response*
PRE-ACTION Instruction Adherence Check ($0.02). Runs the "anti_jailbreak" policy: a substring check against 6 forbidden phrases ("ignore previous instructions", "jailbreak", "bypas…
dcl_evaluate_jailbreak_crypto agent_id*response*
PRE-ACTION Crypto Jailbreak & Injection Detection ($0.02). Crypto-specialized instruction-override/jailbreak/injection screen: standard role-switch and instruction-override pattern…
dcl_evaluate_mev agent_id*response*
POST-ACTION MEV & Market-Abuse Compliance Screen ($0.03). Text-level screen (not a mempool/transaction analyzer) for front-running/sandwich-attack language, wash trading/layering/s…
dcl_evaluate_output_sanitizer agent_id*response*
FINAL-GATE Output Sanitizer ($0.02). Post-processing checkpoint that strips secrets/credentials, PII, crypto material (seed phrases, private keys, wallet addresses), internal netwo…
dcl_evaluate_pii agent_id*response*
POST-ACTION PII Detection Scan ($0.02). Regex-based scan across 8 personal-data categories, with a Luhn checksum on card numbers to reduce false positives. Any finding results in N…
dcl_evaluate_quality agent_id*response*
PRE-ACTION Content Quality & Drift Check ($0.03). Runs the "content_quality" policy: flags 12 absolutist or unverifiable-claim phrases (e.g. "guaranteed returns", "100% accurate",…
dcl_evaluate_safety agent_id*response*
PRE-ACTION Baseline Safety Check ($0.01). Runs the "safety" policy: flags 2 forbidden disclaimers ("I cannot be held responsible", "no guarantees") and additionally REQUIRES the su…
dcl_evaluate_secrets agent_id*response*
POST-ACTION Secret & Credential Leak Scan ($0.02). Regex-based scan across 8 categories (API keys, cloud credentials, tokens/JWTs, private keys, DB URLs, connection strings, env as…
dcl_evaluate_signal agent_id*response*
POST-ACTION Market Signal Fabrication Screen ($0.03). Pattern-based heuristic on the output text alone (no source price feed) — flags guaranteed-price-prediction language ("will de…
dcl_evaluate_strict agent_id*response*
STRICT Pre-Action Audit ($0.05). Runs the response against a broader, higher-bar "strict" policy: the union of all forbidden phrases from the default, anti-jailbreak, and safety po…
dcl_evaluate_trade agent_id*response*
PRE-ACTION Trade Decision Verifier ($0.02). Screens trade-decision language for guaranteed-return claims, zero-risk/"can't lose" framing, and unqualified "buy/sell X now" directive…
dcl_evaluate_wallet agent_id*response*
POST-ACTION Wallet Secret Guardian ($0.02). Scans for BIP-39 seed phrases (12 or 24 consecutive wordlist words), raw hex or WIF-format private keys, Ethereum/Bitcoin wallet address…
dcl_pipeline_start scopeagent_id*ttl_seconds
SESSION Management ($0.05). Generates a new `pipeline_id` and returns session metadata (scope, expiry, initial drift_mode) for organizing a series of related checks under one ident…