Agent Reputation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Reputation MCP Serverrate agent-42 with 5 for reliability"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Reputation MCP Server
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.
Features
submit_rating — Submit a trust rating (1-5) for an AI agent with category and comment
get_reputation — Full reputation profile with score distribution and category breakdown
get_leaderboard — Top-rated agents overall or filtered by category
report_interaction — Log interaction outcomes (success/failure) for trust computation
get_trust_score — Computed trust score (0-100) based on ratings + interactions + volume
compare_agents — Side-by-side reputation comparison of multiple agents
Related MCP server: Agent Trust Stack MCP Server
Installation
npm install -g @aiagentkarl/agent-reputation-mcp-serverUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent-reputation": {
"command": "npx",
"args": ["-y", "@aiagentkarl/agent-reputation-mcp-server"]
}
}
}Data Storage
All data is stored locally in ~/.agent-reputation/ as JSON files:
ratings.json— All submitted ratingsinteractions.json— All logged interactions
Trust Score Computation
The 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 |
Trust Levels
Score | Level |
80-100 | Highly Trusted |
60-79 | Trusted |
40-59 | Neutral |
20-39 | Low Trust |
0-19 | Untrusted |
More MCP Servers by AiAgentKarl
Category | Servers |
🔗 Blockchain | |
🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
🔒 Security | |
🤖 Agent Infra | Memory · Directory · Hub · Reputation |
🔬 Research |
License
MIT
This server cannot be installed
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
- AlicenseAqualityCmaintenanceProvides tools for Chain of Consciousness provenance logging and Agent Rating Protocol reputation scoring to establish trust and accountability for AI agents. It enables tamper-evident activity tracking, integrity verification, and bilateral reputation management.Last updated111Apache 2.0
- Alicense-quality-maintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.Last updated
- FlicenseAqualityDmaintenanceReputation and trust scoring service for AI agents, exposed as an MCP server. Evaluate counterparties, report interactions, issue portable trust certificates, and detect Sybil attacks.Last updated23
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
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/AiAgentKarl/agent-reputation-mcp-server-js'
If you have feedback or need assistance with the MCP directory API, please join our Discord server