← Registry

Security & Testing

djzs.ai

Provides security auditing and certificate verification services using deterministic scoring and blockchain-based verification.

x402 supported2 endpoints6 known toolsFirst detected May 10, 2026Last detected September 6, 2026

ENDPOINT 1

https://djzs.ai/mcp/treasury

No auth detected

Known tools 3

score_findings

Run the deterministic verdict scorer over a StructuredFindings payload and return the canonical Receipt (mirrors POST /api/score).

Potential side effects
verify_certificate

Fetch a ProofOfLogic certificate from the Irys datachain by transaction id (mirrors GET /api/audit/verify/:txId).

Inferred read-only
audit_treasury

Execute a treasury-tier audit and return the ProofOfLogicCertificate.

Potential side effects

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.

ENDPOINT 2

https://mcp.djzs.ai/mcp

No auth detected

MCP server metadata

Name
djzs-trust-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 3

query_pol_certificates

Query immutable ProofOfLogic certificates stored on Irys Datachain by DJZS Protocol.

Inferred read-only
query_agent_trust

Query an agent's DJZS trust score, aggregated on-chain (Base mainnet) from its audit history and indexed via the DJZS subgraph.

Inferred read-only
verify_pm_trade

Deterministic pre-execution audit of a prediction-market trade thesis.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: djzs-trust-mcp
Remote MCP URL: https://mcp.djzs.ai/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": {
    "djzs-trust-mcp": {
      "url": "https://mcp.djzs.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for djzs.ai was fetched 2026-07-26T05:47:17.718Z and is being refreshed.

Trust status Neutral

djzs.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.