ai-eval-api
Cloudflare Workers MCP server: ai-eval. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-eval
by lazymac2x
Cloudflare Workers MCP server: ai-eval
Evaluates and benchmarks AI model outputs and performance metrics.
Captured live from the server via tools/list.
Score an AI response against a prompt using heuristic metrics (length, relevance, structure, completeness)
The original prompt/question
The AI response to evaluate
Optional keywords that should appear in response
Compare and rank multiple AI responses to the same prompt
Get text quality metrics: word count, sentence count, estimated tokens, readability grade
Cloudflare Workers MCP server: ai-eval. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-eval
claude_desktop_config.json
{
"mcpServers": {
"ai-eval": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/ai-eval/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.