
Djd Agent Score
Check trust and fraud signals for AI agent wallets on Base before you wire x402 payments or on-chain agent commerce.
Overview
DJD Agent Score is an MCP server for the Ship phase that queries reputation, trust, and fraud signals for AI agent wallets on Base via the DJD API.
What is this MCP server?
- MCP tools call the DJD Agent Score API for reputation on Base-linked agent wallets
- Supports trust scoring and fraud-oriented checks aligned with x402-style agent payments
- stdio npm package djd-agent-score-mcp at version 1.0.1
- Configurable DJD_BASE_URL and DJD_TIMEOUT_MS (default 10000 ms)
- Fits solo builders shipping agent marketplaces or paid tool loops on Base
- Package version 1.0.1 (djd-agent-score-mcp)
- Default API timeout 10000 ms when DJD_TIMEOUT_MS is unset
- Transport: stdio over npm registry
What problem does it solve?
You cannot safely let agents spend or receive on-chain value when every wallet looks equally trustworthy from address alone.
Who is it for?
Indie builders adding wallet trust gates to agent products on Base with MCP-native workflows.
Skip if: Teams that need full KYC, chain-agnostic identity, or offline-only development with no DJD API access.
What do I get? / Deliverables
Your agent can score wallets through MCP before enabling x402 or other Base payment flows, with tunable API endpoint and timeout.
- stdio MCP server wired to DJD reputation endpoints
- Agent-callable trust and fraud checks for Base agent wallets
- Configurable request timeout via DJD_TIMEOUT_MS
Recommended MCP Servers
Journey fit
How it compares
On-chain wallet reputation API over MCP—not a general smart-contract deployer or local secrets vault.
Common Questions / FAQ
Who is DJD Agent Score for?
Solo builders and small teams shipping AI agents that use wallets on Base and need programmatic trust and fraud signals before payments.
When should I use DJD Agent Score?
Use it during Ship/security when integrating x402 or agent commerce and you want the agent to check wallet reputation via MCP tools.
How do I add DJD Agent Score to my agent?
Install the djd-agent-score-mcp npm package, register the stdio MCP server in Claude Code or Cursor, and set DJD_BASE_URL or DJD_TIMEOUT_MS if you are not on production defaults.