MCP tools for scoring, reporting, and registering AI agent wallets on Base.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Djd Agent Score MCP.
MCP server for DJD Agent Score β a reputation scoring API for AI agent wallets on Base.
This server exposes the DJD Agent Score REST API as Model Context Protocol tools, so any MCP-compatible agent (Claude, GPT, Gemini, LangChain, etc.) can call scoring endpoints natively.
| Tool | Endpoint | Cost | Description |
|---|---|---|---|
score_basic | GET /v1/score/basic | Free | Basic score, tier, confidence |
score_full | GET /v1/score/full | $0.10 (x402) | Full dimension breakdown |
score_refresh | GET /v1/score/refresh | $0.25 (x402) | Re-score with latest chain data |
report_fraud | POST /v1/report | $0.02 (x402) | Submit fraud report |
check_blacklist | GET /v1/data/fraud/blacklist | $0.05 (x402) | Check fraud reports |
get_badge | GET /v1/badge/{wallet}.svg | Free | Embeddable SVG badge |
get_leaderboard | GET /v1/leaderboard | Free | Top scored wallets |
register_agent | POST /v1/agent/register | Free | Register wallet with metadata |
health_check | GET /health | Free | System status |
Or run directly with npx:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .cursor/mcp.json in your project root:
Add to your project's .mcp.json:
Start the server in HTTP mode:
Then connect your MCP client to http://localhost:3000/mcp.
| Variable | Default | Description |
|---|---|---|
DJD_BASE_URL | https://djd-agent-score.fly.dev | API base URL (use http://localhost:3001 for local dev) |
DJD_TIMEOUT_MS | 10000 | Request timeout in milliseconds |
TRANSPORT | stdio | Transport mode: stdio or http |
PORT | 3000 | HTTP server port (only used when TRANSPORT=http) |
To point at a local API during development:
Some endpoints require x402 micropayments. When an agent calls a paid tool, the API responds with HTTP 402 and payment instructions. Your agent framework must:
The MCP server surfaces the 402 details in the tool's error response so the agent can handle it.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jacobsd32-cpu-djd-agent-score-mcp)<a href="https://allmcps.com/mcp/jacobsd32-cpu-djd-agent-score-mcp"><img src="https://allmcps.com/api/badge/jacobsd32-cpu-djd-agent-score-mcp?style=directory" alt="Djd Agent Score MCP on AllMCPs" /></a>