Skip to main content

Cloud MCP Endpoint

Verial hosts a cloud MCP server. No infrastructure to run, just point your agent at the endpoint.
https://api.verial.ai/mcp

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.
  1. Go to claude.ai/settings/connectors and click “Add custom connector”
  2. Set the name to “Verial”
  3. Set “Remote MCP server URL” to https://api.verial.ai/mcp
  4. Click “Add” and sign in to Verial when prompted
No API key needed. Claude uses OAuth to connect to your Verial account directly.

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 Authorization header as a Bearer token.
Never commit API keys to version control. Use environment variables or a secrets manager to inject the key into your configuration file.
To create an API key, go to Settings > API Keys in the Verial dashboard.

Verify the Connection

Once configured, test with a simple prompt:
List my environments.
Your agent should call the 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.