Security & Testing
djzs.ai
Provides security auditing and certificate verification services using deterministic scoring and blockchain-based verification.
ENDPOINT 1
https://djzs.ai/mcp/treasury
Known tools 3
score_findingsRun the deterministic verdict scorer over a StructuredFindings payload and return the canonical Receipt (mirrors POST /api/score).
Potential side effectsverify_certificateFetch a ProofOfLogic certificate from the Irys datachain by transaction id (mirrors GET /api/audit/verify/:txId).
Inferred read-onlyaudit_treasuryExecute a treasury-tier audit and return the ProofOfLogicCertificate.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- djzs-trust-mcp
- Version
- 1.0.0
Known tools 3
query_pol_certificatesQuery immutable ProofOfLogic certificates stored on Irys Datachain by DJZS Protocol.
Inferred read-onlyquery_agent_trustQuery an agent's DJZS trust score, aggregated on-chain (Base mainnet) from its audit history and indexed via the DJZS subgraph.
Inferred read-onlyverify_pm_tradeDeterministic pre-execution audit of a prediction-market trade thesis.
Potential side effectsCONNECT 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.
djzs.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.