Sign In

djd-agent-score-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djd-agent-score-mcp

MCP server for DJD Agent Score — wallet screening for payouts and paid agent workflows

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
42
Maintainers
1
Weekly downloads
 
Created
Source

djd-agent-score-mcp

MCP server for DJD Agent Score focused on screening wallets before payouts or paid x402 work.

Gives AI assistants (Claude Desktop, Cursor, Windsurf, etc.) native tools to look up wallet trust scores, sybil flags, and follow-up context after the screening decision.

Quick start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "djd-agent-score": {
      "command": "npx",
      "args": ["-y", "djd-agent-score-mcp"],
      "env": {
        "DJD_API_KEY": "djd_live_..."
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "djd-agent-score": {
      "command": "npx",
      "args": ["-y", "djd-agent-score-mcp"],
      "env": {
        "DJD_API_KEY": "djd_live_..."
      }
    }
  }
}

Free tier: Leave out DJD_API_KEY to use the free tools (10 queries/day). Add a key to unlock paid tools and higher limits. Get one at djdagentscore.dev.

Tools

ToolDescriptionPrice
get_scoreBasic screening score, tier, confidence, recommendationFree (10/day)
get_full_scoreFull breakdown: dimensions, sybil flags, trajectory, improvement path$0.10
get_score_historyHistorical scores with trend analysis$0.15
batch_scoreScore 2–20 wallets in one call$0.50
get_economy_metricsEcosystem context for deeper reviewFree

Optional context-only tools like get_leaderboard remain available, but the main screening flow starts with get_score.

Environment variables

VariableRequiredDefaultDescription
DJD_API_KEYNoAPI key (djd_live_...) for paid tools. Free tools work without it.
DJD_API_URLNohttps://djdagentscore.devAPI base URL (override for self-hosted instances)

Example usage

Once configured, ask your AI assistant:

  • "What's the trust score for 0x1234...?"
  • "Is this wallet a sybil?"
  • "Score these 5 wallets and compare them"
  • "Show me score history before I decide"

License

MIT

Keywords

djd

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts