io.github.jacobsd32-cpu/djd-agent-score · v1.0.1
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
djd-agent-score 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
}DJD_BASE_URL可选Base URL for the DJD Agent Score API (defaults to production)
DJD_TIMEOUT_MS可选Request timeout in milliseconds (default: 10000)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.jacobsd32-cpu/djd-agent-score",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "djd-agent-score",
"description": "Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.",
"repository": {
"url": "https://github.com/jacobsd32-cpu/djd-agent-score-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "djd-agent-score-mcp",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "DJD_BASE_URL",
"description": "Base URL for the DJD Agent Score API (defaults to production)"
},
{
"name": "DJD_TIMEOUT_MS",
"description": "Request timeout in milliseconds (default: 10000)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.jacobsd32-cpu/djd-agent-score",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jacobsd32-cpu%2Fdjd-agent-score/versions/latest",
"isOfficial": true,
"status": "active"
}
}