DT
DJZS Trust MCP
/query_pol_certificates
Query DJZS ProofOfLogic Certificates
Query immutable ProofOfLogic certificates stored on Irys Datachain by DJZS Protocol. USE THIS TOOL when you need to verify audit history for an agent or project
liveverifiedunknown~5s typical
mcpprobeddjzstrustmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-djzs-trust-mcp /query_pol_certificates for me.
Input
| Field | Type | Description |
|---|---|---|
| targetSystem | string | Project name or wallet address |
| verdict | string (PASS | FAIL) | Filter by verdict |
| tier | string (micro | founder | treasury) | Filter by tier |
| limit | number | Number of results default 20 |
| from_ms | integer | Window start (epoch ms). Default path auto-narrows (14d then 3d) to stay under the mainnet |
| to_ms | integer | Window end (epoch ms). Defaults to now + 1h. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-djzs-trust-mcp","endpoint":"/query_pol_certificates","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-ai-djzs-trust-mcp -e /query_pol_certificates -i '{"limit":20}'mcp
run_tool({ provider: "mcp-ai-djzs-trust-mcp", endpoint: "/query_pol_certificates", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.