← Back to Plugins
MCP Server MCP

VerifyAX

github By github 👁 1 views ▲ 0 votes

Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...