← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "djd-agent-score-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL for the DJD Agent Score API (defaults to production)",
          "format": "string",
          "name": "DJD_BASE_URL"
        },
        {
          "description": "Request timeout in milliseconds (default: 10000)",
          "format": "string",
          "name": "DJD_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...