Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402. Exposed over MCP by the djd mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
score_basic — GET /v1/score/basicscore_full — GET /v1/score/fullscore_refresh — GET /v1/score/refreshreport_fraud — POST /v1/reportcheck_blacklist — GET /v1/data/fraud/blacklistget_badge — GET /v1/badge/{wallet}.svgget_leaderboard — GET /v1/leaderboardregister_agent — POST /v1/agent/registerhealth_check — GET /healthCursor — The Cursor tool exposed by this serverYou will need one environment variable: DJD_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as djd-agent-score-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Djd's toolset — score_basic, score_full, score_refresh and 7 more — is a fair guide to whether it matches your workflow. It is maintained by jacobsd32-cpu; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| score_basic | GET /v1/score/basic |
| score_full | GET /v1/score/full |
| score_refresh | GET /v1/score/refresh |
| report_fraud | POST /v1/report |
| check_blacklist | GET /v1/data/fraud/blacklist |
| get_badge | GET /v1/badge/{wallet}.svg |
| get_leaderboard | GET /v1/leaderboard |
| register_agent | POST /v1/agent/register |
| health_check | GET /health |
| Cursor | The Cursor tool exposed by this server. |
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": ["-y", "djd-agent-score-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DJD_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.