# io.github.jacobsd32-cpu/djd-agent-score (npm · djd-agent-score-mcp)

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

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `djd-agent-score-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp.md), [page](https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp)

## Channel facts

- Registry: `npm`
- Package: `djd-agent-score-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 137 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1017 tokens (~113/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add jacobsd32-cpu-djd-agent-score -- npx -y djd-agent-score-mcp
```

### Codex

```bash
codex mcp add jacobsd32-cpu-djd-agent-score -- npx -y djd-agent-score-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jacobsd32-cpu-djd-agent-score": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "djd-agent-score-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jacobsd32-cpu-djd-agent-score --command npx --arg -y --arg djd-agent-score-mcp
```

### Hermes

```yaml
mcp_servers:
  jacobsd32-cpu-djd-agent-score:
    command: "npx"
    args: ["-y", "djd-agent-score-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jacobsd32-cpu-djd-agent-score": {
      "command": "npx",
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +59)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 5, −16)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `score_basic` (~165 tokens)

Basic Agent Score

Get the basic reputation score for an AI agent wallet on Base.

Returns a numeric score (0-1000), tier (e.g. "Trusted", "Neutral", "Risky"),
confidence level, recommendation text, and model version.

This is a FREE endpoint — no x402 payment required.

Args:
  \- wallet (string): Ethereum wallet address (0x + 40 hex chars)

Returns:
  { score, tier, confidence, recommendation, modelVersion }

Examples:
  \- "What's the reputation of 0xABC...?" -> score_basic with that wallet
  \- "Is this agent wallet trustworthy?" -> score_basic to get tier/recommendation

Input parameters:

- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `score_full` (~168 tokens)

Full Agent Score

Get the full reputation score with dimension breakdown for an AI agent wallet.

Returns everything from basic score PLUS:
  \- dimensions: { reliability, viability, identity, capability }
  \- integrityFlags: flags about suspicious activity
  \- dataQuality: metrics about data completeness

PAID endpoint — requires x402 payment ($0.10 USD). If your agent framework
supports x402, the 402 response will contain payment instructions. Complete
the payment and retry the request.

Args:
  \- wallet (string): Ethereum wallet address (0x + 40 hex chars)

Returns:
  { score, tier, confidence, recommendation, modelVersion,
    dimensions, integrityFlags, dataQuality }

Input parameters:

- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `score_refresh` (~120 tokens)

Refresh Agent Score

Force a re-score of an AI agent wallet using the latest on-chain data.

Use this when you suspect the cached score is stale or after known
on-chain activity that should change the score.

PAID endpoint — requires x402 payment ($0.25 USD).

Args:
  \- wallet (string): Ethereum wallet address (0x + 40 hex chars)

Returns:
  { score, tier, confidence, recommendation, modelVersion, refreshedAt }

Input parameters:

- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `report_fraud` (~143 tokens)

Report Fraud

Submit a fraud report for a wallet with supporting transaction hashes and evidence.

PAID endpoint — requires x402 payment ($0.02 USD).

Args:
  \- wallet (string): Ethereum wallet address of the suspected fraudster
  \- tx_hashes (string[]): Array of transaction hashes as evidence
  \- evidence (string): Text description of the fraudulent behavior

Returns:
  { success, reportId, message }

Input parameters:

- `evidence` (string, required): Text description of the fraudulent behavior
- `tx_hashes` (array, required): Transaction hashes that demonstrate the fraudulent behavior
- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `check_blacklist` (~84 tokens)

Check Fraud Blacklist

Check if a wallet has any fraud reports filed against it.

PAID endpoint — requires x402 payment ($0.05 USD).

Args:
  \- wallet (string): Ethereum wallet address to check

Returns:
  { wallet, reported, reportCount, reports[] }

Input parameters:

- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `get_badge` (~101 tokens)

Get Score Badge

Get the embeddable SVG badge URL for a wallet's reputation score.

Returns the badge endpoint URL and the raw SVG content. The URL can be
embedded in markdown, HTML, or any context that supports images.

This is a FREE endpoint.

Args:
  \- wallet (string): Ethereum wallet address

Returns:
  { badgeUrl, svg }

Input parameters:

- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `get_leaderboard` (~51 tokens)

Get Leaderboard

Get the leaderboard of top-scored AI agent wallets.

Returns a ranked list of wallets with their scores and tiers.

This is a FREE endpoint.

Returns:
  Array of { wallet, score, tier }

### `register_agent` (~151 tokens)

Register Agent

Register an AI agent wallet with metadata (name, description, optional GitHub URL).

This is a FREE endpoint.

Args:
  \- wallet (string): Ethereum wallet address to register
  \- name (string): Display name for the agent
  \- description (string): What this agent does
  \- github_url (string, optional): GitHub repository URL

Returns:
  { success, message }

Input parameters:

- `description` (string, required): What this agent does
- `github_url` (string): GitHub repository URL for the agent (optional)
- `name` (string, required): Display name for the agent
- `wallet` (string, required): Ethereum wallet address (e.g. 0xAbC...123)

### `health_check` (~34 tokens)

Health Check

Check the DJD Agent Score API system status.

This is a FREE endpoint.

Returns:
  { status, version, uptime }

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/djd-agent-score-mcp
- Socket report: https://socket.dev/npm/package/djd-agent-score-mcp
- Repository: https://github.com/jacobsd32-cpu/djd-agent-score-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jacobsd32-cpu-djd-agent-score/djd-agent-score-mcp
