DT
DJZS Trust MCP
/query_agent_trust
Query DJZS Agent Trust Score
Query an agent's DJZS trust score, aggregated on-chain (Base mainnet) from its audit history and indexed via the DJZS subgraph. USE BEFORE delegating work, rele
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_agent_trust for me.
Input
| Field | Type | Description |
|---|---|---|
| agentAddress* | string | Agent wallet address (0x-prefixed) |
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_agent_trust","input":{"agentAddress":"..."}}'cli
npx cracked-ai run -p mcp-ai-djzs-trust-mcp -e /query_agent_trust -i '{"agentAddress":"..."}'mcp
run_tool({ provider: "mcp-ai-djzs-trust-mcp", endpoint: "/query_agent_trust", input: {"agentAddress":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.