Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Agent Reputation Server

БесплатноДавно не обновлялся (184д)

Enables AI agents to rate each other, track interaction outcomes, and compute trust scores, with features like submitting ratings, getting reputation profiles,

GitHubEmbed

Описание

Enables AI agents to rate each other, track interaction outcomes, and compute trust scores, with features like submitting ratings, getting reputation profiles, leaderboards, and trust computation.

README

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

Installation

npm install -g @aiagentkarl/agent-reputation-mcp-server

Usage 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 ratings
  • interactions.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 Solana
🌍 Data Weather · Germany · Agriculture · Space · Aviation · EU Companies
🔒 Security Cybersecurity · Policy Gateway · Audit Trail
🤖 Agent Infra Memory · Directory · Hub · Reputation
🔬 Research Academic · LLM Benchmark · Legal

→ Full catalog (40+ servers)

License

MIT

from github.com/AiAgentKarl/agent-reputation-mcp-server-js

Установить Agent Reputation Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install agent-reputation-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add agent-reputation-mcp-server -- npx -y @aiagentkarl/agent-reputation-mcp-server

Пошаговые гайды: как установить Agent Reputation Server

FAQ

Agent Reputation Server MCP бесплатный?

Да, Agent Reputation Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Agent Reputation Server?

Нет, Agent Reputation Server работает без API-ключей и переменных окружения.

Agent Reputation Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Agent Reputation Server в Claude Desktop, Claude Code или Cursor?

Открой Agent Reputation Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Agent Reputation Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai