DJZS Trust MCP

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. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 3 · #220 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install DJZS Trust MCP

Claude Code

claude mcp add sifr0-dev-djzs-ai --transport http https://mcp.djzs.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sifr0-dev-djzs-ai": {
      "url": "https://mcp.djzs.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.djzs.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.djzs.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace ai.djzs - domain-verified with the official MCP registry

03 · Who maintains DJZS Trust MCP

DJZS Trust MCP is maintained by sifr0-dev. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
finance - ranked #220 of 283 actively-maintained finance servers as of 2026-08-25.
registry
ai.djzs/trust-mcp (active, first published 2026-07-17)

05 · DJZS Trust MCP FAQ

What is DJZS Trust MCP?

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. It is available as a remote MCP endpoint.

Is DJZS Trust MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

How do I install DJZS Trust MCP?

Run `claude mcp add sifr0-dev-djzs-ai --transport http https://mcp.djzs.ai/mcp`. You can also paste the ready-made client config above.

Does DJZS Trust MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to DJZS Trust MCP