Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
claude mcp add djd-agent-score -- npx -y djd-agent-score-mcp
claude_desktop_config.json
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"djd-agent-score": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jacobsd32-cpu--djd-agent-score/reviews or the review_server meta-tool.
POST /mcp