Server data from the Official MCP Registry
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
About
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
Security Report
Valid MCP server (3 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
6 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: DJD_BASE_URL
Environment variable: DJD_TIMEOUT_MS
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jacobsd32-cpu-djd-agent-score": {
"env": {
"DJD_BASE_URL": "your-djd-base-url-here",
"DJD_TIMEOUT_MS": "your-djd-timeout-ms-here"
},
"args": [
"-y",
"djd-agent-score-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
Tools
| 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 |
Installation
npm install -g djd-agent-score-mcp
Or run directly with npx:
npx djd-agent-score-mcp
Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": ["-y", "djd-agent-score-mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": ["-y", "djd-agent-score-mcp"]
}
}
}
Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": ["-y", "djd-agent-score-mcp"]
}
}
}
Generic MCP Client (Streamable HTTP)
Start the server in HTTP mode:
TRANSPORT=http PORT=3000 npx djd-agent-score-mcp
Then connect your MCP client to http://localhost:3000/mcp.
Environment Variables
| 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) |
Development
git clone <repo-url>
cd djd-agent-score-mcp
npm install
npm run build
npm start
To point at a local API during development:
DJD_BASE_URL=http://localhost:3001 npm start
x402 Payment
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:
- Detect the 402 response
- Complete the x402 payment (USDC on Base)
- Retry the request with the payment proof
The MCP server surfaces the 402 details in the tool's error response so the agent can handle it.
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
