Cloud MCP Endpoint
Verial hosts a cloud MCP server. No infrastructure to run, just point your agent at the endpoint.Configuration
Add the Verial MCP server to your agent. Some platforms use OAuth (you’ll authorize via your Verial account), while others use an API key in a config file.- Claude
- Claude Code
- Cursor
- ChatGPT
- Go to claude.ai/settings/connectors and click “Add custom connector”
- Set the name to “Verial”
- Set “Remote MCP server URL” to
https://api.verial.ai/mcp - Click “Add” and sign in to Verial when prompted
Authentication
The MCP server supports two authentication methods:- OAuth 2.1 — used by Claude, ChatGPT, and other platforms with built-in OAuth support. The platform handles authentication automatically. No API key needed.
- API keys — used by config-file-based clients (Claude Code, Cursor, VS Code). Include your key in the
Authorizationheader as a Bearer token.
Verify the Connection
Once configured, test with a simple prompt:environments tool with action: "list" and return your environments. If you see an authentication error, verify your API key is correct and has access to your organization.
Next Steps
Tools Reference
Explore the eleven tools your agent now has access to.
Workflow Examples
See how agents chain tools to set up and run simulations.