djd-agent-score-mcp
v1.0.3
Published
MCP server for DJD Agent Score — wallet screening for payouts and paid agent workflows
Maintainers
Readme
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_KEYto use the free tools (10 queries/day). Add a key to unlock paid tools and higher limits. Get one at djdagentscore.dev.
Tools
| Tool | Description | Price |
|------|-------------|-------|
| get_score | Basic screening score, tier, confidence, recommendation | Free (10/day) |
| get_full_score | Full breakdown: dimensions, sybil flags, trajectory, improvement path | $0.10 |
| get_score_history | Historical scores with trend analysis | $0.15 |
| batch_score | Score 2–20 wallets in one call | $0.50 |
| get_economy_metrics | Ecosystem context for deeper review | Free |
Optional context-only tools like get_leaderboard remain available, but the main screening flow starts with get_score.
Environment variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| DJD_API_KEY | No | — | API key (djd_live_...) for paid tools. Free tools work without it. |
| DJD_API_URL | No | https://djdagentscore.dev | API 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
