Kryve Agent Evaluation MCP
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., "@Kryve Agent Evaluation MCPGenerate a test plan for our customer support agent."
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.
Kryve Agent Evaluation MCP
Un serveur MCP local et open source pour concevoir des tests d’agents IA, noter une exécution et documenter les preuves avant d’accorder davantage d’autonomie.
Il expose trois outils en lecture seule :
generate_test_plan: construit des cas nominaux, ambigus et sensibles selon le niveau de risque ;score_agent_run: calcule une auto-évaluation provisoire du résultat, des preuves déclarées, des validations et du coût des corrections ;evaluation_scorecard: renvoie les colonnes d’une scorecard réutilisable.
Installation
npm install
npm run buildPuis lance le serveur sur stdio :
npm startConfiguration d’un client MCP :
{
"mcpServers": {
"kryve-agent-eval": {
"command": "node",
"args": ["/chemin/vers/kryve-agent-eval-mcp/dist/src/index.js"]
}
}
}Related MCP server: llamator-mcp-server
Tester avec MCP Inspector
npx @modelcontextprotocol/inspector node dist/src/index.jsPhilosophie
Une démo réussie ne prouve pas qu’un agent est fiable. Le test doit mesurer un résultat attendu, conserver des preuves, détecter les actions hors permission et rendre visible le coût des corrections humaines.
Pour comprendre le protocole et choisir une infrastructure :
Le kit CSV complémentaire est disponible dans le dépôt Kryve Agent Evaluation Kit.
Limites
Le score est une grille opérationnelle simple, pas une certification. Les champs sont déclarés par l’appelant : chaque résultat porte donc le statut unverified_self_report, n’est jamais éligible à une décision d’autonomie et doit être recoupé avec des preuves indépendantes.
La similarité textuelle sert uniquement d’indicateur provisoire. Elle ne remplace ni des critères structurés, ni un journal d’actions, ni une validation humaine vérifiable.
Licence
MIT — Kryve Solutions.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Test the voice agents you run: scored transcripts, pass/fail verdicts, latency and WER metrics.
Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics.
130+ QA & dev tools for AI agents: prompt injection, RAG testing, VLM eval, guardrails. Free.
A read-only verified record of agent-operable GTM tools: search, fetch, compare, track changes.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceProvides advanced evaluation tools for assessing AI safety, alignment, and performance of LLM outputs. Enables programmatic evaluation of quality, safety metrics like toxicity and PII detection, and operational metrics including carbon footprint and cost estimation.4Apache 2.0- AlicenseNot gradedqualityDmaintenanceEnables automated LLM red teaming by submitting asynchronous test runs, retrieving aggregated metrics, and accessing artifacts.4CC BY-SA 4.0

Coval MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with Coval's evaluation platform for launching and monitoring evaluation runs, managing agents and test sets, and retrieving evaluation metrics.18261MIT- AlicenseAqualityDmaintenanceEnables testing and validation of APIs for AI agent compatibility, providing scores, grades, and actionable recommendations.3MIT
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/louislaurent1/kryve-agent-eval-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server