MCP Hub
Back to servers

Agent Feedback Loop

Enables agents to report and query performance metrics to build a community-driven quality database for MCP tools. This server helps agents discover and select the most reliable tools based on success rates and user-reported quality scores.

glama
Updated
Mar 20, 2026

Agent Feedback Loop 📊

Community-driven quality signals for MCP tools. Agents report tool results, building a quality database that helps all agents pick better tools.

The Problem

Agents don't know which MCP tools are reliable. They try tools blindly and hope for the best.

The Solution

Automated feedback: agents report success/failure and quality after each tool call. Over time, a quality database emerges that helps every agent make better decisions.

Installation

pip install agent-feedback-mcp-server
{
  "mcpServers": {
    "feedback": {
      "command": "uvx",
      "args": ["agent-feedback-mcp-server"]
    }
  }
}

Tools

ToolDescription
report_tool_resultReport success/failure and quality score
get_tool_qualityGet quality metrics for a specific tool
get_best_toolsFind highest-rated tools (optionally by task)
get_trending_toolsSee what's trending recently

Network Effect

More agents reporting → Better quality data → Better tool choices → More agents using → More reports. The database gets better with every user.

License

MIT

Reviews

No reviews yet

Sign in to write a review