DJZS Trust MCP Server

Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.

Remote serverstreamable-http

What is the DJZS Trust MCP MCP server?

Most developer tooling work still happens through a UI a human drives. DJZS Trust MCP MCP server moves it into the conversation instead. Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.

The short version

DJZS audits the reasoning behind an autonomous agent's move before capital is committed, and returns one of three verdicts PASS, WAIT, or FAIL with the specific reasoning defects flagged and a reproducible hash of the decision.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • verify_pm_trade — Pre-execution audit of a prediction-market thesis (the gate described above)
  • query_pol_certificates — Read prior ProofOfLogic certificates from the Irys datachain
  • query_agent_trust — LIVE on-chain trust score (subgraph-indexed): totalAudits, failRate, latest verdict, action PROCEED/HALT/NO_HISTORY
  • Tier — Endpoint
  • Micro — POST /api/audit/micro
  • Founder — POST /api/audit/founder
  • Treasury — POST /api/audit/treasury

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. DJZS Trust MCP's toolset — verify_pm_trade, query_pol_certificates, query_agent_trust and 4 more — is a fair guide to whether it matches your workflow. It is maintained by ai.djzs; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against DJZS Trust MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
verify_pm_tradePre-execution audit of a prediction-market thesis (the gate described above).
query_pol_certificatesRead prior ProofOfLogic certificates from the Irys datachain.
query_agent_trustLIVE on-chain trust score (subgraph-indexed): totalAudits, failRate, latest verdict, action PROCEED/HALT/NO_HISTORY.
TierEndpoint
MicroPOST /api/audit/micro
FounderPOST /api/audit/founder
TreasuryPOST /api/audit/treasury

Example prompts to try

  • Use DJZS Trust MCP to verify pm trade.
  • Use DJZS Trust MCP to query pol certificates.
  • Use DJZS Trust MCP to query agent trust.

Frequently asked questions

It connects DJZS Trust MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (verify_pm_trade, query_pol_certificates, query_agent_trust, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with DJZS Trust MCP directly.