Connect MCP clients to VerifyAX for agent registration, scenario generation, simulations, and evaluation results.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Verifyax MCP.
The official Model Context Protocol (MCP) server for VerifyAX: a cloud-hosted bridge that gives your AI tools secure, real-time access to register agents, generate scenarios, run simulations, and read evaluations on the VerifyAX platform.
Getting started Β· Supported tools Β· Security Β· Deploy your own Β· Report an issue
The official VerifyAX MCP Server is a bridge between your MCP-compatible AI client and the VerifyAX agent-evaluation platform. Once configured, it lets you register agents, generate scenarios, run simulations, and read evaluations in natural language β without writing API scripts.
With the VerifyAX MCP Server, you can:
It complements (does not replace) the verifyax-api skill:
the skill is for developers writing code; the MCP server is for conversational workflows.
The VerifyAX MCP Server works with MCP-compatible clients that support Streamable HTTP or stdio:
| Client | Setup reference |
|---|---|
| OpenAI ChatGPT | Connectors / MCP guide |
| Claude (Claude.ai, Desktop, and Code) | Claude MCP docs |
| Cursor | Cursor MCP docs |
| Visual Studio Code (GitHub Copilot) | VS Code MCP docs |
| GitHub Copilot CLI | About Copilot CLI |
| Google Gemini CLI | Gemini CLI MCP docs |
| Amazon Quick Suite | MCP integration guide |
Any client that can connect via mcp-remote can also
use the hosted endpoint at https://mcp.verifyax.com/mcp.
[!TIP] For step-by-step Claude setup and how this compares to the VerifyAX skill and SDK, see
docs/using-verifyax-with-claude.md.
Twelve tools mapped to user intents. Blocking tools poll internally and return only when work completes (typically 30sβ5min).
| Area | Tools | Blocking |
|---|---|---|
| Agents | register_agent Β· list_agents Β· delete_agent | β |
| Scenarios | list_compatible_tags Β· generate_scenario Β· list_scenarios Β· delete_scenario | yes (generate_scenario) |
| Evaluation | evaluate_agent Β· list_recent_runs Β· get_run_details | yes (evaluate_agent) |
| Usage | get_usage_summary Β· preview_run_cost | β |
[!NOTE] For tool descriptions (what Claude reads to pick a tool) and rationale, see
docs/tool-descriptions.md. Package-level reference:packages/mcp-server/README.md.
Requirements depend on how you connect.
mcp.verifyax.com)mcp-remote proxyverifyax-mcp-server via npx)VERIFYAX_API_KEY)The npm package exposes two binaries (verifyax-mcp-server and verifyax-mcp-server-http); pass
the stdio binary name explicitly when using npx.
Hosted endpoint:
Send your VerifyAX API key on the initialize request. The hosted server does not store keys β each client session brings its own.
Cursor (native URL β v0.48+):
Do not add a transport field β Cursor detects Streamable HTTP from the URL. You can also use
"X-VerifyAX-API-Key": "sk-ver-api-..." instead of Authorization.
Claude Desktop / clients without native HTTP (mcp-remote):
Add to claude_desktop_config.json (Settings β Developer β Edit Config):
Use --transport http-only because this server speaks Streamable HTTP only (no legacy SSE). You
can also pass X-VerifyAX-API-Key: sk-ver-api-... via --header instead of Authorization.
Restart your MCP client after changing config.
Claude Code:
Claude Desktop:
Restart the client after changing config, then describe what you want in natural language.
https://mcp.verifyax.com/mcp (remote HTTP) or spawns
npx -p @verifyax/mcp-server verifyax-mcp-server (local stdio).Authorization: Bearer β¦ or
X-VerifyAX-API-Key for HTTP; VERIFYAX_API_KEY env for stdio).generate_scenario,
evaluate_agent) poll job status internally and return only when work finishes.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/verifyax-verifyax-mcp)<a href="https://allmcps.com/mcp/verifyax-verifyax-mcp"><img src="https://allmcps.com/api/badge/verifyax-verifyax-mcp?style=directory" alt="Verifyax MCP on AllMCPs" /></a>