What is the Eval Engine API MCP server?
Pay-per-call AI evaluation MCP server. Score LLM outputs against benchmark rubrics via Workers AI.
How to install Eval Engine API
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"eval-engine-mcp": {
"url": "https://eval.zuluworksai.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"eval-engine-mcp": {
"serverUrl": "https://eval.zuluworksai.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"eval-engine-mcp": {
"type": "http",
"url": "https://eval.zuluworksai.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"eval-engine-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://eval.zuluworksai.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http eval-engine-mcp https://eval.zuluworksai.com/mcpRelated MCP servers
15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server.
View repository →