mcpbeat Sign in

Djd Agent Score MCP Server

by jacobsd32-cpu Your server? Claim it
local only

Djd Agent Score runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 6 Mar 2026.

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

Installs per day peak 25 · avg 9 · -46% w/w
a month agotoday
38
Installs / week
npm · djd-agent-score-mcp
1
Stars
1 open issues
6 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository jacobsd32-cpu/djd-agent-score-mcp
пакет djd-agent-score-mcp ссылается на jacobsd32-cpu/djdagentscore

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add djd-agent-score -- npx -y djd-agent-score-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "djd-agent-score": {
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.djd-agent-score]
command = "npx"
args = ["-y", "djd-agent-score-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "djd-agent-score": {
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "djd-agent-score": {
      "args": [
        "-y",
        "djd-agent-score-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DJD_BASE_URL (Base URL for the DJD Agent Score API (defaults to production)), DJD_TIMEOUT_MS (Request timeout in milliseconds (default: 10000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Djd Agent Score

same job, measured the same way
MintwareDevelopers
by mintwaredevelopers

Look up on-chain Attribution reputation scores for wallets and AI agents on Base.

38 installs/wk local only
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Agentradar
by bichev

Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.

63 installs/wk local only
ScoutScore
by scoutscore

Trust scoring for AI agents. Check scores, fidelity, and flags for x402 services.

24 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
X402 Endpoints
by digitalweb33333-creator

x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust.

52 tools answering
TrustLayer
by goatgaucho

Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents

6 tools answering
Mainstreet
by philpof102-svg

Reputation oracle for AI agents on Base: SAFE/CAUTION/BLOCK + 0-100 score before you pay. x402+MCP

44 tools answering

Djd Agent Score — questions

Answers built from our own checks of this server.

Why is there no uptime for Djd Agent Score?
Djd Agent Score runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package djd-agent-score-mcp was installed 38 times last week.
How do I connect Djd Agent Score?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls djd-agent-score-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Djd Agent Score?
The npm package djd-agent-score-mcp was installed 38 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Djd Agent Score open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.