mcp-agent-reliability-scorer
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., "@mcp-agent-reliability-scorerScore this agent trajectory for reliability issues"
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.
mcp-agent-reliability
Pure-computation MCP server that scores AI agent trajectories, detects silent failures, loops, and reliability metrics — zero external API cost.
What problem does this solve?
AI agents often fail silently: they loop on the same tool, return empty results, or give high-confidence answers without evidence. Debugging is expensive. This MCP gives you instant scores and failure reports from any agent run log you provide.
Think of it like a doctor’s check-up for your AI agent — it looks at the “X-ray” (the run log) and tells you what is healthy and what is broken, without needing another expensive doctor (LLM).
Related MCP server: HumanProof
Tools
Tool | Description |
| 0-100 reliability score + breakdown |
| List of loops, empty results, high-confidence-without-evidence, etc. |
| Per-tool call counts, error rates |
| Success rate across many runs |
| Which of two runs is more reliable |
Quick Start (local)
# Install
pip install -e .
# Run (HTTP on port 8080)
python -m mcp_agent_reliability.serverOr with MCP inspector / Claude Desktop / Cursor by pointing to the HTTP endpoint.
Example trajectory input
[
{"tool": "get_weather", "status": "ok", "result": {"temp": 28}},
{"role": "assistant", "content": "28C today", "is_final": true}
]Why this is valuable for entrepreneurs
Zero running cost (no paid APIs)
Helps you ship reliable agents faster → happier users → more revenue
Can be called by the agent itself mid-run or by your CI after tests
Fits the “Type A” high-margin MCP pattern preferred on MCPize
Development
pytestLicense
MIT
Built daily for Prince Ruhul / Prevalid by the Daily AI Project Builder.
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI agents to retain memory of past interactions and detect behavioral drift, preventing repeated mistakes without LLM token extraction.96MIT
- Alicense-qualityBmaintenanceAgent trajectory scorer for human-likeness — flags bot-like patterns in automated workflows before they reach production.MIT
- AlicenseBqualityCmaintenanceValidates agent outputs in multi-agent systems to prevent coordination failures, with tools for schema verification, hallucination detection, and freshness checks, all with zero LLM cost.555MIT

Pisama MCP Serverofficial
Alicense-qualityAmaintenanceEnables analysis of AI agent traces to detect and fix failures using heuristic detectors, with no LLM calls required.MIT
Related MCP Connectors
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
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/princeruhulofficial/mcp-agent-reliability-scorer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server