← djzs.ai

INDIVIDUAL MCP TOOL

audit_treasury

Execute a treasury-tier audit and return the ProofOfLogicCertificate.

djzs.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent endpoint

djzs.ai

CONNECT 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.djzs-ai]
url = "https://djzs.ai/mcp/treasury"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "djzs-ai": {
      "type": "http",
      "url": "https://djzs.ai/mcp/treasury"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: djzs-ai
Remote MCP URL: https://djzs.ai/mcp/treasury

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": {
    "djzs-ai": {
      "url": "https://djzs.ai/mcp/treasury"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "djzs-ai": {
      "type": "http",
      "url": "https://djzs.ai/mcp/treasury"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "djzs-ai",
  "transport": "streamable-http",
  "url": "https://djzs.ai/mcp/treasury"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • score_findings — Run the deterministic verdict scorer over a StructuredFindings payload and return the canonical Receipt (mirrors POST /api/score).
  • verify_certificate — Fetch a ProofOfLogic certificate from the Irys datachain by transaction id (mirrors GET /api/audit/verify/:txId).