djd agent score for Grok
io.github.jacobsd32-cpu/djd-agent-score
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
client:Grok
transport:stdio
runtime:npm
Install djd agent score in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"djd-agent-score": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
],
"env": {
"DJD_BASE_URL": "<DJD_BASE_URL>",
"DJD_TIMEOUT_MS": "<DJD_TIMEOUT_MS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs