MCP Server
MCP
VerifyAX
Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.
Install
npx -y @verifyax/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.verifyax.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@verifyax/mcp-server",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "VerifyAX API key (Settings -> API Keys in the console). Sent to the gateway as Authorization: Bearer.",
"isRequired": true,
"isSecret": true,
"name": "VERIFYAX_API_KEY"
},
{
"description": "Log verbosity written to stderr: debug | info | warn | error | silent (default info).",
"name": "VERIFYAX_MCP_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment