AiAgentKarl/agent-reputation-mcp-server-js
JavaScript MCP Server — trust scores and reputation for AI agents
Platform-specific configuration:
{
"mcpServers": {
"agent-reputation-mcp-server-js": {
"command": "npx",
"args": [
"-y",
"agent-reputation-mcp-server-js"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for AI agent trust scores, ratings, and reputation tracking. Enables AI agents to rate each other, track interaction outcomes, and compute trust scores.
npm install -g @aiagentkarl/agent-reputation-mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"agent-reputation": {
"command": "npx",
"args": ["-y", "@aiagentkarl/agent-reputation-mcp-server"]
}
}
}All data is stored locally in ~/.agent-reputation/ as JSON files:
ratings.json — All submitted ratingsinteractions.json — All logged interactionsThe trust score (0-100) is computed from three components:
| Component | Max Points | Source | |-----------|-----------|--------| | Rating Score | 50 | Average rating * 10 | | Interaction Score | 30 | Success rate * 30 | | Volume Bonus | 20 | log10(total_count + 1) * 10 |
| Score | Level | |-------|-------| | 80-100 | Highly Trusted | | 60-79 | Trusted | | 40-59 | Neutral | | 20-39 | Low Trust | | 0-19 | Untrusted |
---
| Category | Servers | |----------|---------| | 🔗 Blockchain | Solana | | 🌍 Data | Weather · Germany ·
Loading reviews...