Skip to main content
Glama
AiAgentKarl

Agent Reputation MCP Server

by AiAgentKarl
README.md
# Agent Reputation MCP Server ⭐

Trust and reputation system for AI agents. Build, track, and verify trust between agents.

## Why?

As agents interact more, trust becomes critical. Which agents deliver quality? Which are unreliable? This server provides a decentralized reputation layer.

## Features

- **Trust Scores** — 0-100 score based on success rates, ratings, activity
- **Interaction Tracking** — Record every agent-to-agent interaction
- **Ratings & Reviews** — 1-5 star ratings with text reviews
- **Report System** — Flag bad actors, scores adjust automatically
- **Leaderboard** — See most trusted agents
- **Network Effect** — More interactions = more reliable scores

## Installation

```bash
pip install agent-reputation-mcp-server
```

## Tools

| Tool | Description |
|------|-------------|
| `register_agent` | Register in the trust system |
| `record_interaction` | Log an interaction with rating |
| `get_trust_score` | Check an agent's trust score |
| `report_agent` | Report bad behavior |
| `trust_leaderboard` | Top trusted agents |
| `interaction_history` | Agent's interaction history |


---

## More MCP Servers by AiAgentKarl

| Category | Servers |
|----------|---------|
| 🔗 Blockchain | [Solana](https://github.com/AiAgentKarl/solana-mcp-server) |
| 🌍 Data | [Weather](https://github.com/AiAgentKarl/weather-mcp-server) · [Germany](https://github.com/AiAgentKarl/germany-mcp-server) · [Agriculture](https://github.com/AiAgentKarl/agriculture-mcp-server) · [Space](https://github.com/AiAgentKarl/space-mcp-server) · [Aviation](https://github.com/AiAgentKarl/aviation-mcp-server) · [EU Companies](https://github.com/AiAgentKarl/eu-company-mcp-server) |
| 🔒 Security | [Cybersecurity](https://github.com/AiAgentKarl/cybersecurity-mcp-server) · [Policy Gateway](https://github.com/AiAgentKarl/agent-policy-gateway-mcp) · [Audit Trail](https://github.com/AiAgentKarl/agent-audit-trail-mcp) |
| 🤖 Agent Infra | [Memory](https://github.com/AiAgentKarl/agent-memory-mcp-server) · [Directory](https://github.com/AiAgentKarl/agent-directory-mcp-server) · [Hub](https://github.com/AiAgentKarl/mcp-appstore-server) · [Reputation](https://github.com/AiAgentKarl/agent-reputation-mcp-server) |
| 🔬 Research | [Academic](https://github.com/AiAgentKarl/crossref-academic-mcp-server) · [LLM Benchmark](https://github.com/AiAgentKarl/llm-benchmark-mcp-server) · [Legal](https://github.com/AiAgentKarl/legal-court-mcp-server) |

[→ Full catalog (40+ servers)](https://github.com/AiAgentKarl)

## License

MIT