Remote endpoint
The MCP server is available at:
https://crv.sh/api/mcpStateless HTTP transport. Every request is self-contained.
crv.sh exposes every eval tool as an MCP server. Point any MCP-compatible client at the remote endpoint and your agent can list models, run evals, validate outputs, and repair prompts.
The MCP server is available at:
https://crv.sh/api/mcpStateless HTTP transport. Every request is self-contained.
list_modelsBrowse models with pricing and context windowseval_promptRun a prompt against selected modelseval_batchRun against all models in one calleval_suiteMulti-test-case pass/fail matrixeval_rankRank models by composite scoreeval_consistencyDetect flaky models with repeated runsvalidate_outputCheck a response against JSON schemasuggest_system_promptAuto-repair a failing system promptAdd this to your MCP client config. Works with Amp, Claude Code, Cursor, Windsurf, and any Streamable HTTP MCP client.
{
"mcpServers": {
"crv": {
"type": "url",
"url": "https://crv.sh/api/mcp",
"headers": {
"Authorization": "Bearer sk-or-..."
}
}
}
}Send your OpenRouter key with Authorization: Bearer sk-or-....