Home › Development › VerifyAX

VerifyAX

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

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.verifyax.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http verifyax-mcp https://mcp.verifyax.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "verifyax-mcp": {
      "url": "https://mcp.verifyax.com/mcp"
    }
  }
}

Package (npm 0.3.5)

npx -y @verifyax/mcp-server@0.3.5

Or add to your MCP client config:

{
  "mcpServers": {
    "verifyax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@verifyax/mcp-server@0.3.5"
      ],
      "env": {
        "VERIFYAX_API_KEY": "<YOUR_VALUE>",
        "VERIFYAX_MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • VERIFYAX_API_KEY required secret — VerifyAX API key (Settings -> API Keys in the console). Sent to the gateway as Authorization: Bearer.
  • VERIFYAX_MCP_LOG_LEVEL — Log verbosity written to stderr: debug | info | warn | error | silent (default info).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry