djd-agent-score-mcp
Integrates Coinbase's x402 payment protocol to enable USDC micropayments on Base for accessing premium endpoints, including full dimension scores, score refreshes, and fraud report submissions.
Allows LangChain agents to natively call DJD Agent Score endpoints for wallet reputation assessment, fraud detection, blacklist checking, and leaderboard retrieval.
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 |
|
| Free | Basic score, tier, confidence |
|
| $0.10 (x402) | Full dimension breakdown |
|
| $0.25 (x402) | Re-score with latest chain data |
|
| $0.02 (x402) | Submit fraud report |
|
| $0.05 (x402) | Check fraud reports |
|
| Free | Embeddable SVG badge |
|
| Free | Top scored wallets |
|
| Free | Register wallet with metadata |
|
| Free | System status |
Related MCP server: revettr
Installation
npm install -g djd-agent-score-mcpOr run directly with npx:
npx djd-agent-score-mcpConfiguration
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-mcpThen connect your MCP client to http://localhost:3000/mcp.
Environment Variables
Variable | Default | Description |
|
| API base URL (use |
|
| Request timeout in milliseconds |
|
| Transport mode: |
|
| HTTP server port (only used when |
Development
git clone <repo-url>
cd djd-agent-score-mcp
npm install
npm run build
npm startTo point at a local API during development:
DJD_BASE_URL=http://localhost:3001 npm startx402 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
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides trust and reputation tools for AI agent wallets within the x402 payment ecosystem and ERC-8004 agent registry. It enables users to perform wallet reputation lookups, real-time risk assessments, and browse registered agents.Last updated4342
- AlicenseAqualityFmaintenanceCounterparty risk scoring for agentic commerce. Scores wallets, domains, IPs, and companies 0-100 before AI agents transact via x402 micropayments on BaseLast updated13MIT
- AlicenseAqualityDmaintenanceTrust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.Last updated18691MIT
- Flicense-qualityBmaintenancePay-per-use AI security and research tools for autonomous agents on Base, enabling honeypot detection, risk assessment, wallet analysis, and yield optimization via the x402 protocol.Last updated
Related MCP Connectors
Reputation oracle for AI agents on Base: SAFE/CAUTION/BLOCK + 0-100 score before you pay. x402+MCP
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacobsd32-cpu/djd-agent-score-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server