Back to Home
coval-ai icon

mcp-server

Verified Safe

by coval-ai

Overview

Provides a Model Context Protocol (MCP) server that enables AI assistants to interact with the Coval AI evaluation platform for launching and monitoring evaluation runs, managing AI agents and test sets, and retrieving evaluation metrics.

Installation

Run Command
npx -y @coval/mcp-server

Environment Variables

  • COVAL_API_KEY
  • COVAL_API_BASE_URL
  • LOG_LEVEL

Security Notes

The server correctly retrieves the Coval API key from environment variables or HTTP headers (for Lambda), avoiding hardcoded secrets. All tool inputs are rigorously validated using Zod schemas, significantly reducing the risk of malformed requests and injection vulnerabilities. Network requests are confined to the defined Coval API, and comprehensive error handling ensures that internal errors are not leaked directly to the client. There is no direct usage of 'eval' or other inherently dangerous functions that would allow arbitrary code execution.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-16

Tags

AIEvaluationAPIMCPTooling