HomeFinance › djd-agent-score-mcp

djd-agent-score-mcp

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

TypeScript Cloud
★ 1 stars Last pushed 2026-03-06 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "djd-agent-score-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DJD_BASE_URL": "<YOUR_VALUE>",
        "DJD_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • DJD_BASE_URL — Base URL for the DJD Agent Score API (defaults to production)
  • DJD_TIMEOUT_MS — Request timeout in milliseconds (default: 10000)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry