← Index

io.github.jacobsd32-cpu/djd-agent-score

io.github.jacobsd32-cpu/djd-agent-score·v1.0.1·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "djd-agent-score": {
      "command": "npx",
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ],
      "env": {
        "DJD_BASE_URL": "<djd_base_url>",
        "DJD_TIMEOUT_MS": "<djd_timeout_ms>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "djd-agent-score": {
      "command": "npx",
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ],
      "env": {
        "DJD_BASE_URL": "<djd_base_url>",
        "DJD_TIMEOUT_MS": "<djd_timeout_ms>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y djd-agent-score-mcp
§02  Environment variables
DJD_BASE_URL

Base URL for the DJD Agent Score API (defaults to production)

DJD_TIMEOUT_MS

Request timeout in milliseconds (default: 10000)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other